elisa: use libvlc

This commit is contained in:
Thomas Tuegel 2020-09-25 05:36:03 -05:00 committed by Thomas Tuegel
parent fff4504bc9
commit c3d08d652d
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -14,13 +14,13 @@
, kinit
, kirigami2
, baloo
, vlc
, libvlc
}:
mkDerivation rec {
name = "elisa";
buildInputs = [ vlc ];
buildInputs = [ libvlc ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];