about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-01-20 00:32:12 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-01-20 00:32:12 +0000
commit0159c5f8deb36dd42cf386937f779420f0e10d88 (patch)
tree391096f05f1aec5d3fee26f7f1cc299a9c5245f1 /pkgs
parent44fa4a2980bc57f770f9b6ad89e45374aaa8e165 (diff)
downloadnixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.tar
nixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.tar.gz
nixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.tar.bz2
nixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.tar.lz
nixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.tar.xz
nixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.tar.zst
nixlib-0159c5f8deb36dd42cf386937f779420f0e10d88.zip
* Also fix Unix tests, not just X11 tests. (Fixes a build error that
  occurs if cups exists in /usr/lib.)

svn path=/nixpkgs/trunk/; revision=2068
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/qt-3/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-3/builder.sh b/pkgs/development/libraries/qt-3/builder.sh
index 57ca0201b5d5..60cb37a962ec 100644
--- a/pkgs/development/libraries/qt-3/builder.sh
+++ b/pkgs/development/libraries/qt-3/builder.sh
@@ -7,7 +7,7 @@ preConfigure() {
     # Patch some of the configure files a bit to get of global paths.
     # (Buildings using stuff in those paths will fail anyway, but it
     # will cause ./configure misdetections).
-    for i in config.tests/x11/*.test mkspecs/*/qmake.conf; do
+    for i in config.tests/*/*.test mkspecs/*/qmake.conf; do
         echo "patching $i..."
         sed < $i > $i.tmp \
             -e 's^ /lib^ /FOO^g' \