summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-22 19:49:57 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-09-22 19:49:57 +0300
commit4b4bfbf3e51c78924dcd5c27db5207092f9534ca (patch)
tree4fa18a1a3ad4ed6b501b5ee21f5cb1adad430eba /pkgs/applications/networking/sniffers
parentc73a3813fa0fed7620fda45f1414e56e35a3538d (diff)
downloadnixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.tar
nixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.tar.gz
nixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.tar.bz2
nixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.tar.lz
nixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.tar.xz
nixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.tar.zst
nixpkgs-4b4bfbf3e51c78924dcd5c27db5207092f9534ca.zip
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
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index a4a3741aeee..20a0f947f10 100644
--- a/pkgs/applications/networking/sniffers/wireshark/default.nix
+++ b/pkgs/applications/networking/sniffers/wireshark/default.nix
@@ -66,7 +66,7 @@ in stdenv.mkDerivation {
       experts. It runs on UNIX, macOS and Windows.
     '';
 
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ bjornfor fpletz ];
   };
 }