mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
gst-plugins-good: fix build on darwin
This commit is contained in:
parent
247e772f35
commit
68ee2c6c30
@ -4,6 +4,7 @@
|
||||
, libvpx, speex, flac, taglib, libshout
|
||||
, cairo, gdk_pixbuf, aalib, libcaca
|
||||
, libsoup, libpulseaudio, libintlOrEmpty
|
||||
, darwin
|
||||
}:
|
||||
|
||||
let
|
||||
@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
|
||||
libsoup libshout
|
||||
]
|
||||
++ libintlOrEmpty
|
||||
++ optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]
|
||||
++ optionals stdenv.isLinux [ libv4l libpulseaudio libavc1394 libiec61883 ];
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user