Merge pull request #39929 from Mic92/john

john: build with recent gcc
This commit is contained in:
xeji 2018-05-05 20:58:03 +02:00 committed by GitHub
commit 38ae2105b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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"];
};
}

View file

@ -3145,9 +3145,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 { };