···11-source $stdenv/setup
22-33-44-preConfigure() {
55-66- # Patch some of the configure files a bit to get of global paths.
77- # (Buildings using stuff in those paths will fail anyway, but it
88- # will cause ./configure misdetections).
99- for i in config.tests/unix/checkavail config.tests/*/*.test mkspecs/*/qmake.conf; do
1010- echo "patching $i..."
1111- substituteInPlace "$i" \
1212- --replace " /lib" " /FOO" \
1313- --replace "/usr" "/FOO"
1414- done
1515-}
1616-1717-1818-# !!! TODO: -system-libmng
1919-configureFlags="-prefix $out $configureFlags"
2020-dontAddPrefix=1
2121-2222-configureScript=configureScript
2323-configureScript() {
2424- echo yes | ./configure $configureFlags
2525- export LD_LIBRARY_PATH=$(pwd)/lib
2626-}
2727-2828-2929-postInstall() {
3030- # Qt's `make install' is broken; it copies ./bin/qmake, which
3131- # is a symlink to ./qmake/qmake. So we end up with a dangling
3232- # symlink.
3333- rm $out/bin/qmake
3434- cp -p qmake/qmake $out/bin
3535-}
3636-3737-3838-genericBuild
···11-diff -ruN qt-x11-free-3.3.3/configure qt-x11-free-3.3.3.new/configure
22---- qt-x11-free-3.3.3/configure 2004-06-14 11:18:55.000000000 +0200
33-+++ qt-x11-free-3.3.3.new/configure 2005-11-12 19:39:43.000000000 +0100
44-@@ -16,9 +16,9 @@
55- relconf=`basename $0`
66- # the directory of this script is the "source tree"
77- relpath=`dirname $0`
88--relpath=`(cd $relpath; /bin/pwd)`
99-+relpath=`(cd $relpath; pwd)`
1010- # the current directory is the "build tree" or "object tree"
1111--outpath=`/bin/pwd`
1212-+outpath=`pwd`
1313-1414- # later cache the command line in config.status
1515- OPT_CMDLINE=`echo $@ | sed "s,-v ,,g; s,-v$,,g"`
···11-diff -rc qt-x11-free-3.3.6-orig/config.tests/x11/xrandr.test qt-x11-free-3.3.6/config.tests/x11/xrandr.test
22-*** qt-x11-free-3.3.6-orig/config.tests/x11/xrandr.test 2006-09-14 14:00:08.000000000 +0200
33---- qt-x11-free-3.3.6/config.tests/x11/xrandr.test 2006-09-14 14:10:39.000000000 +0200
44-***************
55-*** 52,69 ****
66- INCDIRS="$IN_INCDIRS $XDIRS /FOO/include /include"
77- F=
88- for INCDIR in $INCDIRS; do
99-! if [ -f $INCDIR/$INC -a -f $INCDIR/$INC2 ]; then
1010- F=yes
1111-! XRANDR_H=$INCDIR/$INC
1212- RANDR_H=$INCDIR/$INC2
1313-! [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR"
1414- break
1515- fi
1616- done
1717- if [ -z "$F" ]
1818- then
1919- XRANDR=no
2020-! [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS"
2121- fi
2222- fi
2323-2424---- 52,69 ----
2525- INCDIRS="$IN_INCDIRS $XDIRS /FOO/include /include"
2626- F=
2727- for INCDIR in $INCDIRS; do
2828-! if [ -f $INCDIR/$INC2 ]; then
2929- F=yes
3030-! # XRANDR_H=$INCDIR/$INC
3131- RANDR_H=$INCDIR/$INC2
3232-! [ "$VERBOSE" = "yes" ] && echo " Found $INC2 in $INCDIR"
3333- break
3434- fi
3535- done
3636- if [ -z "$F" ]
3737- then
3838- XRANDR=no
3939-! [ "$VERBOSE" = "yes" ] && echo " Could not find $INC2 anywhere in $INCDIRS"
4040- fi
4141- fi
4242-
+1
pkgs/top-level/aliases.nix
···550550 retroshare06 = retroshare;
551551 gtk-recordmydesktop = throw "gtk-recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
552552 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
553553+ qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # added 2021-02-15
553554 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
554555 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14
555556 rkt = throw "rkt was archived by upstream"; # added 2020-05-16