aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-09-25 05:36:03 -0500
committerThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-25 10:47:43 -0500
commitc3d08d652df1b5adc71f91a56065a709b089974e (patch)
tree4d39a8b9130738c64a0e35005a8085c63902f817 /pkgs/applications/kde
parentfff4504bc9b4d4a9e487b56c8f73b77eb98ae519 (diff)
elisa: use libvlc
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/elisa.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/elisa.nix b/pkgs/applications/kde/elisa.nix
index a2bfa88f8127..bd2cd529473e 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 ];