Yongun Seong
54c67f4351
perlPackages.FinanceQuote: 1.60 -> 1.61
2024-05-08 18:27:49 +09:00
Stig
6e8bbb279b
Merge pull request #306947 from stigtsp/perl/yaml-libyaml-0.89
...
perlPackages.YAMLLibYAML: 0.88 -> 0.89
2024-05-04 00:35:57 +02:00
github-actions[bot]
31135daf48
Merge master into staging-next
2024-05-02 18:01:05 +00:00
Stig
63c4c8d6d7
Merge pull request #308289 from marcusramberg/marcus/up_mojo
...
perlPackages.Mojolicious: 9.35 -> 9.36
2024-05-02 18:28:15 +02:00
Marcus Ramberg
741d073087
perlPackages.Mojolicious: 9.35 -> 9.36
2024-05-02 10:18:02 +02:00
Marcus Ramberg
cb13995a83
perlPackages: clean up unnecessary use of rec
2024-05-02 09:20:23 +02:00
K900
a9c7210d0b
Merge branch 'master' into staging-next
2024-05-01 09:37:47 +03:00
Nick Cao
5009a8a1ed
perl538Packages.MusicBrainzDiscID: fix cross compilation, drop outdated LD envvar
2024-04-29 15:45:57 -04:00
Weijia Wang
7f45fee52a
Merge branch 'master' into staging-next
2024-04-28 04:02:14 +02:00
Andrew Dunham
ca9932abe5
maintainers: remove andrew-d as a maintainer
...
I am deeply saddened at the fact that I need to do this. I have no
interest in re-litigating everything that has happened over the past
weeks and months, but I want to make my position(s) extremely clear:
The thought of any of my work contributing to someone's death by drone
makes me feel physically ill.
Recent communications from senior members of the NixOS community have
made it clear that leadership is unaware or uninterested in the basics
of how to run and moderate a community in a way that is resilient to bad
actors. The recent post by @edolstra is tone-deaf and gives me no
confidence that the Nix/NixOS community is a place that I want to remain
involved in going forward. I am thus choosing to remove myself from such
a community.
I also hereby resign from the ACME team.
See also: #307033
Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2024-04-27 14:05:07 -04:00
Stig Palmquist
1e14848279
perlPackages.YAMLLibYAML: 0.88 -> 0.89
2024-04-26 12:44:51 +02:00
Florian Klink
6b812ac187
Merge pull request #305260 from flokli/pcsc-fixes
...
pcsclite, pcsc{-d,tools}: fix cross, {systemd,udev,dbus}Support flags
2024-04-22 11:25:23 +03:00
Adam Joseph
b9fe1f4e3b
perlPackages.ChipcardPCSC: fix cross
2024-04-19 11:51:02 +03:00
Stig
ae3c6a2eb9
Merge pull request #304987 from jmbaur/perl-netdns
...
perlPackages.NetDNS: 1.40 -> 1.44
2024-04-18 13:56:06 +02:00
Jared Baur
973184bd1c
perlPackages.NetDNS: 1.40 -> 1.44
...
Upstream release notes: https://metacpan.org/dist/Net-DNS/changes#L4
2024-04-18 02:46:19 -07:00
Yongun Seong
930252ec0d
perlPackages.FinanceQuote: 1.59 -> 1.60
2024-04-16 11:24:12 +09:00
Weijia Wang
36663bac98
Merge pull request #298454 from reckenrode/perl-gtk3-darwin
...
perlPackages.Gtk3: fix build on Darwin
2024-04-04 01:48:29 +02:00
Stig Palmquist
792526ea6e
perlPackages.HTTPBody: 1.22 -> 1.23
2024-03-31 13:06:01 +02:00
Randy Eckenrode
78ebe0cf68
perlPackages.Gtk3: fix build on Darwin
...
Remove more failing tests, which crash in `libxpc.dylib` at
`_xpc_api_misuse`.
2024-03-23 17:08:17 -04:00
Raito Bezarius
8cd4416530
perl536Packages.BerkeleyDB: use spec compliant base64 hash
...
Specification forbids any char after `=`, but Nix accepts it.
It's not a good reason enough to have non-spec compliant hashes.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-22 14:20:43 +01:00
Anthony Roussel
08a4a478bd
perlPackages.Tirex: move to pkgs/development/perl-modules
2024-03-21 00:39:57 +01:00
Robert Scott
247bdcb067
Merge pull request #297503 from TomaSajt/perl-version-bumps
...
perl538Packages.{FFICStat,ParallelLoops}: bump version
2024-03-20 22:19:55 +00:00
TomaSajt
5e9b193815
perl538Packages.ParallelLoops: 0.10 -> 0.12
2024-03-20 18:56:44 +01:00
TomaSajt
321d71bd40
perl538Packages.FFICStat: 0.02 -> 0.03
2024-03-20 18:56:44 +01:00
Anthony Roussel
9e0b98c309
exiftool: move to pkgs/development/perl-modules
2024-03-20 10:32:51 +01:00
Sergey Vlasov
9a066bfbed
perlPackages.X11XCB: move XSObjectMagic to propagatedBuildInputs
...
`XSObjectMagic` is a runtime dependency (`XCB.pm` actually contains
`use XS::Object::Magic;`), so it should be in `propagatedBuildInputs`.
2024-03-10 15:33:36 +03:00
Sergey Vlasov
34fa9cc4c4
perlPackages.X11XCB: link with xcb-randr and xcb-xkb
...
Some used XCB libraries were missing from `NIX_CFLAGS_LINK`, which
resulted in undefined symbols when actually trying to use the module.
2024-03-10 15:20:56 +03:00
ajs124
1a47967714
remove my maintainership from some packages
2024-03-04 14:39:00 +01:00
Vincenzo Mantova
489310e2ec
perlPackages.LaTeXML: set mainProgram to latexmlc
...
A typical latexml call needs to be followed by latexmlpost. The binary
latexmlc can do the work of both with essentially the same interface.
2024-02-27 09:29:41 +00:00
Vincenzo Mantova
ecf7cac183
perlPackages.LaTeXML: 0.8.7 -> 0.8.8
2024-02-27 09:23:32 +00:00
Matei Dibu
150c0721da
libvirt: 9.10.0 -> 10.0.0
2024-01-29 22:33:24 +01:00
Zak B. Elep
08e04cadfc
Merge pull request #278373 from D3vil0p3r/patch-7
2024-01-23 10:06:20 +08:00
D3vil0p3r
a563b20aad
perlPackages.ParseWin32Registry: init at 1.1
2024-01-21 17:13:02 +01:00
Stig Palmquist
ec5806b8e2
perlPackages.SessionToken: add patch
...
Add patch from upstream to fix missing NULL-byte bug in tokens
2024-01-18 20:12:19 +01:00
Ulrik Strid
0b01f6d8a5
Merge pull request #277297 from superherointj/perl-POSIXstrftimeCompiler-mark-broken-musl
...
pkgsMusl.perl536Packages.POSIXstrftimeCompiler: mark broken for Musl
2024-01-12 15:54:13 +01:00
Thomas Gerbet
24fe8bb4f5
Merge pull request #266312 from helsinki-systems/upd/exim
...
exim: 4.96.2 -> 4.97.1
2024-01-07 12:22:52 +01:00
Yongun Seong
eb7fb5506b
perlPackages.FinanceQuote: 1.58 -> 1.59
...
Diff: https://github.com/finance-quote/finance-quote/compare/v1.58...v1.59
2024-01-03 01:42:48 +09:00
Stig Palmquist
ce065c6a81
perlPackages.SpreadsheetParseExcel: 0.65 -> 0.66
2023-12-29 04:15:43 +01:00
superherointj
55faddd65c
pkgsMusl.perl536Packages.POSIXstrftimeCompiler: mark broken for Musl
...
Reports:
* Nixpkgs: https://github.com/NixOS/nixpkgs/issues/210749
* Upstream: https://github.com/kazeburo/POSIX-strftime-Compiler/issues/8
2023-12-28 07:17:39 -03:00
R. Ryantm
9c0f59adc1
libvirt: 9.9.0 -> 9.10.0
2023-12-16 11:58:58 +00:00
Adam Joseph
80472e3754
treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs
2023-12-15 05:13:46 -08:00
Adam Stephens
cb3660e7e4
perlPackages.AudioScan: switch to slimserver fork, 1.01 -> 1.05
2023-12-13 16:04:46 -05:00
Anthony Roussel
64cdbcf017
perlPackages.ChipcardPCSC: 1.4.14 -> 1.4.16
...
https://github.com/LudovicRousseau/pcsc-perl/compare/1.4.14...1.4.16
2023-12-07 21:10:59 +01:00
Doron Behar
df20638983
Merge pull request #186462 from apraga/bio-bigfile-1.07
...
bio-bigfile: init 1.07
2023-11-30 13:39:01 +00:00
Anthony Roussel
f5e6159032
exiftool: 12.68 -> 12.70
...
https://github.com/exiftool/exiftool/compare/12.68...12.70
https://exiftool.org/history.html
2023-11-22 15:04:18 +01:00
Alexis Praga
cc4bd30387
perlPackages.BioBigfile: init at 1.07
...
Perl interface to manipulate BigWig and BigBeg files (for genomics)
This will be used to package VEP : uttps://www.ensembl.org/info/docs/tools/vep/script/vep_download.html
For that, only kent version 335 works at the moment.
For this commit, 2 commits for kent are needed
- e027a5d836
: packaging kent header
- 2b2c6f4c28
: enabling patches in kent
2023-11-21 23:16:12 +01:00
Stig Palmquist
2d6897ad18
perlPackages.Mojolicious: 9.34 -> 9.35
2023-11-22 00:47:11 +08:00
Stig Palmquist
78cbf53e82
perlPackages.Hailo: fix tests
...
Add patch to tests that fixes compat with Getopt-Long-Description 0.106
2023-11-21 13:34:04 +01:00
Stig
70d0292ee7
Merge pull request #266921 from tu-maurice/fix/perl-cssdom
...
perl538Packages.CSSDOM: fix build
2023-11-19 00:42:15 +01:00
Stig
9060269824
Merge pull request #268183 from tu-maurice/fix/perl-appclusterssh
...
perl538Packages.AppClusterSSH: skip failing test
2023-11-18 23:15:13 +01:00