volth
a480ba06d9
nix-serve: $PERL5LIB -> perl.withPackages
2021-03-31 21:35:37 +02:00
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
Sandro
5f914dc99e
Merge pull request #117168 from pmeiyu/master
...
lm-sensors: Read system configuration files from /etc directory
2021-03-31 21:32:59 +02:00
Sandro
fba298ed9e
Merge pull request #118094 from svrana/i3-ratiosplit
...
i3-ratiosplit: init at 0.1.0
2021-03-31 21:26:38 +02:00
Sandro
cf92d8ac94
Merge pull request #118006 from marsam/update-pg_cron
...
postgresqlPackages.pg_cron: 1.3.0 -> 1.3.1
2021-03-31 21:26:12 +02:00
Sandro
dde6522c5b
Merge pull request #118111 from hjones2199/astrolibs-consolidation
2021-03-31 21:25:45 +02:00
Sandro
0650638605
Merge pull request #118101 from LeSuisse/drop-subversion19
...
subversion19: drop
2021-03-31 21:23:43 +02:00
Sandro
1350b8cc11
Merge pull request #118138 from Ma27/vagrant-bump
...
vagrant: 2.2.14 -> 2.2.15
2021-03-31 21:22:11 +02:00
Fabian Affolter
527f088ffa
python3Packages.pyhaversion: 20.12.1 -> 21.3.0
2021-03-31 21:11:52 +02:00
Michael Weiss
d40c8f6279
ungoogled-chromium: 89.0.4389.90 -> 89.0.4389.114
2021-03-31 21:11:22 +02:00
qq
6109cef14f
drawio: 14.4.3 -> 14.5.1
2021-03-31 21:58:15 +03:00
Martin Weinelt
9547c61266
Merge pull request #118162 from fabaff/bump-xknx
...
python3Packages.xknx: 0.17.4 -> 0.17.5
2021-03-31 20:47:00 +02:00
Sandro
ec2b69eb68
Merge pull request #118159 from lukegb/update-lukegb
...
grafana-polystat-panel: 1.2.2 -> 1.2.3
2021-03-31 20:36:59 +02:00
Maximilian Bosch
76fc1ae238
prometheus-postgres-exporter: 0.8.0 -> 0.9.0
...
ChangeLog: https://github.com/prometheus-community/postgres_exporter/blob/v0.9.0/CHANGELOG.md
2021-03-31 20:31:07 +02:00
Maximilian Bosch
9a1f63beac
packer: 1.7.0 -> 1.7.1
...
ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.1
2021-03-31 20:31:06 +02:00
Fabian Affolter
30b4385783
python3Packages.xknx: 0.17.4 -> 0.17.5
2021-03-31 20:27:49 +02:00
Martin Weinelt
3966039910
Merge pull request #117962 from risicle/ris-pillow-8.1.2
2021-03-31 20:27:06 +02:00
Vladimír Čunát
3dee9271d7
knot-resolver: 5.3.0 -> 5.3.1
...
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.3.1
2021-03-31 20:26:17 +02:00
Guillaume Girol
f19434ad4a
Merge pull request #113994 from pborzenkov/calibre-web
...
calibre-web: init at 0.6.11
2021-03-31 18:25:45 +00:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging
2021-03-31 18:15:02 +00:00
github-actions[bot]
4826e00f32
Merge master into staging-next
2021-03-31 18:15:00 +00:00
Fabian Affolter
42cbdb8e7a
xcat: init at 1.2.0
2021-03-31 20:14:08 +02:00
Luke Granger-Brown
34257217e9
grafana-polystat-panel: 1.2.2 -> 1.2.3
2021-03-31 18:12:48 +00:00
Fabian Affolter
1f1981a743
python3Packages.xpath-expressions: init at 1.1.0
2021-03-31 20:12:48 +02:00
Robert Scott
ce097085f7
python2Packages.pillow: mark as vulnerable to many CVEs
2021-03-31 19:09:34 +01:00
Michele Guerini Rocco
f074dbaf21
Merge pull request #118084 from rnhmjoj/qtwebengine-fix
...
qt5.qtwebengine: fix Qt version number in cmake
2021-03-31 19:54:26 +02:00
Maximilian Bosch
d465cf9cf9
vagrant: 2.2.14 -> 2.2.15
...
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.15/CHANGELOG.md#2215-march-30-2021
Also had to revert a change which improved plugin-errors a bit since it
changed the dependency resolution in a way that broke `vagrant-libvirt`
from `$out/vagrant-plugins/plugins.d`.
2021-03-31 19:49:23 +02: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
Sandro
c96508ac3b
Merge pull request #118126 from Izorkin/init-zlib-ng
...
zlib-ng: init at 2.0.2
2021-03-31 19:42:27 +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
dawidsowa
7b02acac3e
play-with-mpv: init at 2020-05-18 ( #93473 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-31 19:31:50 +02:00
Sandro
dd745719e4
Merge pull request #118078 from helsinki-systems/upd/nginx
...
nginxMainline: 1.19.8 -> 1.19.9
2021-03-31 19:26:35 +02:00
Sandro
852a7ab2d4
Merge pull request #118149 from NeQuissimus/awscli
2021-03-31 19:21:51 +02:00
Sandro
e0fe6c0978
Merge pull request #118151 from NeQuissimus/omz
...
oh-my-zsh: 2021-03-28 → 2021-03-31
2021-03-31 19:21:01 +02:00
Martin Weinelt
06a7c0e95b
Merge pull request #118156 from jonringer/fix-paradox-launcher-steam
...
steam: fix paradox launcher
2021-03-31 19:00:58 +02:00
Izorkin
88d445b18b
zlib-ng: init at 2.0.2
2021-03-31 19:40:41 +03:00
Jonathan Ringer
6cd2ceb472
steam: fix paradox launcher
2021-03-31 09:30:27 -07:00
Sandro
d80175fe00
Merge pull request #118119 from marsam/update-heroku
...
heroku: 7.47.11 -> 7.51.0
2021-03-31 18:10:02 +02:00
Sandro
36a361b2dd
Merge pull request #118125 from JesusMtnez/slack-fix
...
slack: add libxshmfence dependency
2021-03-31 17:56:00 +02:00
Tim Steinbach
fb811eaf6b
oh-my-zsh: 2021-03-28 → 2021-03-31
2021-03-31 15:43:29 +00:00
Tim Steinbach
565ebdcb34
awscli: 1.19.40 -> 1.19.41
2021-03-31 11:42:47 -04:00
Tim Steinbach
094b663923
python3Packages.boto3: 1.17.40 -> 1.17.41
2021-03-31 11:41:27 -04:00
Tim Steinbach
0ed3d9e3bf
python3Packages.botocore: 1.20.40 -> 1.20.41
2021-03-31 11:40:43 -04:00
Tim Steinbach
b1f42e48de
python3Packages.sagemaker: Add packaging dependency
2021-03-31 11:38:53 -04:00
Martin Weinelt
285301cd1f
linuxPackages: 5.4 -> 5.10
...
The 5.10 series is the next longterm version of the linux kernel and
I've been using it on multiple x86_64 machines ever since it came out.
I think it is time to switch over the default now, so we get some
additional testing in time for NixOS 21.05.
2021-03-31 11:29:33 -04:00
Tim Steinbach
efd9121787
linux/hardened/patches/5.11: 5.11.9-hardened1 -> 5.11.10-hardened1
2021-03-31 11:25:46 -04:00
Tim Steinbach
5368c6d11e
linux/hardened/patches/5.10: 5.10.25-hardened1 -> 5.10.26-hardened1
2021-03-31 11:25:46 -04:00
Tim Steinbach
2a47ac7922
linux-rt_5_10: 5.10.21-rt34 -> 5.10.25-rt35
2021-03-31 11:25:46 -04:00
Tim Steinbach
623687ca7f
linux: 5.11.9 -> 5.11.10
2021-03-31 11:25:46 -04:00
adisbladis
f5a14a3124
Merge pull request #108745 from lukegb/pomerium
...
pomerium: init at 0.13.3
2021-03-31 17:10:12 +02:00