Fixed it, because otherwise it keeps looping
svn path=/nixpkgs/trunk/; revision=16724
This commit is contained in:
parent
9b32ae7ce3
commit
f114f1a64e
@ -56,10 +56,8 @@ stdenv.mkDerivation {
|
|||||||
${if buildDemos == true then "" else "-nomake demos"}
|
${if buildDemos == true then "" else "-nomake demos"}
|
||||||
${if buildExamples == true then "" else "-nomake examples"}
|
${if buildExamples == true then "" else "-nomake examples"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# For some reason I cannot automatically choose the edition, except by passing
|
configurePhase = "echo o | ./configure $configureFlags";
|
||||||
# 'o' the the stdin of configure
|
|
||||||
configureScript = "yes o | ./configure";
|
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace configure --replace /bin/pwd pwd
|
substituteInPlace configure --replace /bin/pwd pwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user