darwin: Disable another bunch of packages never having built successfully

tecoc: https://hydra.nixos.org/build/61141995
shallot: https://hydra.nixos.org/build/61145497
plink-ng: https://hydra.nixos.org/build/61130149
tshark: https://hydra.nixos.org/build/61479600
This commit is contained in:
Tuomas Tynkkynen 2017-09-22 19:49:57 +03:00
parent c73a3813fa
commit 4b4bfbf3e5
4 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://github.com/blakemcbride/TECOC; homepage = https://github.com/blakemcbride/TECOC;
maintainers = [ maintainers.AndersonTorres ]; maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix; platforms = platforms.linux;
}; };
} }
# TODO: test in other platforms - especially Darwin # TODO: test in other platforms - especially Darwin

View file

@ -66,7 +66,7 @@ in stdenv.mkDerivation {
experts. It runs on UNIX, macOS and Windows. experts. It runs on UNIX, macOS and Windows.
''; '';
platforms = platforms.unix; platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor fpletz ]; maintainers = with maintainers; [ bjornfor fpletz ];
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "A comprehensive update to the PLINK association analysis toolset"; description = "A comprehensive update to the PLINK association analysis toolset";
homepage = https://www.cog-genomics.org/plink2; homepage = https://www.cog-genomics.org/plink2;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -27,6 +27,6 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
homepage = https://github.com/katmagic/Shallot; homepage = https://github.com/katmagic/Shallot;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.linux;
}; };
} }