mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #23974 from cleverca22/qtmultimedia
qtmultimedia-5.7: disable alsa on darwin
This commit is contained in:
commit
2eb48daa94
@ -1,4 +1,4 @@
|
||||
{ qtSubmodule, qtbase, qtdeclarative, pkgconfig
|
||||
{ stdenv, qtSubmodule, qtbase, qtdeclarative, pkgconfig
|
||||
, alsaLib, gstreamer, gst-plugins-base, libpulseaudio
|
||||
}:
|
||||
|
||||
@ -6,7 +6,7 @@ qtSubmodule {
|
||||
name = "qtmultimedia";
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
buildInputs = [
|
||||
pkgconfig alsaLib gstreamer gst-plugins-base libpulseaudio
|
||||
];
|
||||
pkgconfig gstreamer gst-plugins-base libpulseaudio
|
||||
] ++ stdenv.lib.optional stdenv.isLinux alsaLib;
|
||||
qmakeFlags = [ "GST_VERSION=1.0" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user