mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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
|
||||
")["minInit" "addInputs" "doUnpack"];
|
||||
|
||||
# changing this ? see [1]
|
||||
doAutogen = fullDepEntry (''
|
||||
./autogen.sh
|
||||
'')["minInit" "addInputs" "doUnpack"];
|
||||
|
||||
# changing this ? see [1]
|
||||
doMake = fullDepEntry ("
|
||||
make ${toString makeFlags}
|
||||
|
Loading…
Reference in New Issue
Block a user