elisa: use libvlc

gstqt5
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
1 changed files with 2 additions and 2 deletions

View File

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