* Some more Gnome libraries.
svn path=/nixpkgs/trunk/; revision=2345
This commit is contained in:
7
pkgs/development/libraries/gnome/intltool/default.nix
Normal file
7
pkgs/development/libraries/gnome/intltool/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{input, stdenv, fetchurl, pkgconfig, perl, perlXMLParser}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
inherit (input) name src;
|
||||
buildInputs = [pkgconfig perl perlXMLParser];
|
||||
PERL5LIB = perlXMLParser ~ "/lib/site_perl";
|
||||
}
|
||||
Reference in New Issue
Block a user