commit
38ae2105b3
@ -69,6 +69,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = https://github.com/magnumripper/JohnTheRipper/;
|
homepage = https://github.com/magnumripper/JohnTheRipper/;
|
||||||
maintainers = with maintainers; [ offline ];
|
maintainers = with maintainers; [ offline ];
|
||||||
platforms = platforms.unix;
|
platforms = [ "x86_64-linux" "x86_64-darwin"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -3145,9 +3145,7 @@ with pkgs;
|
|||||||
|
|
||||||
go-jira = callPackage ../applications/misc/go-jira { };
|
go-jira = callPackage ../applications/misc/go-jira { };
|
||||||
|
|
||||||
john = callPackage ../tools/security/john {
|
john = callPackage ../tools/security/john { };
|
||||||
gcc = gcc49; # doesn't build with gcc5
|
|
||||||
};
|
|
||||||
|
|
||||||
journalbeat = callPackage ../tools/system/journalbeat { };
|
journalbeat = callPackage ../tools/system/journalbeat { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user