mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 12:44:44 +00:00
gst_all_1.gst-plugins-good: make libdrm linux-only
This commit is contained in:
@@ -106,7 +106,6 @@ stdenv.mkDerivation rec {
|
||||
bzip2
|
||||
libdv
|
||||
libvpx
|
||||
libdrm
|
||||
speex
|
||||
opencore-amr
|
||||
flac
|
||||
@@ -148,6 +147,7 @@ stdenv.mkDerivation rec {
|
||||
]) ++ lib.optionals stdenv.isDarwin [
|
||||
Cocoa
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libdrm
|
||||
libGL
|
||||
libv4l
|
||||
libpulseaudio
|
||||
|
||||
Reference in New Issue
Block a user