summary refs log tree commit diff
path: root/pkgs/development/perl-modules
Commit message (Collapse)AuthorAge
* * Apply a patch to Net::Amazon::EC2 to get the describe_instancesEelco Dolstra2011-06-16
| | | | | | function to work with Nova. svn path=/nixpkgs/trunk/; revision=27480
* * Update DBI and DBD::SQLite.Eelco Dolstra2011-04-11
| | | | svn path=/nixpkgs/trunk/; revision=26775
* Add Nix expression for Perl module SQL::Translator ( also knownKarn Kallio2010-11-27
| | | | | | as SQL Fairy) and dependencies. svn path=/nixpkgs/trunk/; revision=24895
* newer version DBD-SQLiteRob Vermaas2010-08-05
| | | | svn path=/nixpkgs/trunk/; revision=22958
* * Don't use nested lists.Eelco Dolstra2010-04-01
| | | | svn path=/nixpkgs/trunk/; revision=20914
* * Doh.Eelco Dolstra2010-02-09
| | | | svn path=/nixpkgs/trunk/; revision=19879
* * Symlink propagated-user-env-packages toEelco Dolstra2010-02-09
| | | | | | propagated-build-native-inputs rather than propagated-build-inputs. svn path=/nixpkgs/trunk/; revision=19878
* Making perl DB_File follow the lib/perl5/site_perl convention for the *.pm ↵Lluís Batlle i Rossell2009-10-15
| | | | | | | | | files, so all hooks on PERL5LIB include this module properly. I don't know why this doesn't install the files to that */site_perl/* by default. svn path=/nixpkgs/trunk/; revision=17837
* added DBD-mysql, maatkitRob Vermaas2009-10-07
| | | | svn path=/nixpkgs/trunk/; revision=17703
* * Latest DBD::SQLite. Fix building against an external SQLite.Eelco Dolstra2009-07-02
| | | | svn path=/nixpkgs/trunk/; revision=16138
* * Improve the determinism of Perl builds: don't try to download stuffEelco Dolstra2009-07-02
| | | | | | from CPAN. svn path=/nixpkgs/trunk/; revision=16137
* DBD-Pg 2.13.1Rob Vermaas2009-04-28
| | | | svn path=/nixpkgs/trunk/; revision=15350
* * Another sync with the trunk.Eelco Dolstra2009-04-23
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
| * * Drop the "perl" prefix from Perl attribute names. It's redundantEelco Dolstra2009-04-20
| | | | | | | | | | | | | | now that Perl packages are in their own namespace (perlPackages.<pkg>). svn path=/nixpkgs/trunk/; revision=15176
| * * Move all the Perl packages out of all-packages.nix into a separateEelco Dolstra2009-04-20
| | | | | | | | | | | | file, perl-packages.nix. svn path=/nixpkgs/trunk/; revision=15171
* | * lib/site_perl -> lib/perl5/site_perl.Eelco Dolstra2009-04-22
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15258
* | * Removed the hack to fix the installation path of some PerlEelco Dolstra2009-04-22
| | | | | | | | | | | | | | packages. Turns out that those packages set INSTALLDIRS=perl, so we override it to INSTALLDIRS=site. svn path=/nixpkgs/branches/stdenv-updates/; revision=15251
* | * `mv .../* ...' no longer works if nullglob is on. However, the realEelco Dolstra2009-04-22
| | | | | | | | | | | | | | WTF is that the Perl module installation path suddenly has changed from $out/lib/site_perl to $out/lib/perl5/site_perl. Investigating... svn path=/nixpkgs/branches/stdenv-updates/; revision=15241
* | * Sync with the trunk once more.Eelco Dolstra2009-03-31
|\| | | | | | | | | | | * Turn on everything in Hydra. svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
| * * Disabled make check in DBD::SQLite; seeEelco Dolstra2009-03-24
| | | | | | | | | | | | http://hydra.nixos.org/build/5767/nixlog/3. svn path=/nixpkgs/trunk/; revision=14688
* | * Sync with the trunk.Eelco Dolstra2009-03-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
| * * Catalyst::Engine::HTTP::Prefork: terminate chunked transfersEelco Dolstra2009-03-11
| | | | | | | | | | | | correctly. svn path=/nixpkgs/trunk/; revision=14504
| * * Added IO::Compress::Bzip2.Eelco Dolstra2009-03-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14306
* | * Sync with the trunk.Eelco Dolstra2009-02-13
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14073
| * * Perl BerkeleyDB module: updated to 0.36 since "make test" failed inEelco Dolstra2009-02-13
| | | | | | | | | | | | the old one. svn path=/nixpkgs/trunk/; revision=14068
* | * Sync with the trunk.Eelco Dolstra2009-02-12
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
| * * Latest Compress::Zlib.Eelco Dolstra2009-02-12
| | | | | | | | | | | | | | | | * 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
| * * Perl builder: run tests by default.Eelco Dolstra2009-02-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14041
* | * Merged from the trunk. Let's see how well this works withEelco Dolstra2008-12-10
|\| | | | | | | | | | | Subversion 1.5... svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
| * * A patch to make TemplateToolkit work properly on templates in theEelco Dolstra2008-11-28
| | | | | | | | | | | | Nix store. svn path=/nixpkgs/trunk/; revision=13491
| * * A function "buildPerlPackage" to replace all those "importEelco Dolstra2008-11-24
| | | | | | | | | | | | ../development/perl-modules/generic perl" incantations. svn path=/nixpkgs/trunk/; revision=13387
| * * DBD::SQLite needs a patch to prevent segfaults in case of timeouts.Eelco Dolstra2008-11-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13386
| * * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13299
| * * Unbreak the DB_File / BerkeleyDB Perl modules.Eelco Dolstra2008-10-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13102
| * * More Perl packages.Eelco Dolstra2008-10-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=13100
| * * Added Catalyst and lots of (Perl) dependencies. Not finished yet.Eelco Dolstra2008-10-17
|/ | | | | | We should really generate these from CPAN automatically. svn path=/nixpkgs/trunk/; revision=13091
* Added a generator for CPAN expressions. Expressions often require manual ↵Michael Raskin2008-06-02
| | | | | | editing, but still something.. svn path=/nixpkgs/trunk/; revision=11947
* Added perl Font/TTF module.Michael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10903
* * Use CPAN mirrors.Eelco Dolstra2008-02-21
| | | | svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10806
* * Added DB_File (dbmmanage needs it).Eelco Dolstra2008-02-12
| | | | svn path=/nixpkgs/trunk/; revision=10630
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Fix the preHook.Eelco Dolstra2007-03-16
| | | | svn path=/nixpkgs/trunk/; revision=8302
* * Fix the XML::Parser build hook.Eelco Dolstra2007-03-13
| | | | svn path=/nixpkgs/trunk/; revision=8280
* * Email::Send and dependencies.Eelco Dolstra2007-03-13
| | | | svn path=/nixpkgs/trunk/; revision=8279
* * Perl generic builder: set nix-support/propagated-user-env-packagesEelco Dolstra2007-03-13
| | | | | | | to the propagated build inputs as a convenience to people who want to install Perl packages into their user environments. svn path=/nixpkgs/trunk/; revision=8278
* * Copy even more files (in particular from losser.st-lab.cs.uu.nl,Eelco Dolstra2006-01-30
| | | | | | can't assume that it will live forever). svn path=/nixpkgs/trunk/; revision=4624
* 0.26 -> 0.27Rob Vermaas2006-01-08
| | | | svn path=/nixpkgs/trunk/; revision=4517
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* add a few modules (needed for OOo)Armijn Hemel2005-10-26
| | | | svn path=/nixpkgs/trunk/; revision=4138
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660