gamin added
svn path=/nixpkgs/trunk/; revision=10337
This commit is contained in:
parent
b40d1ace2e
commit
08d38f7097
12
pkgs/development/libraries/gamin/default.nix
Normal file
12
pkgs/development/libraries/gamin/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gamin-0.1.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.gnome.org/~veillard/gamin/sources/${name}.tar.gz";
|
||||
sha256 = "0fgjfyr0nlkpdxj94a4qfm82wypljdyv1b6l56v7i9jdx0hcdqhr";
|
||||
};
|
||||
|
||||
buildInputs = [python pkgconfig glib];
|
||||
configureFlags = "--enable-shared --disable-static --disable-debug";
|
||||
}
|
@ -1892,6 +1892,11 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
gamin = import ../development/libraries/gamin {
|
||||
inherit fetchurl stdenv python pkgconfig;
|
||||
inherit (gtkLibs) glib;
|
||||
};
|
||||
|
||||
geos = import ../development/libraries/geos {
|
||||
inherit fetchurl fetchsvn stdenv mkDerivationByConfiguration autoconf automake libtool swig which lib;
|
||||
use_svn = stdenv.system == "x86_64-linux";
|
||||
|
Loading…
Reference in New Issue
Block a user