mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
crunch: enable darwin build
This commit is contained in:
parent
f641e9022e
commit
d5ef0daf7c
@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ which ];
|
||||
|
||||
configurePhase = "true";
|
||||
|
||||
preBuild = ''
|
||||
sed 's/sudo //' -i Makefile
|
||||
sed 's/-g root -o root//' -i Makefile
|
||||
substituteInPlace Makefile \
|
||||
--replace '-g root -o root' "" \
|
||||
--replace '-g wheel -o root' "" \
|
||||
--replace 'sudo ' ""
|
||||
'';
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Wordlist generator";
|
||||
homepage = https://sourceforge.net/projects/crunch-wordlist/;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.lethalman ];
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lethalman lnl7 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user