Added pangoxsl and xmlroff
svn path=/nixpkgs/trunk/; revision=3574
This commit is contained in:
15
pkgs/development/libraries/pangoxsl/default.nix
Normal file
15
pkgs/development/libraries/pangoxsl/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{stdenv, fetchurl, pkgconfig, glib, pango}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pangoxsl-1.6.0.1";
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/pangopdf/pangoxsl-1.6.0.1.tar.gz;
|
||||
md5 = "3c2b9b3b77c9b725a2914db90f61f24b";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig
|
||||
glib
|
||||
pango
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user