about summary refs log tree commit diff
path: root/pkgs/development/perl-modules
Commit message (Collapse)AuthorAge
* Merge branch 'staging-next' into stagingJan Tojnar2020-04-13
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2020-04-10
|\|
| * youtube-viewer: 3.3.0 -> 3.7.5Alexander Tomokhov2020-04-08
| |
* | Merge pull request #75132 from samueldr/fix/cross/perl-xmlparserJohn Ericson2020-04-07
|\ \ | |/ |/| perlPackages.XMLParser: Work around cross-compilation regression
| * perlPackages.XMLParser: Work around cross-compilation regressionSamuel Dionne-Riel2019-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 2.44_01, the behaviour for `check_lib` in their `Makefile.PL` has been "fixed" to fail when the `assert_lib` function fails to build the test. * https://github.com/toddr/XML-Parser/commit/2bc1e90c04220a04a0b40d1047d464bc55f56210 Now, this wouldn't be so bad, since it's good to actually test what stuff is being compiled against. Except that *something* is wonky with the cross-compilation build-time Perl. ``` Undefined subroutine &File::Temp::mktemp called at inc/Devel/CheckLib.pm line 236. ``` As far as I know, this is a built-in function from Perl. * https://perldoc.perl.org/File/Temp.html Though, something *else* is wrong with `Checklib.pm`. Side-stepping the issue by (eww) shelling out to `mktemp`, we get these errors: ``` /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-armv7l-unknown-linux-gnueabihf-binutils-2.31.1/bin/armv7l-unknown-linux-gnueabihf-ld: assertlib_src1_0.553056903257133: file not recognized: file truncated collect2: error: ld returned 1 exit status -I/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.8-armv7l-unknown-linux-gnueabihf-dev/include -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.2.8-armv7l-unknown-linux-gnueabihf/lib -lexpat /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-armv7l-unknown-linux-gnueabihf-binutils-2.31.1/bin/armv7l-unknown-linux-gnueabihf-ld: assertlib_src2_0.262169388446154: file not recognized: file truncated collect2: error: ld returned 1 exit status Can't link/include C library 'expat.h', 'expat', aborting. ``` Meanwhile, the actual build, while building the library, seemingly has no issues building using those paths. `¯\_(ツ)_/¯`
* | perlPackages: fix buildvolth2020-02-04
| |
* | perlPackages.TimeDate: use fetchpatch instead of storing the patchBas van Dijk2020-01-29
| |
* | perlPackages.TimeDate: fix tests that fail as of 2020Will Dietz2020-01-03
| |
* | Treewide: update some problematic homepagesc0bw3b2019-12-08
|/ | | | | | These URLs are reported as problematic by Repology. It could be a permanent redirection or the page does not exist anymore
* Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
|\
| * Merge pull request #71814 from puckipedia/frozen-bubbleMichael Raskin2019-11-04
| |\ | | | | | | frozen-bubble: init at 2.212
| | * perlPackages.AlienSDL: init at 1.446Puck Meerburg2019-10-23
| | |
| * | perlPackages.Po4a: fix build (#72170)Renaud2019-10-28
| | | | | | | | | | | | | | | | | | | | | Fixes #71296 (Po4a build get stuck in a loop) Term::ReadKey is an optional dependency. From upstream: > This module is used to retrieve the terminal's line width. > If it is not present, the line width can be specified with the COLUMN environment variable.
| * | buildPerlPackage: remove postFixupvolth2019-10-22
| | | | | | | | | It has no effect since system-wide $PERL5LIB removed more than an year ago
| * | perlPackages: move CPAN libs to perl-packages.nix and non-CPAN libs out of ↵volth2019-10-22
| |/ | | | | | | perl-packages.nix
| * Merge staging-next into stagingFrederik Rietdijk2019-10-16
| |\
| | * perlPackages.DeviceMAC: init at 1.00Stig Palmquist2019-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies: - perlPackages.DeviceOUI: init at 1.04 Patch to prevent random test failures in Device::OUI is included: https://rt.cpan.org/Public/Bug/Display.html?id=109209 https://rt.cpan.org/Ticket/Attachment/1657288/889472/Device-OUI-1.04-hash.patch
| | * Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | | | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
| | * Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | | | | | | | | | | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
| * | Revert "perl-modules: do not create perllocal.pod, for determinism"Alyssa Ross2019-10-03
| |/ | | | | | | | | | | | | | | | | | | This reverts commit d0bad145f5e78f2be6d745da305067398722df17. We don't need this any more, because the generated timestamps are always set to 1970-01-01. Reverting this will mean we get man pages for perl programs for free, because those are generally part of the `install' target.
| * treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
| |
* | treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson2019-11-24
|/ | | | | That is because this commit should be merged to both master and release-19.09.
* perlPackages.MHonArc: fix buildAlyssa Ross2019-09-07
|
* treewide: remove redundant recvolth2019-08-28
|
* perlPackages.DBDOracle: fix darwin buildFlorian Klink2019-08-22
|
* perlPackages.DBDOracle: 1.76 -> 1.80Florian Klink2019-08-22
|
* oracle-instantclient: turn into a multi-output derivationFlorian Klink2019-08-22
|
* buildPerlPackage: recognize "#!perl" as shebangvolth2019-07-03
|
* buildPerlPackage: name -> (pname, version)volth2019-06-20
|
* perl: get perl in HOST_PATH for patch-shebangsworldofpeace2019-05-17
|
* Merge staging-next into stagingFrederik Rietdijk2019-05-14
|\
| * [treewide] delete unused patchesc0bw3b2019-05-04
| |
* | perlPackages: fix build packages for non-default perlvolth2019-05-03
|/
* perlPackages.DBD-mysql: 4.046 -> 4.050volth2019-04-22
|
* perlPackages.BerkeleyDB: 0.55 -> 0.61volth2019-04-22
|
* perlPackages.DBD-SQLite: 1.58 -> 0.62volth2019-04-22
|
* perlPackages.CompressRawZlib: 2.081 -> 2.086volth2019-04-22
|
* perlPackages.DB_File: 1.842 -> 1.851volth2019-04-22
|
* perl: add .withPackagesvolth2019-04-12
|
* Merge branch 'master' into stagingJan Tojnar2019-04-05
|\
| * perlPackages.DBDOracle: init at 1.76 (#58726)aanderse2019-04-02
| |
* | perlPackages.TermReadKey: add workarounds for cross compilationMichael Eden2019-02-18
|/
* buildPerlPackage: provide default value for meta.platformsvolth2019-01-18
|
* lib.makePerlPath -> perlPackages.makePerlPathvolth2018-12-15
|
* perlPackages: remove old broken packetsvolth2018-11-27
| | | | | Remove packets which marked 'broken' because they target old versions of Perl which are unsupported in nixpkgs. The most recent releases of those packages are dated 2003-2013
* remove support for pre-5.26 Perlvolth2018-10-03
|
* [cpan2nix] perlPackages.DBFile: 1.841 -> 1.842volth2018-08-25
|
* Merge pull request #44421 from volth/perl-524-528xeji2018-08-03
|\ | | | | perl: 5.24.4 -> 5.28.0
| * perlPackages -> perl{522,524,526,528}Packagesvolth2018-07-16
| |