about summary refs log tree commit diff
path: root/pkgs/development/perl-modules
Commit message (Collapse)AuthorAge
* pkgs/development: stdenv.lib -> libPavol Rusnak2021-01-17
| | | | | | | | | | | | this takes care of the following folders in pkgs/development: * arduino * chez-modules * go-packages * guile-modules * idris-modules * perl-modules * r-modules * ruby-modules
* treewide: fix double quoted strings in meta.descriptionBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* Merge master into staging-nextFrederik Rietdijk2020-10-13
|\
| * ham: 2019-01-22 -> 2020-09-09Andreas Wiese2020-10-13
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2020-09-29
|\|
| * youtube-viewer: 3.7.5 -> 3.7.9Frank Doepper2020-09-25
| |
* | undo efc70eb6d7c3755ca7b6e6293439463f2c80b032volth2020-09-09
|/
* perl: rename miniperl output from dev to miniBen Wolsieffer2020-08-17
|
* perlPackages.CryptOpenPGP: init at 1.12Stig Palmquist2020-07-24
| | | | | | | | | | | | | | | | 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-18
|
* Merge pull request #92343 from Izorkin/percona-toolsJörg Thalheim2020-07-17
|\
| * perlPackages.PerconaToolkit: 3.0.12 -> 3.2.0Izorkin2020-07-05
| |
* | perlPackages.WWWCurl: fix buildStig Palmquist2020-07-16
| | | | | | | | | | - Include patch from AUR to fix compatibility with newer libcurl. - Fix build with clang
* | Merge staging-next into stagingFrederik Rietdijk2020-07-02
|\|
| * PerconaToolkit: use shortenPerlShebang (#91921)Federico Rampazzo2020-07-01
| |
* | perlPackages.POE: patches included upstreamvolth2020-06-20
| |
* | perlPackages.XMLParser: update patchvolth2020-06-20
|/
* 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
|\