From 85c19f8fb4bffec3c3ecfa464dd068d801a60ebb Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 20 Dec 2015 07:40:29 -0600 Subject: smtube: Qt 5 infrastructure update --- pkgs/applications/video/smtube/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video/smtube') diff --git a/pkgs/applications/video/smtube/default.nix b/pkgs/applications/video/smtube/default.nix index 79dbf5764724..bc55f943a889 100644 --- a/pkgs/applications/video/smtube/default.nix +++ b/pkgs/applications/video/smtube/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchurl, qt5 }: +{ stdenv, fetchurl, qtscript }: stdenv.mkDerivation rec { version = "15.11.0"; @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { "PREFIX=$(out)" ]; - buildInputs = [ qt5.script ]; + buildInputs = [ qtscript ]; meta = with stdenv.lib; { description = "Play and download Youtube videos"; -- cgit 1.4.1