mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
libcanberra: mark broken on darwin
This commit is contained in:
parent
e386383c9b
commit
806d814516
1 changed files with 6 additions and 7 deletions
|
@ -47,9 +47,8 @@ stdenv.mkDerivation rec {
|
|||
gtkModule = "/lib/gtk-2.0/";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "An implementation of the XDG Sound Theme and Name Specifications";
|
||||
|
||||
longDescription = ''
|
||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||
Specifications, for generating event sounds on free desktops
|
||||
|
@ -57,12 +56,12 @@ stdenv.mkDerivation rec {
|
|||
PulseAudio, OSS, GStreamer, null) and is designed to be
|
||||
portable.
|
||||
'';
|
||||
|
||||
homepage = "http://0pointer.de/lennart/projects/libcanberra/";
|
||||
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
# canberra-gtk-module.c:28:10: fatal error: 'gdk/gdkx.h' file not found
|
||||
# #include <gdk/gdkx.h>
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue