Merge pull request #73691 from eraserhd/dogfood

tasksh: enable on Darwin
This commit is contained in:
Jörg Thalheim
2019-11-20 09:50:47 +00:00
committed by GitHub

View File

@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://tasktools.org;
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}