2009-06-04 13:20:26 +02:00
|
|
|
{input, stdenv, fetchurl, pkgconfig, libxml2, glib
|
|
|
|
, libproxy, GConf, sqlite}:
|
2006-07-06 18:24:38 +02:00
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
inherit (input) name src;
|
2009-06-04 13:20:26 +02:00
|
|
|
buildInputs = [pkgconfig libxml2 glib libproxy
|
|
|
|
GConf sqlite];
|
2006-07-06 18:24:38 +02:00
|
|
|
}
|