smtube: add missing build dependency
This commit is contained in:
parent
32b8d31b3a
commit
38226ea4c3
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue