about summary refs log tree commit diff
path: root/pkgs/applications/video/hdhomerun-config-gui
diff options
context:
space:
mode:
authorThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-25 10:51:04 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2020-09-26 05:50:24 -0500
commitb5a5ed37359d067f3277811e021707888976854c (patch)
tree424d6a6cf756e63c9a76906bfe387d943f842a47 /pkgs/applications/video/hdhomerun-config-gui
parent270d8a04099018055c669fa87b8e1292e924ed68 (diff)
hdhomerun-config-gui: remove unused argument: vlc
Diffstat (limited to 'pkgs/applications/video/hdhomerun-config-gui')
-rw-r--r--pkgs/applications/video/hdhomerun-config-gui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/hdhomerun-config-gui/default.nix b/pkgs/applications/video/hdhomerun-config-gui/default.nix
index a147de52da82d..91feb178ca057 100644
--- a/pkgs/applications/video/hdhomerun-config-gui/default.nix
+++ b/pkgs/applications/video/hdhomerun-config-gui/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, libhdhomerun, vlc, gcc, gnumake, pkg-config, gtk2 }:
+{ stdenv, fetchurl, libhdhomerun, gcc, gnumake, pkg-config, gtk2 }:
 
 stdenv.mkDerivation rec {
   pname = "hdhomerun-config-gui";