Adding giv.
svn path=/nixpkgs/trunk/; revision=26709
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, bison, flex }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gob2-2.0.18";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.5z.com/pub/gob/${name}.tar.gz";
|
||||
sha256 = "1r242s3rsxyqiw2ic2gdpvvrx903jgjd1aa4mkl26in5k9zk76fa";
|
||||
};
|
||||
|
||||
# configure script looks for d-bus but it is only needed for tests
|
||||
buildInputs = [ glib bison flex pkgconfig ];
|
||||
|
||||
meta = {
|
||||
description = "Preprocessor for making GObjects with inline C code";
|
||||
homepage = http://www.jirka.org/gob.html;
|
||||
license = "GPLv2+";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user