hdhomerun-config-gui: remove unused argument: vlc

gstqt5
Thomas Tuegel 2020-09-25 10:51:04 -05:00 committed by Thomas Tuegel
parent 270d8a0409
commit b5a5ed3735
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 1 additions and 1 deletions

View File

@ -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";