cairomm added
svn path=/nixpkgs/branches/stdenv-updates/; revision=10477
This commit is contained in:
parent
e7ada570fc
commit
2ca177e6ae
15
pkgs/development/libraries/cairomm/default.nix
Normal file
15
pkgs/development/libraries/cairomm/default.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
args: with args;
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "cairomm-1.4.6";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://cairographics.org/releases/${name}.tar.gz";
|
||||||
|
sha256 = "1zd5pq5jd507w1v994awpsl7m26g4dfl0rwgrxig2823hl3rqmrp";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [pkgconfig];
|
||||||
|
propagatedBuildInputs = [cairo x11 fontconfig freetype];
|
||||||
|
|
||||||
|
configureFlags = "--enable-shared --disable-static";
|
||||||
|
}
|
@ -1769,6 +1769,10 @@ rec {
|
|||||||
inherit fetchurl stdenv pkgconfig x11 fontconfig freetype zlib libpng;
|
inherit fetchurl stdenv pkgconfig x11 fontconfig freetype zlib libpng;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cairomm = import ../development/libraries/cairomm {
|
||||||
|
inherit fetchurl stdenv pkgconfig cairo x11 fontconfig freetype;
|
||||||
|
};
|
||||||
|
|
||||||
chmlib = import ../development/libraries/chmlib {
|
chmlib = import ../development/libraries/chmlib {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user