summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-05-05 20:58:03 +0200
committerGitHub <noreply@github.com>2018-05-05 20:58:03 +0200
commit38ae2105b33d78324db02dfce32886dce78aedb2 (patch)
tree8613aec05e885c2414320e2fa4d7e52fe6b09591 /pkgs/tools/security
parent1d9330d63a5a30f4eb578eda7840be7b11ec6277 (diff)
parent7ac652df4b151f62b9627522a11c3937fb137603 (diff)
downloadnixlib-38ae2105b33d78324db02dfce32886dce78aedb2.tar
nixlib-38ae2105b33d78324db02dfce32886dce78aedb2.tar.gz
nixlib-38ae2105b33d78324db02dfce32886dce78aedb2.tar.bz2
nixlib-38ae2105b33d78324db02dfce32886dce78aedb2.tar.lz
nixlib-38ae2105b33d78324db02dfce32886dce78aedb2.tar.xz
nixlib-38ae2105b33d78324db02dfce32886dce78aedb2.tar.zst
nixlib-38ae2105b33d78324db02dfce32886dce78aedb2.zip
Merge pull request #39929 from Mic92/john
john: build with recent gcc
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/john/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/john/default.nix b/pkgs/tools/security/john/default.nix
index 7552b21ed333..e55e97656f63 100644
--- a/pkgs/tools/security/john/default.nix
+++ b/pkgs/tools/security/john/default.nix
@@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     homepage = https://github.com/magnumripper/JohnTheRipper/;
     maintainers = with maintainers; [ offline ];
-    platforms = platforms.unix;
+    platforms = [ "x86_64-linux" "x86_64-darwin"];
   };
 }