elisa: use libvlc

wip/yesman
Thomas Tuegel 4 years ago committed by Thomas Tuegel
parent fff4504bc9
commit c3d08d652d
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
  1. 4
      pkgs/applications/kde/elisa.nix

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

Loading…
Cancel
Save