about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-4.5
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2009-08-15 14:17:16 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2009-08-15 14:17:16 +0000
commitf114f1a64ef81ac60b21ade86fd541832eb29142 (patch)
tree142281cdb17484621e312e433daaded6bb2cc351 /pkgs/development/libraries/qt-4.5
parent9b32ae7ce371bd69d3594969007e183a9383dd04 (diff)
Fixed it, because otherwise it keeps looping
svn path=/nixpkgs/trunk/; revision=16724
Diffstat (limited to 'pkgs/development/libraries/qt-4.5')
-rw-r--r--pkgs/development/libraries/qt-4.5/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/libraries/qt-4.5/default.nix b/pkgs/development/libraries/qt-4.5/default.nix
index 7aebc9c8ad179..167194b209a7a 100644
--- a/pkgs/development/libraries/qt-4.5/default.nix
+++ b/pkgs/development/libraries/qt-4.5/default.nix
@@ -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