Fix libcanberra.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24625
This commit is contained in:
Ludovic Courtès 2010-11-09 09:14:16 +00:00
parent a09b3a9d0a
commit 9e46c5b3e2

View file

@ -3216,6 +3216,12 @@ let
libcaca = callPackage ../development/libraries/libcaca { };
libcanberra = callPackage ../development/libraries/libcanberra {
/* Using GNU Make 3.82 leads to this:
Makefile:939: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
So use 3.81. */
stdenv = overrideInStdenv stdenv [gnumake381];
gstreamer = gst_all.gstreamer;
};