libquvi: specify glib dependency
This commit is contained in:
parent
e0c500e628
commit
91fd6b04aa
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, pkgconfig, lua5, curl, quvi_scripts, libproxy, libgcrypt}:
|
||||
{ stdenv, fetchurl, pkgconfig, lua5, curl, quvi_scripts, libproxy, libgcrypt, glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libquvi-${version}";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1cl1kbgxl1jnx2nwx4z90l0lap09lnnj1fg7hxsxk3m6aj4y4grd";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig lua5 curl quvi_scripts libproxy libgcrypt ];
|
||||
buildInputs = [ pkgconfig lua5 curl quvi_scripts libproxy libgcrypt glib ];
|
||||
|
||||
meta = {
|
||||
description = "Web video downloader";
|
||||
|
|
Loading…
Reference in a new issue