230656 Commits

Author SHA1 Message Date
Dmitry Kalinkin
fa942617bc
Merge pull request #89688 from veprbl/pr/g4py_rework
pythonPackages.geant4: init at 10.6.2
2020-06-13 19:53:17 -04:00
Robert Helgesson
a53a6565af
fira-code: 4 -> 5 2020-06-14 01:20:49 +02:00
Pavol Rusnak
490fc040be
images: remove original files when using zstd for compression 2020-06-14 00:19:11 +02:00
Daniël de Kok
d6d07f262b python3Packages.somajo: 2.0.5 -> 2.0.6
Changelog:

https://github.com/tsproisl/SoMaJo/releases/tag/v2.0.6
2020-06-13 15:15:40 -07:00
Sirio Balmelli
ca8e5a63d3 vimPlugins: update
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-13 15:07:43 -07:00
Evan Stoll
187a7f9073 pythonPackages.scrapy-splash: init at 0.7.2 2020-06-13 15:05:11 -07:00
Evan Stoll
0a3c9949ba pythonPackages.scrapy-deltafetch: init at 1.2.1 2020-06-13 15:05:11 -07:00
Evan Stoll
f9559836d1 pythonPackages.scrapy-fake-useragent: init at 1.2.0 2020-06-13 15:05:11 -07:00
Evan Stoll
091c2979ee pythonPackages.fake-useragent: init at 0.1.11 2020-06-13 15:05:11 -07:00
Roman Kuznetsov
e25e560120 vscodium: 1.45.1 -> 1.46.0 2020-06-13 14:39:37 -07:00
Roman Kuznetsov
33918638e5 vscode: 1.45.1 -> 1.46.0 2020-06-13 14:39:37 -07:00
John Ericson
c1b9f86cdd php < 7.4: Fix validation of PKG_CONFIG var
They were assuming it is an absolute path, but it (conventionally) can
be something to look up on the PATH too.

Fixes #90202
2020-06-13 19:06:33 +00:00
Daiderd Jordan
0697ad33c0
libxslt: fix darwin build
ld: library not found for -lintl
    clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
    make[3]: *** [Makefile:544: libxsltmod.la] Error 1
2020-06-13 20:14:52 +02:00
Mario Rodas
7602241fbd
Merge pull request #90185 from marsam/update-merlin
ocamlPackages.merlin: 3.3.4 -> 3.3.6
2020-06-13 12:24:36 -05:00
Mario Rodas
66f28628c3
Merge pull request #90082 from r-ryantm/auto-update/mpg123
mpg123: 1.25.13 -> 1.26.1
2020-06-13 12:23:34 -05:00
Alexey Shmalko
b08e7c0261
Merge pull request #90176 from DamienCassou/damien/cypress-4.8.0
cypress: 4.5.0 -> 4.8.0
2020-06-13 20:17:14 +03:00
misuzu
c3b0a4c8bc python3Packages.pygdbmi disable tests on macOS 2020-06-13 18:26:07 +03:00
Vladimír Čunát
ad141fcbcb
rav1e: fix meta.homepage evaluation
It was broken by e3fa38ec1.
2020-06-13 17:15:25 +02:00
Michael Weiss
a209c46bc2
inxi: 3.1.01-1 -> 3.1.03-1 2020-06-13 15:28:08 +02:00
Michael Weiss
e3fa38ec16
rav1e: 0.3.2 -> 0.3.3
The Cargo.lock file is not included in the master branch but it is
currently added for the releases (e.g. [0]). Since the GitHub deploy
action currently fails for other reasons [1] we should use the
Cargo.lock from the repository instead.

[0]: 80573d2bf7
[1]: https://github.com/xiph/rav1e/issues/2373
2020-06-13 15:22:42 +02:00
Michael Weiss
dde87455ed
bundler-audit: 0.6.1 -> 0.7.0.1 2020-06-13 15:17:58 +02:00
Jos van Bakel
8bbe246516
sonic-pi: 3.1.0 -> 3.2.2 2020-06-13 15:00:14 +02:00
Daniël de Kok
fe50bab788 buildRustCrate: set CARGO_FEATURE_* when running the build script
Cargo sets `CARGO_FEATURE_*` for all features when running a build
script:

https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts

Some crates have build scripts (e.g. openblas-src) that rely on the
feature variables being properly set.

Since we now need several representations of features, this change
also updates `createFeatures` to be a list of features, rather than
`rustc` feature arguments. `configureCrate` and `buildCrate` then
build the required representations as-needed.

Fixes #68978
2020-06-13 14:09:06 +02:00
Michele Guerini Rocco
1d924f0354
Merge pull request #89772 from rnhmjoj/dnschain
dnschain: remove
2020-06-13 13:37:02 +02:00
Florian Klink
b46fba4515
Merge pull request #88158 from arianvp/dbus-systemd
Some systemd fixes revolving dbus and socket activation of systemd services
2020-06-13 13:21:01 +02:00
rnhmjoj
8fa6c0d12d
nixos/release-notes: document dnschain removal 2020-06-13 12:33:31 +02:00
rnhmjoj
2e5019b92c
dnschain: remove package and NixOS module
The software is unmaintained since ~2014 and the package
can't be built anymore (issue #89205).
2020-06-13 12:33:31 +02:00
Michael Weiss
6653a35faa
intel-media-driver: 19.4.0r -> 20.1.1 (#90094) 2020-06-13 12:26:45 +02:00
Arian van Putten
71a6d32c18 nixos/timesyncd: Make dbus-activatible
Upstream has this alias too; so that dbus activation works.
What I don't fully understand is why this would ever be useful given
this unit is already started way in early boot; even before dbus is up.
But lets just keep behaviour similar to upstream and then ask these
questions to upstream.
2020-06-13 12:23:45 +02:00
Arian van Putten
cd1dedac67 nixos/networkd: Make activatible through dbus and netlink
With this systemd buffers netlink messages in early boot from the kernel
itself; and passes them on to networkd for processing once it's started.
Makes sure no routing messages are missed.

Also makes an alias so that dbus can activate this unit. Upstream has
this too.
2020-06-13 12:23:45 +02:00
Arian van Putten
0e18e5db99 nixos/resolved: Include dbus alias of resolved unit
This will make dbus socket activation for it work

When `systemd-resolved` is restarted; this would lead to unavailability
of DNS lookups.  You're supposed to use DBUS socket activation to buffer
resolved requests; such that restarts happen without downtime
2020-06-13 12:23:45 +02:00
Michael Weiss
82a0240bb0
fuse3: 3.9.1 -> 3.9.2 (#90232) 2020-06-13 12:23:42 +02:00
sternenseemann
ff53f0930e ocamlPackages.dns(-client): 4.5.0 -> 4.6.0 2020-06-13 11:45:37 +02:00
Vincent Laporte
c9963a8ec4 ocamlPackages.ocsigen-toolkit: 2.5.0 → 2.7.0 2020-06-13 11:40:54 +02:00
Antonio Nuno Monteiro
aee70358c5 ocamlPackages.tls: 0.12.0 -> 0.12.1 2020-06-13 11:25:56 +02:00
R. RyanTM
fc94ec9baf libmbim: 1.22.0 -> 1.23.900 2020-06-13 11:11:27 +02:00
Frederik Rietdijk
2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Frederik Rietdijk
1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Anders Kaseorg
c8d064eec1 gstreamer: Fix wrapper quoting
The bug was that the inner double quotes in "\$("…")" are not actually
inner like they would be in "$("…")".  We could write "\$(\"…\")", but
using single quotes on the outside makes everything simpler.

Fixes #63751.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-06-13 11:01:38 +02:00
Michael Weiss
1b6e357424 kmod: 26 -> 27 2020-06-13 10:57:19 +02:00
R. RyanTM
dbb4452ee3 man: 2.9.0 -> 2.9.2 2020-06-13 10:56:45 +02:00
R. RyanTM
0d4fba9168 lcms2: 2.9 -> 2.10 2020-06-13 10:56:18 +02:00
R. RyanTM
f67bc33140 libyaml: 0.2.4 -> 0.2.5 2020-06-13 10:55:20 +02:00
R. RyanTM
b5a814cb5d iptables: 1.8.4 -> 1.8.5 2020-06-13 10:54:58 +02:00
R. RyanTM
858acc3ee5 harfbuzz: 2.6.4 -> 2.6.7 2020-06-13 10:54:40 +02:00
R. RyanTM
4aa1511b70 libnftnl: 1.1.5 -> 1.1.7 2020-06-13 10:54:19 +02:00
Frederik Rietdijk
d2971d15c6
Merge pull request #89723 from NixOS/python-unstable
Python package set major updates
2020-06-13 10:41:31 +02:00
Frederik Rietdijk
b4f85b97f5 python.pkgs.pip: 20.1 -> 20.1.1 2020-06-13 10:40:39 +02:00
Frederik Rietdijk
da12111115
Merge pull request #90208 from FRidh/bytecode
buildPythonPackage: recompile bytecode for reproducibility
2020-06-13 10:40:11 +02:00
Frederik Rietdijk
818cf7827b buildPythonPackage: recompile bytecode for reproducibility
Due to a change in pip the unpacked wheels are no longer reproducible.
We recompile the bytecode to cleanup this error.
https://github.com/NixOS/nixpkgs/issues/81441
2020-06-13 10:36:28 +02:00