mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
strawberry: use libvlc
This commit is contained in:
parent
b5a5ed3735
commit
b3ab15a057
@ -30,7 +30,7 @@
|
||||
, withGstreamer ? true
|
||||
, gst_all_1 ? null
|
||||
, withVlc ? true
|
||||
, vlc ? null
|
||||
, libvlc ? null
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -75,7 +75,7 @@ mkDerivation rec {
|
||||
gst-plugins-good
|
||||
gst-plugins-ugly
|
||||
])
|
||||
++ lib.optional withVlc vlc;
|
||||
++ lib.optional withVlc libvlc;
|
||||
|
||||
nativeBuildInputs = [ cmake ninja pkgconfig qttools ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user