mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
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 buildExamples == true then "" else "-nomake examples"}
|
||||
'';
|
||||
|
||||
# For some reason I cannot automatically choose the edition, except by passing
|
||||
# 'o' the the stdin of configure
|
||||
configureScript = "yes o | ./configure";
|
||||
|
||||
configurePhase = "echo o | ./configure $configureFlags";
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace configure --replace /bin/pwd pwd
|
||||
|
Loading…
Reference in New Issue
Block a user