Add autogen.sh phase
svn path=/nixpkgs/trunk/; revision=24706
This commit is contained in:
parent
1b4fe21978
commit
c5bb72d0da
@ -275,6 +275,11 @@ let inherit (builtins) head tail trace; in
|
|||||||
autoconf
|
autoconf
|
||||||
")["minInit" "addInputs" "doUnpack"];
|
")["minInit" "addInputs" "doUnpack"];
|
||||||
|
|
||||||
|
# changing this ? see [1]
|
||||||
|
doAutogen = fullDepEntry (''
|
||||||
|
./autogen.sh
|
||||||
|
'')["minInit" "addInputs" "doUnpack"];
|
||||||
|
|
||||||
# changing this ? see [1]
|
# changing this ? see [1]
|
||||||
doMake = fullDepEntry ("
|
doMake = fullDepEntry ("
|
||||||
make ${toString makeFlags}
|
make ${toString makeFlags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user