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
+1 -1
View File
@@ -27,6 +27,6 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.mit;
homepage = https://github.com/katmagic/Shallot;
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.linux;
};
}