smtube: add missing build dependency

This commit is contained in:
Vincent Laporte
2016-01-15 10:04:06 +01:00
parent 32b8d31b3a
commit 38226ea4c3
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, qtscript }:
{ stdenv, fetchurl, qtscript, qtwebkit }:
stdenv.mkDerivation rec {
version = "15.11.0";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
"PREFIX=$(out)"
];
buildInputs = [ qtscript ];
buildInputs = [ qtscript qtwebkit ];
meta = with stdenv.lib; {
description = "Play and download Youtube videos";