mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 {
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user