Gnome1: add gobjectIntrospection to rest
This commit is contained in:
parent
4ede302207
commit
db7a05e3ad
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, libsoup }:
|
{ stdenv, fetchurl, pkgconfig, glib, libsoup, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rest-0.7.90";
|
name = "rest-0.7.90";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "08n0cvz44l4b1gkmjryap3ysd0wcbbbdjbcar73nr52dmk52ls0x";
|
sha256 = "08n0cvz44l4b1gkmjryap3ysd0wcbbbdjbcar73nr52dmk52ls0x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib libsoup ];
|
buildInputs = [ pkgconfig glib libsoup gobjectIntrospection];
|
||||||
|
|
||||||
configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";
|
configureFlags = "--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user