john: build with recent gcc

This commit is contained in:
Jörg Thalheim 2018-05-03 15:22:01 +01:00
parent a4eedafbf8
commit 07ee2b907d

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 { };