pkgs/development/libraries/wxGTK-2.8: strip trailing whitespace

svn path=/nixpkgs/trunk/; revision=31514
This commit is contained in:
Peter Simons 2012-01-13 10:31:56 +00:00
parent d7985d419f
commit 1585c62857

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation {
";
postBuild = "(cd contrib/src && make)";
postInstall = "
(cd contrib/src && make install)
(cd $out/include && ln -s wx-*/* .)