nixpkgs/pkgs
Thomas Tuegel e15fc83fc9 Don't split paths with spaces
setup.sh uses the anti-pattern `for f in $(find ...); do` in several
places. `find` returns one path per line, but `for` splits its arguments
by words, so paths which contain spaces are incorrectly split! The
correct way is `find ... | while read f; do`
2014-01-11 07:54:35 -06:00
..
applications k3d: fix build with newer gcc versions (-fpermissive) 2014-01-05 13:09:41 +01:00
build-support gcc-wrapper: Use -isystem instead of -I 2014-01-10 13:29:29 +01:00
data Whitespace fixes in package expressions I maintain 2014-01-02 17:58:08 +01:00
desktops gnome2.libgnomeprint: fix build by using bison2 2014-01-05 11:03:30 +01:00
development patchelf: Update to 0.7 2014-01-07 17:44:03 +01:00
games Merge master into stdenv-updates 2014-01-04 18:34:53 +01:00
misc zsnes: manual header magic is no longer needed with the gcc-4.8 patch 2014-01-05 18:53:52 +01:00
os-specific ipsecTools: fix build with newer gcc versions (warnings) 2014-01-05 11:29:57 +01:00
servers net_snmp: fix build by autoreconfing 2014-01-05 11:19:07 +01:00
shells Merge master into stdenv-updates 2013-12-29 10:01:22 +01:00
stdenv Don't split paths with spaces 2014-01-11 07:54:35 -06:00
test
tools gzip: Don't depend on stdenv-linux. 2014-01-07 17:50:30 +01:00
top-level patchelf: Update to 0.7 2014-01-07 17:44:03 +01:00