smtube: add missing build dependency
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user