about summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl
Commit message (Collapse)AuthorAge
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * perl: Make 5.22 the defaultEelco Dolstra2016-02-27
| |
* | perl merge fixupVladimír Čunát2016-03-08
|/
* perl: 5.22.0 -> 5.22.1Eelco Dolstra2016-02-27
|
* perl: Unify 5.20 and 5.22 expressionsEelco Dolstra2016-02-27
|
* perl-5.20: break dependency on the compiler that built itDan Peebles2016-01-07
| | | | | | | | | | | | This is a major closure size reduction on Darwin, and probably a less significant one on Linux. On darwin, retaining the compiler means adding clang and its dependency llvm to the perl closure, which gives us ~400MB of extra stuff. Considering that Nix itself depends on this version of perl, that makes cutting a new Nix release rather unpleasaont Darwin. After this patch, I was able to get the `nixUnstable` closure down to 21MB after feeding it into a .tar.xz (123MB before compression). There's still room for improvement but this should carry us over until we split outputs.
* perl-5.2{0,2}: remove unnecessary patch for darwinDan Peebles2015-12-29
| | | | | The patch no longer applies on 5.20 and is breaking everything. I tried building both 5.20 and 5.22 and both seemed to work fine without the patch.
* Merge branch 'master' into stagingVladimír Čunát2015-12-05
|\ | | | | | | | | This is to get the openssl security update immediately, as it surely causes a nontrivial rebuild.
| * Merge recent staging built on HydraVladimír Čunát2015-12-05
| |\ | | | | | | | | | | | | | | | http://hydra.nixos.org/eval/1231884 Only Darwin jobs seem to be queued now, but we can't afford to wait for that single build slave.
| * | perl-5.16: RemoveEelco Dolstra2015-12-04
| | |
* | | perl: 5.20.2 -> 5.20.3Eelco Dolstra2015-12-02
| |/ |/|
* | Merge remote-tracking branch 'origin/single-underscore' into stagingShea Levy2015-11-25
|\ \ | | | | | | | | | Use zero underscores for sandboxProfile
| * | switch to zero underscores for sandbox profiles; remove generateFrameworkProfileJude Taylor2015-11-21
| | |
| * | use single underscore for sandboxProfileJude Taylor2015-11-21
| | |
* | | Merge #11067: SmartOS updatesVladimír Čunát2015-11-23
|\ \ \ | |/ / |/| | | | | I amended some commits slightly.
| * | Fix Perl build on SmartOSDanny Wilson2015-11-16
| |/
* | remove debugging from perl 5.16Jude Taylor2015-11-19
| |
* | start on sandbox stuffJude Taylor2015-11-19
|/
* fix LLVM packages to work in darwin stdenvJude Taylor2015-10-05
|
* More docs/manpages in separate outputsEelco Dolstra2015-07-27
|
* apply perl-5.20 fix to pure darwin onlyJude Taylor2015-06-19
|
* Merge #8363: pure-darwin stdenvVladimír Čunát2015-06-18
|\
| * pure darwin stdenvJude Taylor2015-06-18
| |
* | Revert "perl: Don't use builtin zlib and bzip2"William A. Kennington III2015-06-13
| | | | | | | | This reverts commit 86f9f5d128306a37649cf13a687b231df18a03ca.
* | perl: Add version 5.22.0William A. Kennington III2015-06-12
| |
* | perl: Add gcc5 compat patchWilliam A. Kennington III2015-06-12
| |
* | perl: Don't use builtin zlib and bzip2William A. Kennington III2015-06-12
|/
* cygwin: build perl as usual, no sysPerlFlorian Friesdorf2015-05-28
|
* perl: 5.20.1 -> 5.20.2William A. Kennington III2015-03-26
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* make llvm-3.5 the default and remove references to gccAppleEric Seidel2015-02-03
| | | | | | make perl be less dumb revert change to release.nix
* determinism: change some fixed timestamp to != (time_t)0Vladimír Čunát2014-12-30
| | | | | | | | 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
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* perl-5.14: RemoveEelco Dolstra2014-11-18
| | | | | It's EOL and unmaintained. There was only one package using it which I've marked as broken.
* perl: Fix evaluation on DarwinEelco Dolstra2014-11-17
|
* Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra2014-11-04
|\ | | | | | | | | Conflicts: pkgs/applications/editors/vim/macvim.nix
| * Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into stagingEelco Dolstra2014-09-23
| |\ | | | | | | | | | | | | | | | | | | | | | 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
| | * suitable clang stdenvJoel Taylor2014-09-09
| | |
* | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
|\ \ \ | |/ / |/| | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * | perl520: update from 5.20.0 to 5.20.1Aristid Breitkreuz2014-10-07
| |/
* | perl: Fix assertion failure on DarwinEelco Dolstra2014-09-18
| | | | | | | | | | This assertion doesn't make sense to me, because a multi-threaded build on Darwin works fine, despite not having Glibc.
* | Disable perl 5.16 testsGergely Risko2014-09-14
| | | | | | | | | | | | They are on the path to stdenv rebuild. Accidentally re-enabled by conflict resolution in cherry-pick 3196d4f.
* | Cleanup perl logic in stdenvLinuxGergely Risko2014-09-14
| | | | | | | | | | | | | | | | | | 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.
* | perl-5.16: make it binary deterministicAlexander Kjeldaas2014-09-13
| |
* | Merge branch 'staging' into modular-stdenvVladimír Čunát2014-09-08
|\| | | | | | | | | | | | | Conflicts: pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/stdenv/linux/default.nix
| * Merge recent master into stagingVladimír Čunát2014-08-30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * perl-5.8: RemoveEelco Dolstra2014-08-21
| | |
| | * perl-5.10: RemoveEelco Dolstra2014-08-21
| | |
* | | merge 'staging' into modular-stdenvVladimír Čunát2014-09-08
|\| | | | | | | | | | | | | | | | | | | | | | | In 2c62a36b77 the messages in pkgs/stdenv/generic/default.nix were not merged correctly. Conflicts: pkgs/stdenv/generic/default.nix
| * | perl: Disable testsEelco Dolstra2014-08-17
| | | | | | | | | | | | | | | | | | | | | It appears that these got re-enabled accidentally in d1ed0f44cd154926e761cedee1cee72e55345807. http://hydra.nixos.org/build/13369824