Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix

21 lines
489 B
Nix
Raw Normal View History

* Updated IO::Compress. svn path=/nixpkgs/trunk/; revision=29301
2011-09-16 10:32:37 +00:00
{ fetchurl, buildPerlPackage, zlib }:
* Latest Compress::Zlib. * Put the fix for Perl modules that install in the wrong location ($out/lib instead of $out/lib/site_perl) in the generic Perl builder. svn path=/nixpkgs/trunk/; revision=14051
2009-02-12 20:18:13 +00:00
buildPerlPackage rec {
* Updated IO::Compress. svn path=/nixpkgs/trunk/; revision=29301
2011-09-16 10:32:37 +00:00
name = "Compress-Raw-Zlib-2.037";
* Latest Compress::Zlib. * Put the fix for Perl modules that install in the wrong location ($out/lib instead of $out/lib/site_perl) in the generic Perl builder. svn path=/nixpkgs/trunk/; revision=14051
2009-02-12 20:18:13 +00:00
src = fetchurl {
* Updated IO::Compress. svn path=/nixpkgs/trunk/; revision=29301
2011-09-16 10:32:37 +00:00
url = "mirror://cpan/modules/by-module/Compress/${name}.tar.gz";
sha256 = "18grvxjlsqlqiwxgdf26s4z4q9ag0vacrswxbyaqf11a03sciw7d";
* Latest Compress::Zlib. * Put the fix for Perl modules that install in the wrong location ($out/lib instead of $out/lib/site_perl) in the generic Perl builder. svn path=/nixpkgs/trunk/; revision=14051
2009-02-12 20:18:13 +00:00
};
preConfigure = ''
cat > config.in <<EOF
BUILD_ZLIB = False
INCLUDE = ${zlib}/include
LIB = ${zlib}/lib
OLD_ZLIB = False
GZIP_OS_CODE = AUTO_DETECT
EOF
'';
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 362ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API