john: build with recent gcc

This commit is contained in:
Jörg Thalheim
2018-05-03 15:24:16 +01:00
parent a4eedafbf8
commit 07ee2b907d
+1 -3
View File
@@ -3138,9 +3138,7 @@ with pkgs;
go-jira = callPackage ../applications/misc/go-jira { };
john = callPackage ../tools/security/john {
gcc = gcc49; # doesn't build with gcc5
};
john = callPackage ../tools/security/john { };
journalbeat = callPackage ../tools/system/journalbeat { };