mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
libquvi: specify glib dependency
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user