about summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl
AgeCommit message (Collapse)AuthorFilesLines
2015-03-20Set some meta.platformsEelco Dolstra1-3/+8
Also fix meta.platform -> meta.platforms in a few places.
2015-02-03make llvm-3.5 the default and remove references to gccAppleEric Seidel1-0/+2
make perl be less dumb revert change to release.nix
2014-12-30determinism: change some fixed timestamp to != (time_t)0Vladimír Čunát1-1/+1
vcunat removed the unrelated glib change. Conflicts: pkgs/development/libraries/glib/default.nix pkgs/os-specific/linux/kernel/generic.nix pkgs/os-specific/linux/kernel/manual-config.nix
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley2-5/+5
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-11-18perl-5.14: RemoveEelco Dolstra5-244/+0
It's EOL and unmaintained. There was only one package using it which I've marked as broken.
2014-11-17perl: Fix evaluation on DarwinEelco Dolstra1-1/+1
2014-11-04Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra1-1/+0
Conflicts: pkgs/applications/editors/vim/macvim.nix
2014-10-16Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra1-3/+3
Conflicts: pkgs/development/libraries/poppler/default.nix
2014-10-07perl520: update from 5.20.0 to 5.20.1Aristid Breitkreuz1-3/+3
2014-09-23Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into stagingEelco Dolstra1-1/+0
Conflicts: pkgs/development/interpreters/ruby/ruby-19.nix pkgs/development/libraries/libc++/default.nix pkgs/development/libraries/libc++abi/default.nix pkgs/tools/text/sgml/opensp/default.nix
2014-09-18perl: Fix assertion failure on DarwinEelco Dolstra1-23/+7
This assertion doesn't make sense to me, because a multi-threaded build on Darwin works fine, despite not having Glibc.
2014-09-14Disable perl 5.16 testsGergely Risko1-26/+0
They are on the path to stdenv rebuild. Accidentally re-enabled by conflict resolution in cherry-pick 3196d4f.
2014-09-14Cleanup perl logic in stdenvLinuxGergely Risko2-4/+28
Make thread disabling explicit. This changes the semantics of the perl derivation, so on other platforms it may require setting enableThreading = false This commit doesn't change the derivation or out hash of stdenvLinux.
2014-09-13perl-5.16: make it binary deterministicAlexander Kjeldaas4-0/+62
2014-09-09suitable clang stdenvJoel Taylor1-1/+0
2014-09-08Merge branch 'staging' into modular-stdenvVladimír Čunát7-514/+0
Conflicts: pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/stdenv/linux/default.nix
2014-09-08merge 'staging' into modular-stdenvVladimír Čunát1-0/+6
In 2c62a36b77 the messages in pkgs/stdenv/generic/default.nix were not merged correctly. Conflicts: pkgs/stdenv/generic/default.nix
2014-08-30Merge recent master into stagingVladimír Čunát7-514/+0
Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
2014-08-21perl-5.8: RemoveEelco Dolstra4-246/+0
2014-08-21perl-5.10: RemoveEelco Dolstra3-268/+0
2014-08-17perl: Disable testsEelco Dolstra1-2/+1
It appears that these got re-enabled accidentally in d1ed0f44cd154926e761cedee1cee72e55345807. http://hydra.nixos.org/build/13369824
2014-08-14Merge #2823: better cygwin support, also add x86_64Vladimír Čunát1-0/+7
Conflicts (easy): pkgs/development/interpreters/perl/5.16/default.nix
2014-08-09Cleanup: Use += to append to envHooksEelco Dolstra6-6/+6
2014-07-01Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra6-0/+357
Conflicts: pkgs/servers/serfdom/default.nix
2014-06-25perl: Add 5.20.0Eelco Dolstra6-0/+357
2014-06-24perl: Disable testsEelco Dolstra1-24/+0
They're on the critical path for stdenv rebuilds.
2014-05-31Fix perl compilationSander van der Burg1-1/+1
2014-05-29Fixes to make basic builds on Cygwin work again + additions to support ↵Sander van der Burg1-1/+7
x86_64-cygwin
2014-04-02Merge #1905: perl: disable tests that involve networkingVladimír Čunát1-0/+2
I rebased the branch not to include newer changes from master.
2013-11-02perl: avoid --no-cpp-precomp on darwin, (close #1160)Vladimír Čunát2-1/+12
Taken from https://trac.macports.org/ticket/38913 vcunat renamed the patch
2013-08-29perl: revert "re-enable the postPatch hook on Darwin"Peter Simons1-2/+2
This reverts commit 1778200519a18ae00751ab3015d0e665373c32f6. Apparently, the sed -i syntax is different from what I thought, because now the build fails on Darwin, saying: sed: -i.bak: No such file or directory See http://hydra.nixos.org/build/5829944/nixlog/1/raw for more details.
2013-08-29perl: re-enable the postPatch hook on DarwinPeter Simons1-2/+2
The problem was that sed(1) variants other than GNU sed require a backup suffix to the -i option.
2013-08-27perl: disable tests on Darwin, refactor stdenv.lib usageVladimír Čunát1-8/+12
There was a mysterious error, which I don't have resources to investigate: Removing test lib/Net/hostent.t sed: -i: No such file or directory
2013-04-07perl: remove one more unreliable test, fixes #454Vladimír Čunát1-1/+1
2013-04-04perl: Update to 5.16.3, 5.14.4Eelco Dolstra2-5/+7
CVE-2013-1667
2013-04-02perl: fix bad syntax in FreeBSD commitVladimír Čunát1-2/+2
2013-04-02perl: attempt to fix on FreeBSD by disabling two testsVladimír Čunát1-0/+3
2013-04-02perl: fix bash syntaxVladimír Čunát1-2/+3
I thought I could make a small syntax change without trying, I was being foolish.
2013-04-01perl: disable one more testVladimír Čunát1-4/+8
It worked for me, but fails on hydra (probably not very pure).
2013-03-29perl: enable doCheck, almost all tests work for meVladimír Čunát1-0/+12
2013-03-29perl: modify patch for better purityVladimír Čunát1-20/+93
This probably solves problems on some platforms that expose /usr and /lib during build, see #386.
2013-02-28Fix Perl builds on Illumos.Danny Wilson4-1/+25
2012-11-23perl: Update to 5.16.2Eelco Dolstra1-2/+2
2012-09-21Fix evaluation on non-Linux platformsEelco Dolstra1-1/+1
2012-09-18perl: Add 5.16.1Eelco Dolstra4-0/+232
2012-05-11* Perl: set passthru.libPrefix to communicate the relative location ofEelco Dolstra5-2/+12
Perl packages for $PERL5LIB. svn path=/nixpkgs/trunk/; revision=34061
2012-05-07* Cygwin: provide a Perl setup hook so that Perl dependencies workEelco Dolstra2-0/+20
properly. svn path=/nixpkgs/trunk/; revision=34002
2012-04-15Add armv7l support.Nicolas Pierron2-2/+2
svn path=/nixpkgs/trunk/; revision=33798
2012-02-17* On Darwin, don't link Perl against /usr/lib/libutil.dylib. LibutilEelco Dolstra2-1/+14
uses /usr/lib/libstdc++.dylib, and so we get segfaults when using Perl modules that depend on another libstdc++.dylib (like Nix's Perl bindings). It doesn't appear that libutil provides useful functionality for Perl on Darwin. svn path=/nixpkgs/branches/stdenv-updates/; revision=32364
2012-01-20* Fix building Perl on FreeBSD. Its configure script was looking forEelco Dolstra1-8/+26
libraries in /usr/local/lib, but the linker doesn't look there by default, so linking against libgdbm failed. So don't look in /usr/local/lib. svn path=/nixpkgs/branches/stdenv-updates/; revision=31741