volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
391d9ecc09
perlPackages -> perl{522,524,526,528}Packages
2018-07-16 19:26:05 +00:00
Ryan Mulligan
220618ef9c
perlPackages: remove search.cpan.org; add metacpan.org default homepage
...
https://www.perl.com/article/saying-goodbye-to-search-cpan-org/
maybe one operation less
..with unifying recursiveUpdate and first //
although not tested
fix whitespace
2018-07-14 18:49:00 -07:00
Tyson Whitehead
321f13427c
lwp-protocol-https: honour NIX_SSL_CERT_FILE
2018-06-29 16:29:22 -04:00
volth
00a4323e62
[staging] perlPackages.CatalystXScriptServerStarman: fix build
2018-06-24 00:28:18 +02:00
volth
208a3ff6c0
perlPackages.DBDSQLite: 1.55_07 -> 1.58 (please ignore it)
2018-06-08 21:54:37 +00:00
volth
3f107b617f
perlPackages.DBDPg: 3.5.3 -> 3.7.4 ( #41677 )
2018-06-08 19:19:11 +02:00
volth
2b4653461c
perlPackages.UnicodeString: 2.09 -> 2.10 ( #41698 )
...
* perlPackages.UnicodeString: 2.09 -> 2.10
* perlPackages.UnicodeString: fix url
2018-06-08 18:57:28 +02:00
Jörg Thalheim
94b62ba4f1
Merge pull request #41693 from volth/patch-145
...
perlPackages.DBDmysql: 4.041 -> 4.046
2018-06-08 14:57:27 +01:00
volth
85fc222296
perlPackages.DBDmysql: 4.041 -> 4.046
2018-06-08 13:48:50 +00:00
volth
757a58ed2f
[cpan2nix] perlPackages.GD: 2.53 -> 2.68
...
dependencies:
perlPackages.TestFork: init at 0.02
2018-06-08 13:40:06 +00:00
Jörg Thalheim
10c2fd43d3
Merge pull request #41676 from volth/patch-137
...
perlPackages.CompressRawZlib: 2.074 -> 2.081
2018-06-08 14:13:28 +01:00
Jörg Thalheim
352ae5ad01
Merge pull request #41675 from volth/patch-136
...
perlPackages.DB_File: 1.831 -> 1.841
2018-06-08 14:04:45 +01:00
volth
7731c3aea2
perlPackages.BerkeleyDB: 0.54 -> 0.55
2018-06-08 11:34:30 +00:00
volth
02fb8fb7e3
perlPackages.CompressRawZlib: 2.074 -> 2.081
2018-06-08 11:10:15 +00:00
volth
44055018f5
perlPackages.DB_File: 1.831 -> 1.841
2018-06-08 11:08:14 +00:00
Peter Hoeg
b48af23d16
Merge pull request #41617 from peterhoeg/p/mssql
...
check-mssql-health: init at 2.6.4.14
2018-06-07 14:55:59 +08:00
Peter Hoeg
333cebead2
perlPackages.DBDsybase: init at 1.16
2018-06-07 14:10:48 +08:00
Uli Baum
828ddc2e20
perlPackages.DBDPg: disable tests
...
Build was broken because tests freeze in sandbox, disable them.
Fixes #41199 .
2018-05-31 11:46:28 +02:00
Josef Kemetmüller
a28c4a5396
perlPackages.BerkeleyDB: fix db dependency
...
This fixes a regression introduced in 4b06383
.
[dezgeg squashed in to fit the changes introduced in "db: Use more
conventional outputs, also split bin"]
2018-05-22 17:49:04 +03:00
Tuomas Tynkkynen
0fd461d5b5
db: Use more conventional outputs, also split bin
2018-05-22 17:49:04 +03:00
volth
a4b7be9e84
perlPackages.DBFile: db -> db.lib
...
fix regression after 4b0638394d
2018-05-13 13:00:24 +00:00
Michael Brantley
d4e71a2321
perlPackages.Paranoid: init at 2.05
2018-05-10 16:06:36 +02:00
Jörg Thalheim
f7785dd61c
Merge branch 'master' into minc_ecosystem
2018-04-21 20:18:27 +01:00
Marius Bergmann
4d7da18f5c
perlPackages.Socket6: fix sv_undef compilation error
...
Socket6.xs redefines `PV_sv_undef`, which breaks compilation from
306d5cdf03
("perlPackages: Add cross-compilation support."). I added a patch
to remove this redefinition. Compilation is now working again.
2018-04-14 18:00:35 +02:00
Ben Darwin
12fa2f9fd3
metadata fixes: EBTKS, MNI::Perllib, Text::Format
2018-04-10 00:53:55 -04:00
Ben Darwin
cf2aac6a04
address license/version issues for PR #29782
2018-04-09 18:06:54 -04:00
Ben Darwin
61864898f3
perlPackages.MNI-Perllib: init at 0.08
2018-04-09 18:06:33 -04:00
Shea Levy
ab42a7595a
buildPerlPackage: "properly" quote FULLPERL
2018-03-20 08:43:21 -04:00
Jan Malakhovski
7079e744d4
Merge branch 'master' into staging
...
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):
pkgs/development/libraries/epoxy/default.nix
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/python-modules/asgiref/default.nix
pkgs/development/python-modules/daphne/default.nix
pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Shea Levy
306d5cdf03
perlPackages: Add cross-compilation support.
...
This involved:
* Installing miniperl as $dev/bin/perl
* Setting miniperl to take INC from
lib/perl5/{site_perl/,}cross_perl/${version} as well as
lib/perl5/{site_perl/,}/${version}/${runtimeArch}, in that
order. miniperl taking from runtimeArch is not really correct, but
it works in some pure-perl cases (e.g. Config.pm) and can be
overridden with the cross_perl variant.
* Installing perl-cross's stubs into
$dev/lib/perl5/cross_perl/${version}
* Patching MakeMaker.pm to gracefully degrade (very slightly) if B.pm
can't be loaded, which it can't in cross-compilation.
* Passing the right build-time and runtime perls to Makefile.PL
2018-02-28 15:01:32 -05:00
Michael Brantley
1f3780135e
perlPackages.POE: init at 1.367
...
Note that I encountered bugs as part of this effort as documented in
the following github PRs and CPAN bug tickets:
https://github.com/rcaputo/poe/pull/25
https://rt.cpan.org/Ticket/Display.html?id=124495
POE-1.367 failed t/10_units/01_pod/03_pod_no404s.t
https://github.com/rcaputo/poe/pull/26
https://rt.cpan.org/Ticket/Display.html?id=124496
POE-1.367 failed t/10_units/01_pod/04_pod_linkcheck.t
... and these bugs are addressed by the perl-POE-1.367-pod_no404s.patch
and perl-POE-1.367-pod_linkcheck.patch files included with this patch,
respectively.
2018-02-28 07:57:25 -05:00
Andrew Dunham
d3f76d7747
Fix build failures with DBD-SQLite
...
This passes the correct compilation flags to the builder so we pick up
the path to sqlite, and (despite the fact that it's a development
version), also updates to version 1.55_07 to fix
https://github.com/DBD-SQLite/DBD-SQLite/issues/28
2018-02-06 18:06:23 -08:00
Robin Gloster
ee1c85aee9
mariadb: lib -> connector-c
2017-12-29 02:18:35 +01:00
Gabriel Ebner
dbeffe38e8
perl generic builder: recognize #!/usr/bin/env perl
2017-12-15 19:16:23 +01:00
John Ericson
da19c34d0f
stdenv setup: Always use both propagated files
...
This continues #23374 , which always kept around both attributes, by
always including both propagated files: `propgated-native-build-inputs`
and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still
defined as before, however, so this change should only barely
observable.
This is an incremental step to fully keeping the dependencies separate
in all cases.
2017-11-21 10:44:44 -05:00
Vladimír Čunát
5618691751
perl-DBD-SQLite: 1.50 -> 1.54
...
- This fixes tests after sqlite update, also tested via nixStable
and via building some other perl reverse dependencies.
- The patch was conflicting due to upstream changes,
but those changes allowed us to minimize the patch.
- meta from nix-generate-from-cpan
/cc #30927 .
2017-10-31 11:35:25 +01:00
volth
0e5ff82954
perlPackages.CompressRawZlib: 2.071 -> 2.074
2017-08-19 21:07:57 +02:00
Jörg Thalheim
f67f3acc0a
perlPackages.FileSlurp: silence perl 5.24.1 warnings
...
this silence annoying warnings happens in nixos-rebuild
activating the configuration...
setting up /etc...
syswrite() is deprecated on :utf8 handles at /nix/store/d51apm4c8mr5hiwh134vdkzgivf4hrl7-perl-File-Slurp-9999.19/lib/perl5/site_perl/5.24.1/File/Slurp.pm line 506.
syswrite() is deprecated on :utf8 handles at /nix/store/d51apm4c8mr5hiwh134vdkzgivf4hrl7-perl-File-Slurp-9999.19/lib/perl5/site_perl/5.24.1/File/Slurp.pm line 506.
...
syswrite() is deprecated on :utf8 handles at /nix/store/d51apm4c8mr5hiwh134vdkzgivf4hrl7-perl-File-Slurp-9999.19/lib/perl5/site_perl/5.24.1/File/Slurp.pm line 506.
setting up tmpfiles
2017-04-28 11:43:14 +02:00
Bjørn Forsman
6b6454f190
perlPackages.OpenGL: 0.6703 -> 0.70
...
Fixes https://github.com/NixOS/nixpkgs/issues/19271 ("slic3r gui
fails").
2017-03-24 19:15:20 +01:00
Vladimír Čunát
abcd344ccb
perl-Compress-Raw-Zlib: try without testing for now
...
Tests got broken by zlib update. Also 2.0.65 -> 2.0.71,
but the update didn't help with this unfortunately.
2017-01-08 14:31:55 +01:00
Graham Christensen
971ae27526
perlPackages.DBDmysql: 4.039 -> 4.041 for CVE-2016-1251
2016-12-15 17:17:57 -05:00
Graham Christensen
0cff959e79
maatkit: update URL
2016-11-30 09:07:17 -05:00
Graham Christensen
7d09138cae
perlPackages.DBDmysql: 4.033 -> 4.039
2016-11-30 08:37:48 -05:00
Eelco Dolstra
6776882b30
Net::Amazon::S3: 0.60 -> 0.80
2016-09-26 17:35:53 +02:00
Alexander Ried
123f81b866
perlPackages.WWWCurl: fix broken build after curl update
...
upstream bugreport:
https://rt.cpan.org/Public/Bug/Display.html?id=117793
patch also taken from there
2016-09-23 20:04:16 +02:00
Tuomas Tynkkynen
c08a84186f
perlPackages.DBIxClass: Add upstream patch to fix build
...
Apply an upstream commit destined for next release like Debian is doing:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731
Should fix http://hydra.nixos.org/build/40815848
2016-09-19 16:47:18 +03:00
Eelco Dolstra
d94c072f8e
DBD::SQLite: 1.48 -> 1.50
2016-09-05 13:45:59 +02:00
Eelco Dolstra
8172cd734c
docdev -> devdoc
...
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02:00
Renzo Carbonara
7a3c15dd13
perl module: patch CatalystXScriptServerStarman
...
Fixes #16074 and #17624
2016-08-11 16:29:04 -03:00
Matt McHenry
cb26fc0a12
perl: XML::Grove: init at 0.46alpha
2016-05-29 21:48:28 +02:00
Vladimír Čunát
0b192a0976
Merge branch 'master' into staging
...
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Robert Helgesson
a37e639cec
perl-maatkit: fix build
2016-05-21 17:43:26 +02:00
Tuomas Tynkkynen
7fb29bfa73
treewide: Make explicit that 'dev' output of zlib is used
2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen
e80e4ba2bb
treewide: Make explicit that 'dev' output of sqlite is used
2016-05-19 10:04:34 +02:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Domen Kožar
1845159705
perlPackages.UnicodeString: fix build (also imapsync)
2016-03-30 21:06:40 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Eelco Dolstra
bd7f379a3f
LWP::Protocol::https: Fix SSL cert handling
...
We lost this in 9f358f809d
. Updated to
use /etc/ssl/certs/ca-certificates.crt if it exists and SSL_CERT_FILE
is not set.
2016-03-02 15:00:32 +01:00
Robert Helgesson
3a9842c7c5
perl-LWP: 6.13 -> 6.15
...
Also remove no longer needed patch.
2016-02-28 09:33:59 +01:00
Robert Helgesson
cf463bbd1a
perl-DBIx-Class: 0.082820 -> 0.082821
...
Also remove patches for issues that have been resolved upstream.
2016-02-28 09:33:58 +01:00
Guillaume Maudoux
9f358f809d
Configure a default trust store for openssl
2016-02-03 12:42:01 +01:00
Tuomas Tynkkynen
ed7dbb46a8
treewide: Mass replace 'zlib}/lib' to refer the 'out' output
2016-01-24 10:03:39 +02:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Pascal Wittmann
9790732b18
perl-DBIx-Class: fix tests
2015-11-30 14:50:42 +01:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Robert Helgesson
5bc1ddd78f
perl-DBIx-Class: 0.082801 -> 0.082820
2015-11-11 02:23:02 +01:00
Pascal Wittmann
44af3d438d
perl-DBD-mysql: 4.031 -> 4.033
2015-11-05 14:56:58 +01:00
Pascal Wittmann
6f37d11e8c
perl-DBD-Pg: 3.0.0 -> 3.5.3
2015-11-05 14:56:58 +01:00
Vladimír Čunát
787f322540
$docdev fixups: mostly to avoid empty output
...
... after auto-removing some kinds of files by default.
In some cases I let them be removed and in others I let them be put into
$docdev. That was more due to general indecisiveness on this question
than any reasons in the particular cases.
2015-10-28 18:58:06 +01:00
Vladimír Čunát
90d5e87862
sqlite: split dev and bin outputs
2015-10-14 14:27:07 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
Vladimír Čunát
a3a155402a
Merge #8929 : perl-LWP: enable tests + a few bumps
2015-07-30 16:03:44 +02:00
Robert Helgesson
8c7857d65e
perl-LWP: enable tests
...
The added patch allows LWP to run its tests.
2015-07-21 20:58:10 +02:00
Jude Taylor
55e8754010
fix perl package platforms
2015-07-18 14:52:32 -07:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Robert Helgesson
ac91ab371a
perl-BoostGeometryUtils: fix OOM in tests
...
The included patch from Debian resolves an out-of-memory error occurring
when running the test suite.
2015-07-07 22:33:45 +02:00
William A. Kennington III
731b4a4371
perlPackages: Updates
2015-07-06 19:21:21 -07:00
William A. Kennington III
867d2c5c46
openssl: Remove References to OPENSSL_X509_CERT_FILE
2015-05-31 15:50:51 -07:00
Vladimír Čunát
bf414c9d4f
Merge 'staging' into closure-size
...
- there were many easy merge conflicts
- cc-wrapper needed nontrivial changes
Many other problems might've been created by interaction of the branches,
but stdenv and a few other packages build fine now.
2015-04-18 11:22:20 +02:00
William A. Kennington III
bc7b39784a
DBD-mysql: 4.023 -> 4.031
2015-04-01 16:41:19 -07:00
Vladimír Čunát
cd993d0e10
perl DB_file: fix build by not changing $out/lib/perl5
...
The package already installs into $oul/lib/perl5/site_perl by itself.
Presumably it broke after d0bad145f5
due to removing perllocal.pod
(because this compiles on master and not here).
2015-01-20 14:08:17 +01:00
Alexander Kjeldaas
d0bad145f5
perl-modules: do not create perllocal.pod, for determinism
2014-12-30 17:03:15 +01:00
Domen Kožar
0fcef83b0d
fix a bunch of perl modules
2014-12-10 01:38:00 +01:00
Moritz Ulrich
0fc8d92e53
slic3r: Bump to 1.2.1
...
Also adds OpenGL and WxGLCanvas to perlPackages..
OpenGL currently contains some pretty ugly hacks regarding OpenGL
feature-detection. Expect it to fail on different systems.
2014-11-15 19:22:59 +01:00
Eelco Dolstra
e047db8f4a
Net::Amazon::S3: Shut up a big fat warning during Hydra startup
2014-11-06 15:42:06 +01:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Eelco Dolstra
e3728f0aad
DBD::SQLite: Update to 1.44
2014-10-24 11:55:48 +02:00
Vladimír Čunát
96cec2a7bd
Merge 'staging' into multiple-outputs
...
Conflicts:
pkgs/applications/audio/flac/default.nix
pkgs/build-support/gcc-wrapper/builder.sh
pkgs/development/libraries/apr-util/default.nix
pkgs/development/libraries/apr/default.nix
pkgs/development/libraries/atk/default.nix
pkgs/development/libraries/freetype/default.nix
pkgs/development/libraries/gdk-pixbuf/default.nix
pkgs/development/libraries/glib/default.nix
pkgs/development/libraries/glibc/2.17/builder.sh
pkgs/development/libraries/glibc/2.17/locales.nix
pkgs/development/libraries/libjpeg/default.nix
pkgs/development/libraries/libogg/default.nix
pkgs/development/libraries/libsamplerate/default.nix
pkgs/development/libraries/libtiff/default.nix
pkgs/development/libraries/libvorbis/default.nix
pkgs/development/libraries/mesa/default.nix
pkgs/development/libraries/pango/default.nix
pkgs/development/web/nodejs/default.nix
pkgs/os-specific/linux/pam/default.nix
pkgs/os-specific/linux/systemd/default.nix
pkgs/stdenv/generic/setup.sh
pkgs/stdenv/linux/default.nix
pkgs/top-level/all-packages.nix
pkgs/top-level/release-small.nix
2014-08-23 16:04:53 +02:00
Peter Simons
5cc55e9523
Partially revert 7a45996
some more.
...
Removing more references to the non-existent license "stdenv.lib.licenses.perl5".
Thanks to @FlashKorten for catching those.
2014-07-28 20:52:47 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
aszlig
52769d5c17
perl-dbix-class: Fix tests with newer SQLite.
...
Our version of SQLite causes the tests to fail, so I'm hereby adding a
patch from dbsrgits/dbix-class@ed5550d36 with the hunk for the Changes
file dropped.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-22 16:27:28 +02:00
Peter Simons
2624dc3575
perlPackages.DBDSQLite: update from 1.37 to 1.42
2014-04-08 13:25:16 +02:00
Peter Simons
c67a5180bf
perlPackages.DBDPg: update from 2.19.3 to 3.0.0
2014-04-08 13:25:16 +02:00
Peter Simons
00eaaf091a
perlPackages.CompressRawZlib: update from 2.063 to 2.065
2014-04-08 13:25:16 +02:00
Peter Simons
2a43291e62
perlPackages.maatkit: update from 4790 to 7540
2014-04-08 13:25:14 +02:00
Aristid Breitkreuz
4fab99a195
perl.Finance::Quote 1.19 ( close #1759 )
...
This restores access to Yahoo. It is not available on CPAN yet, so the
download refers to Sourceforge directly.
2014-02-16 18:06:07 +01:00
William A. Kennington III
bdb842d5eb
Move all db4 packages to the default db5
2014-02-15 12:03:02 +01:00
Eelco Dolstra
ca5f99b9ea
Finance::Quote: Fix the Yahoo source
2014-02-14 10:54:00 +01:00
Nixpkgs Monitor
bfa9f1a9f9
perlPackages.DBFile: update from 1.826 to 1.831
2013-12-21 02:28:25 +02:00