Commit Graph

55192 Commits

Author SHA1 Message Date
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging 2021-03-31 18:15:02 +00:00
Michael Weiss
82f3a0d20e
Merge pull request #118133 from primeos/chromium
chromium: 89.0.4389.90 -> 89.0.4389.114
2021-03-31 19:44:34 +02:00
Thomas Marchand
aa9588f01f
crypto-org-wallet: init at version 0.1.1 (#117497)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-31 19:36:23 +02:00
Sandro
36a361b2dd
Merge pull request #118125 from JesusMtnez/slack-fix
slack: add libxshmfence dependency
2021-03-31 17:56:00 +02:00
Sandro
d39c8e93fd
Merge pull request #118137 from sikmir/lagrange
lagrange: 1.2.2 → 1.3.0
2021-03-31 16:46:07 +02:00
Sandro
7abc672ea9
Merge pull request #118139 from dotlambda/pika-backup-0.2.3
pika-backup: 0.2.2 -> 0.2.3
2021-03-31 16:41:22 +02:00
Robert Schütz
4e5687f0e5
Merge pull request #117870 from Mephistophiles/i3wm/packages
i3wm.i3-auto-layout: init at 0.2.0
2021-03-31 15:36:23 +02:00
Robert Schütz
0f45da1e1b pika-backup: 0.2.2 -> 0.2.3 2021-03-31 14:52:53 +02:00
Nikolay Korotkiy
6dfaa2884a
lagrange: 1.2.2 → 1.3.0 2021-03-31 15:34:51 +03:00
Maxim Zhukov
38a5da7088
i3wm: i3-auto-layout: init at 0.2.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2021-03-31 15:34:12 +03:00
github-actions[bot]
4da7569841
Merge staging-next into staging 2021-03-31 12:06:29 +00:00
zowoq
5490b3b224 runc: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq
974ee55b16 podman: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq
e579194d15 cri-o: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq
d4c3f5f929 conmon: add phase hooks 2021-03-31 21:06:23 +10:00
Michael Weiss
9495de73dd
chromium: 89.0.4389.90 -> 89.0.4389.114
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_30.html

This update includes 8 security fixes.

CVEs:
CVE-2021-21194 CVE-2021-21195 CVE-2021-21196 CVE-2021-21197
CVE-2021-21198 CVE-2021-21199
2021-03-31 12:54:36 +02:00
Frederik Rietdijk
9b9e9cff00
Merge pull request #117015 from NixOS/staging-next
Staging next
2021-03-31 12:42:19 +02:00
R. RyanTM
779ef0a43d
terraform-docs: 0.12.0 -> 0.12.1 (#118098) 2021-03-31 11:42:27 +02:00
JesusMtnez
f0d795f7c8
slack: fix missing libxshmfence 2021-03-31 09:12:34 +02:00
zowoq
083c46aabe podman: 3.0.1 -> 3.1.0
https://github.com/containers/podman/releases/tag/v3.1.0
2021-03-31 16:44:38 +10:00
github-actions[bot]
cb1554f24c
Merge staging-next into staging 2021-03-31 00:12:32 +00:00
github-actions[bot]
4ba71fb819
Merge master into staging-next 2021-03-31 00:12:29 +00:00
zowoq
7248f89da2 gh: 1.7.0 -> 1.8.0
https://github.com/cli/cli/releases/tag/v1.8.0
2021-03-31 06:04:56 +10:00
Fabian Affolter
10d45b439d
Merge pull request #118040 from r-ryantm/auto-update/dasel
dasel: 1.13.5 -> 1.13.6
2021-03-30 21:13:10 +02:00
Fabian Affolter
b1b538addd
Merge pull request #118038 from r-ryantm/auto-update/clightd
clightd: 5.2 -> 5.3
2021-03-30 21:12:29 +02:00
Fabian Affolter
738c41d3d3
Merge pull request #118039 from r-ryantm/auto-update/cpu-x
cpu-x: 4.0.1 -> 4.2.0
2021-03-30 21:12:04 +02:00
github-actions[bot]
01b3d1558f
Merge staging-next into staging 2021-03-30 18:15:09 +00:00
github-actions[bot]
f555f95ed8
Merge master into staging-next 2021-03-30 18:15:05 +00:00
Wael Nasreddine
273010f6a2
terraforming: init at 0.18.0 (#117731)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-30 09:57:45 -07:00
Sandro
498cb76bdf
Merge pull request #117799 from LeSuisse/aliza-1.98.57
aliza: 1.98.43 -> 1.98.57
2021-03-30 17:18:15 +02:00
ppenguin
e2b46c7ba6
strawberry: 0.9.1 -> 0.9.2 (#117889)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-30 17:17:12 +02:00
Sandro
ac570d2ba6
Merge pull request #117265 from thmzlt/kconf
kconf: init at 1.10.1
2021-03-30 17:06:23 +02:00
Fabian Affolter
d895d487f8
Merge pull request #117994 from r-ryantm/auto-update/jrnl
jrnl: 2.7.1 -> 2.8
2021-03-30 16:27:38 +02:00
Sandro
8c3cecb457
Merge pull request #118009 from bryanasdev000/package-pgo
pgo-client: init at 4.6.2
2021-03-30 16:08:25 +02:00
Bryan A. S
853f7b8a9b pgo-client: init at 4.6.2
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-03-30 09:57:34 -03:00
Sandro
d07b2182c3
Merge pull request #118042 from r-ryantm/auto-update/dnscontrol
dnscontrol: 3.7.0 -> 3.8.0
2021-03-30 14:34:53 +02:00
Sandro
5aa2443055
Merge pull request #118050 from 06kellyjac/kube3d
kube3d: 4.3.0 -> 4.4.0
2021-03-30 14:32:06 +02:00
Sandro
9e24497453
Merge pull request #117970 from mpoquet/simgrid-3.26-to-3.27
simgrid: 3.26 -> 3.27
2021-03-30 14:28:37 +02:00
github-actions[bot]
d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
github-actions[bot]
c9e9ff786b
Merge master into staging-next 2021-03-30 12:06:24 +00:00
Jonas Chevalier
dad38a48e8
terraform-provers.google: 3.47.0 -> 3.62.0 (#118051) 2021-03-30 13:46:39 +02:00
06kellyjac
b27e590f7f kube3d: 4.3.0 -> 4.4.0
add installCheckPhase
2021-03-30 12:23:33 +01:00
R. RyanTM
f35b604fd9 dnscontrol: 3.7.0 -> 3.8.0 2021-03-30 10:33:54 +00:00
R. RyanTM
7c30e788cc dasel: 1.13.5 -> 1.13.6 2021-03-30 10:17:22 +00:00
Martin Weinelt
ff166608d2
Merge pull request #117945 from SuperSandro2000/doc-output 2021-03-30 12:10:37 +02:00
R. RyanTM
0414c39fc7 cpu-x: 4.0.1 -> 4.2.0 2021-03-30 10:05:07 +00:00
R. RyanTM
c7a9be116d clightd: 5.2 -> 5.3 2021-03-30 09:52:00 +00:00
Sandro
857c9ace86
Merge pull request #117992 from 06kellyjac/terragrunt
terragrunt: 0.28.16 -> 0.28.18
2021-03-30 10:55:20 +02:00
Sandro
11779598bd
Merge pull request #118008 from JesusMtnez/slack
slack: 4.13.0 -> 4.14.0
2021-03-30 10:53:59 +02:00