summary refs log tree commit diff
path: root/pkgs/development/perl-modules
Commit message (Collapse)AuthorAge
* DBD::SQLite: Don't link against /usr/lib/libsqlite3.dylib on DarwinEelco Dolstra2012-09-12
|
* DBD::SQLite: Don't install a copy of the SQLite sourcesEelco Dolstra2012-08-17
| | | | This saves almost 5 MB.
* Compress-Raw-Zlib: Don't check on Darwin.Shea Levy2012-08-17
| | | | Fixes #102
* Add some packages to the channelEelco Dolstra2012-07-31
|
* perl-DB_File: update to version 1.826Peter Simons2012-07-29
|
* DBD::Pg: update to 2.19.2Eelco Dolstra2012-07-26
| | | | Fixes CVE-2012-1151.
* Remove some files not reachable from all-packages.nixYury G. Kudryashov2012-03-17
| | | | | | | | | | | | | | | | | List of removed files: * pkgs/applications/misc/kiwixbuilder/default.nix * pkgs/applications/misc/simgrid/default.nix * pkgs/applications/networking/instant-messengers/carrier/2.4.2.nix * pkgs/applications/networking/mailreaders/thunderbird/7.x.nix * pkgs/applications/networking/mailreaders/thunderbird/thunderbird-build-deps.patch * pkgs/development/libraries/bluez-libs/default.nix * pkgs/development/libraries/libjingle/0.4.0.nix * pkgs/development/perl-modules/Font-TTF/default.nix * pkgs/tools/X11/xauth/default.nix * pkgs/tools/security/p0f/default.nix * pkgs/tools/security/p0f/p0f.patch svn path=/nixpkgs/trunk/; revision=33205
* perl-Compress-Raw-Bzip2: updated to version 2.049 to (hopefully) fix test ↵Peter Simons2012-03-07
| | | | | | suite failures on Darwin svn path=/nixpkgs/trunk/; revision=32843
* perl-Compress-Raw-Zlib: updated to version 2.051 to (hopefully) fix test ↵Peter Simons2012-03-07
| | | | | | suite failures on Darwin svn path=/nixpkgs/trunk/; revision=32842
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * DBD::SQLite updated to 1.35.Eelco Dolstra2012-01-04
| | | | svn path=/nixpkgs/trunk/; revision=31277
* * Add a patch to prevent Starman from changing its process nameEelco Dolstra2011-11-25
| | | | | | | to "starman worker" or "starman master". This prevented libcgroup from determining the process name correctly. svn path=/nixpkgs/trunk/; revision=30556
* * Use a fork of Net::Amazon::EC2 that supports tags.Eelco Dolstra2011-10-27
| | | | svn path=/nixpkgs/trunk/; revision=30073
* * Some Net::Amazon::EC2 patches.Eelco Dolstra2011-10-20
| | | | svn path=/nixpkgs/trunk/; revision=29944
* * Updated Catalyst to 5.9. It now uses Plack for interfacing with theEelco Dolstra2011-10-07
| | | | | | web server, so add that as well. svn path=/nixpkgs/trunk/; revision=29709
* * Updated IO::Compress.Eelco Dolstra2011-09-16
| | | | svn path=/nixpkgs/trunk/; revision=29301
* * DBIx::Class and related updates.Eelco Dolstra2011-08-19
| | | | svn path=/nixpkgs/trunk/; revision=28689
* * Add Net::Amazon::MechanicalTurk.Eelco Dolstra2011-08-10
| | | | svn path=/nixpkgs/trunk/; revision=28459
* * 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