mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Fix libcanberra.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24625
This commit is contained in:
parent
a09b3a9d0a
commit
9e46c5b3e2
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue