smtube: add missing build dependency

This commit is contained in:
Vincent Laporte 2016-01-15 07:14:20 +01:00
parent 32b8d31b3a
commit 38226ea4c3

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, qtscript }: { stdenv, fetchurl, qtscript, qtwebkit }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "15.11.0"; version = "15.11.0";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
"PREFIX=$(out)" "PREFIX=$(out)"
]; ];
buildInputs = [ qtscript ]; buildInputs = [ qtscript qtwebkit ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Play and download Youtube videos"; description = "Play and download Youtube videos";