From c3d08d652df1b5adc71f91a56065a709b089974e Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 25 Sep 2020 05:36:03 -0500 Subject: [PATCH] elisa: use libvlc --- pkgs/applications/kde/elisa.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/kde/elisa.nix b/pkgs/applications/kde/elisa.nix index a2bfa88f812..bd2cd529473 100644 --- a/pkgs/applications/kde/elisa.nix +++ b/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 ];