aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/perl-modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into staging-nextFrederik Rietdijk2020-10-131-3/+3
|\
| * ham: 2019-01-22 -> 2020-09-09Andreas Wiese2020-10-131-3/+3
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2020-09-291-2/+2
|\|
| * youtube-viewer: 3.7.5 -> 3.7.9Frank Doepper2020-09-251-2/+2
| |
* | undo efc70eb6d7c3755ca7b6e6293439463f2c80b032volth2020-09-091-21/+19
|/
* perl: rename miniperl output from dev to miniBen Wolsieffer2020-08-171-1/+1
|
* perlPackages.CryptOpenPGP: init at 1.12Stig Palmquist2020-07-241-0/+30
| | | | | | | | | | | | | | | | dependencies: perlPackages.AltCryptRSABigInt: init at 0.06 perlPackages.ConvertASCIIArmour: init at 1.4 perlPackages.CryptCAST5_PP: init at 1.04 perlPackages.CryptDES_EDE3: init at 0.01 perlPackages.CryptDSA: init at 1.17 perlPackages.CryptRIPEMD160: init at 0.06 perlPackages.CryptTwofish: init at 2.17 perlPackages.DataBuffer: init at 0.04 perlPackages.DigestMD2: init at 2.04 perlPackages.MathPrimeUtil: init at 0.73 perlPackages.MathPrimeUtilGMP: init at 0.52 perlPackages.TieEncryptedHash: init at 1.24
* strip-nondeterminism: fix build on darwinMario Rodas2020-07-181-2/+7
|
* Merge pull request #92343 from Izorkin/percona-toolsJörg Thalheim2020-07-171-9/+17
|\
| * perlPackages.PerconaToolkit: 3.0.12 -> 3.2.0Izorkin2020-07-051-9/+17
| |
* | perlPackages.WWWCurl: fix buildStig Palmquist2020-07-161-34/+0
| | | | | | | | | | - Include patch from AUR to fix compatibility with newer libcurl. - Fix build with clang
* | Merge staging-next into stagingFrederik Rietdijk2020-07-021-1/+5
|\|
| * PerconaToolkit: use shortenPerlShebang (#91921)Federico Rampazzo2020-07-011-1/+5
| |
* | perlPackages.POE: patches included upstreamvolth2020-06-202-86/+0
| |
* | perlPackages.XMLParser: update patchvolth2020-06-201-19/+21
|/
* Merge branch 'staging-next' into stagingJan Tojnar2020-04-134-5/+5
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-104-5/+5
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2020-04-101-2/+2
|\|
| * youtube-viewer: 3.3.0 -> 3.7.5Alexander Tomokhov2020-04-081-2/+2
| |
* | Merge pull request #75132 from samueldr/fix/cross/perl-xmlparserJohn Ericson2020-04-071-0/+45
|\ \ | |/ |/| perlPackages.XMLParser: Work around cross-compilation regression
| * perlPackages.XMLParser: Work around cross-compilation regressionSamuel Dionne-Riel2019-12-061-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-33/+0
| |
* | perlPackages.TimeDate: use fetchpatch instead of storing the patchBas van Dijk2020-01-291-12/+0
| |
* | perlPackages.TimeDate: fix tests that fail as of 2020Will Dietz2020-01-031-0/+12
| |
* | Treewide: update some problematic homepagesc0bw3b2019-12-083-0/+3
|/ | | | | | 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-2420-262/+221
|\
| * Merge pull request #71814 from puckipedia/frozen-bubbleMichael Raskin2019-11-041-0/+30
| |\ | | | | | | frozen-bubble: init at 2.212
| | * perlPackages.AlienSDL: init at 1.446Puck Meerburg2019-10-231-0/+30
| | |
| * | perlPackages.Po4a: fix build (#72170)Renaud2019-10-281-1/+2
| | | | | | | | | | | | | | | | | | | | | 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-221-11/+0
| | | | | | | | | 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-2216-248/+179
| |/ | | | | | | perl-packages.nix
| * Merge staging-next into stagingFrederik Rietdijk2019-10-161-0/+11
| |\
| | * perlPackages.DeviceMAC: init at 1.00Stig Palmquist2019-10-041-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-2/+2
| | | | | | | | | | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
| | * Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | 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-031-3/+0
| |/ | | | | | | | | | | | | | | | | | | 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-091-2/+2
| |
* | treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson2019-11-241-3/+3
|/ | | | | That is because this commit should be merged to both master and release-19.09.
* perlPackages.MHonArc: fix buildAlyssa Ross2019-09-071-0/+26
|
* treewide: remove redundant recvolth2019-08-281-1/+1
|
* perlPackages.DBDOracle: fix darwin buildFlorian Klink2019-08-221-1/+5
|
* perlPackages.DBDOracle: 1.76 -> 1.80Florian Klink2019-08-221-2/+2
|
* oracle-instantclient: turn into a multi-output derivationFlorian Klink2019-08-221-1/+1
|
* buildPerlPackage: recognize "#!perl" as shebangvolth2019-07-031-1/+1
|
* buildPerlPackage: name -> (pname, version)volth2019-06-2011-30/+48
|
* perl: get perl in HOST_PATH for patch-shebangsworldofpeace2019-05-171-1/+2
|
* Merge staging-next into stagingFrederik Rietdijk2019-05-142-34/+0
|\
| * [treewide] delete unused patchesc0bw3b2019-05-042-34/+0
| |
* | perlPackages: fix build packages for non-default perlvolth2019-05-032-3/+3
|/
* perlPackages.DBD-mysql: 4.046 -> 4.050volth2019-04-221-5/+5
|