Commit Graph

79369 Commits

Author SHA1 Message Date
Elis Hirwing
8272ebe961
php72: 7.2.28 -> 7.2.29
Changelog: https://www.php.net/ChangeLog-7.php#7.2.29
2020-04-05 22:22:40 +02:00
Elis Hirwing
1118080dc0
php73: 7.3.15 -> 7.3.16
Changelog: https://www.php.net/ChangeLog-7.php#7.3.16
2020-04-05 22:22:26 +02:00
Elis Hirwing
faf79b6384
php74: 7.4.3 -> 7.4.4
Changelog: https://www.php.net/ChangeLog-7.php#7.4.4
2020-04-05 22:05:16 +02:00
Elis Hirwing
3b6539896b
Merge pull request #83896 from etu/slim-down-default-php-v3
PHP: Make the default package more sane [v3]
2020-04-05 20:00:03 +02:00
Maximilian Bosch
1ca8ee8111
Merge pull request #84296 from catern/hydrauri
hydra: add dep on perlPackages.CatalystPluginSmartURI
2020-04-05 18:29:54 +02:00
Benjamin Hipple
0454fae7ca
Merge pull request #84130 from OmnipotentEntity/rfc45-part2
treewide: quoted urls for RFC45, only the rebuilds
2020-04-05 11:15:20 -04:00
talyz
ca8b8a26e9
php: Add enabledExtensions attribute to PHP derivations
This provides a means to build a PHP package based on a list of
extensions from another.

For example, to generate a package with all default extensions
enabled, except opcache, but with ImageMagick:

php.withExtensions (e:
  (lib.filter (e: e != php.extensions.opcache) php.enabledExtensions)
  ++ [ e.imagick ])
2020-04-05 16:46:38 +02:00
talyz
b4d289a7ae
php: Add missing hash extension to php < 7.4 2020-04-05 16:45:53 +02:00
talyz
1345e5b763
php: Add withExtensions as a simpler alternative to buildEnv 2020-04-05 16:45:47 +02:00
talyz
4ff523f691
php: Simplify php-packages import, rename exts -> extensions 2020-04-05 16:45:41 +02:00
Elis Hirwing
1b69056e46
php: passthru .dev output as well 2020-04-05 16:45:23 +02:00
Elis Hirwing
a2099156ec
php: split php.packages to php.packages and php.extensions
So now we have only packages for human interaction in php.packages and
only extensions in php.extensions. With this php.packages.exts have
been merged into the same attribute set as all the other extensions to
make it flat and nice.

The nextcloud module have been updated to reflect this change as well
as the documentation.
2020-04-05 16:45:17 +02:00
Elis Hirwing
0dc95728ba
nixos/php: Move the pcre tests to the php test attribute 2020-04-05 16:44:59 +02:00
talyz
716fd0e2f5
php.buildEnv: Put the extraConfig snippet after extensions
Make sure all the extensions are loaded first, then read the custom
config where possible.
2020-04-05 16:44:31 +02:00
Elis Hirwing
82cd2fbbf4
php: Wrap the programs and provide an environment variable instead of a flag 2020-04-05 16:44:25 +02:00
talyz
90dcab948c
php.packages: Use derivations for internalDeps in mkExtension
Make mkExtension put headers in the dev output and use them, instead of
a different part of the current source tree, when referring to another
extension by using internalDeps.

This means external extensions can be built against the internal ones.
2020-04-05 16:44:01 +02:00
talyz
b1106a1851
phpPackages: Move phpPackages to php.packages
This means php packages can now refer to other php packages by looking
them up in the php.packages attribute and gets rid of the internal
recursive set previously defined in php-packages.nix. This also means
that in applications where previously both the php package and the
corresponding version of the phpPackages package set had to be
specified, the php package will now suffice.

This also adds the phpWithExtensions parameter to the
php-packages.nix, which can be used by extensions that need a fully
featured PHP executable.
2020-04-05 16:43:50 +02:00
Michael Reilly
e20f308b8e treewide: quoted urls for RFC45, only the rebuilds 2020-04-05 10:17:15 -04:00
Bastien Rivière
8986e95dca flutter: update channels + fix dev channel 2020-04-05 15:35:11 +02:00
Sander van der Burg
542a74a9dc
Merge pull request #82118 from lucafavatella/androidenv-update-2
androidenv: update generated expressions
2020-04-05 14:59:04 +02:00
Florian Klink
40dcac87f4
Merge pull request #84336 from r-ryantm/auto-update/python2.7-bpython
python27Packages.bpython: 0.18 -> 0.19
2020-04-05 13:50:22 +02:00
R. RyanTM
7837086b6b python27Packages.bpython: 0.18 -> 0.19 2020-04-05 10:44:18 +00:00
Frederik Rietdijk
866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Dmitry Kalinkin
f601ab37c2
Merge pull request #83748 from veprbl/pr/python_docker_dontUseSetuptoolsCheck
pythonPackages.docker: use dontUseSetuptoolsCheck
2020-04-05 00:41:06 -04:00
Dmitry Kalinkin
e163a369c7
Merge pull request #83737 from veprbl/pr/libxslt_override_fix
libxml2,libxslt: fix pythonSupport=false override
2020-04-04 23:31:27 -04:00
Mario Rodas
cf096a6780
Merge pull request #84304 from r-ryantm/auto-update/kubie
kubie: 0.7.1 -> 0.7.3
2020-04-04 21:44:55 -05:00
Jan Tojnar
dead7ec111
libmodulemd: 2.6.0 → 2.9.2 2020-04-05 03:54:09 +02:00
R. RyanTM
72fc9fac51 kubie: 0.7.1 -> 0.7.3 2020-04-05 01:36:22 +00:00
Anderson Torres
f0959a7b0c
Merge pull request #84284 from AndersonTorres/update-babashka
babashka: 0.0.71 -> 0.0.78
2020-04-04 22:26:40 -03:00
lewo
fc536d3f8a
Merge pull request #83988 from armin1402/master
nexus: 3.20.1-01 -> 3.22.0-02
2020-04-05 02:07:48 +02:00
Spencer Baugh
ed10432541 hydra: add dep on perlPackages.CatalystPluginSmartURI
This plugin allows configuring the URLs generated by Catalyst (and
therefore by Hydra) to be relative instead of absolute, which makes it
automatically behave correctly when Hydra is accessed both directly
and behind a reverse proxy.
2020-04-04 20:02:09 -04:00
Benjamin Hipple
d20a62ae85 python3Packages.PyGithub: 1.45 -> 1.47
Upstream dropped python2 support in 1.45, so the `nixpkgs-update` bot has not
been successful in bumping it.

While this still does not run the test suite, it gets us closer.
2020-04-04 15:47:17 -07:00
AndersonTorres
78cd46512c babashka: 0.0.71 -> 0.0.78 2020-04-04 18:34:09 -03:00
Florian Klink
1eae7fb887 Revert "Revert "rust-cbindgen: 0.13.1 -> 0.13.2""
This reverts commit 09dde57e93.

Apparently, the rust-cbindgen bump wasn't the cause for the firefox
build error reported in https://github.com/NixOS/nixpkgs/pull/83247
(we could reproduce the build error even after
09dde57e93 applied).

For some reason it must have succeeded on hydra, as it's in the cache,
tricking us in believing 76458f89f4 broke
it initially.

So the build seems flaky of some sort - we haven't yet determined
whether it's luck, compiling with the right CPUs or something else. :-/

There's still some investigation to be done
(https://github.com/NixOS/nixpkgs/issues/84283), but no need to keep an
ineffective revert around.
2020-04-04 23:22:09 +02:00
Benjamin Hipple
7436c9d5da
Merge pull request #84254 from marsam/update-tflint
tflint: 0.15.3 -> 0.15.4
2020-04-04 10:20:08 -04:00
Maximilian Bosch
268f71cfd7
cargo-make: 0.30.1 -> 0.30.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.2
2020-04-04 15:46:41 +02:00
Mario Rodas
acbc837c55
Merge pull request #84228 from marsam/update-ocamlformat
ocamlformat: 0.13.0 -> 0.14.0
2020-04-04 08:28:59 -05:00
Mario Rodas
99f7b9481f
tflint: 0.15.3 -> 0.15.4
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.4
2020-04-04 08:25:00 -05:00
Vincent Laporte
d8f5bcefeb ocamlPackages.ocaml_libvirt: ignore warnings 2020-04-04 13:26:33 +02:00
Mario Rodas
25103498f4
Merge pull request #84227 from marsam/update-buildah
buildah: 1.14.5 -> 1.14.6
2020-04-04 06:18:24 -05:00
Jan Tojnar
71278aef73
sunxi-tools: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 12:34:31 +02:00
Mario Rodas
84d0a23506 flow: 0.121.0 -> 0.122.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.122.0
2020-04-04 10:56:23 +02:00
Jan Tojnar
eb8e95294e
indilib: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.

While at it, also move cmake to nativeBuildInputs and format the expression.
2020-04-04 10:43:23 +02:00
Jan Tojnar
e37c162cd9
freenect: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 09:44:12 +02:00
Jan Tojnar
aa2b9c9e99
aravis: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 08:32:08 +02:00
Jan Tojnar
48271f8db9
gobject-introspection: fix tests on darwin
We need to use platform specific shared library file extension when doing our symlink hack.
2020-04-04 04:07:29 +02:00
Benjamin Hipple
72f784bf71
Merge pull request #84223 from drewrisinger/dr-pr-python-uvloop-fix
python3Packages.uvloop: enable on python3.8
2020-04-03 21:26:09 -04:00
Drew Risinger
364909d535 python3Packages.uvloop: enable on python3.8
Allow build pass by disabling test. Isolated issue to
test_sockets.py::TestAIOSockets::test_sock_close_add_reader_race.
This test is supposed to be skipped, but it isn't for some reason,
so we disable it instead.
See uvloop#284 (https://github.com/MagicStack/uvloop/pull/284)
for full details. Don't know why this test isn't properly skipped.
2020-04-03 20:41:34 -04:00
Florian Klink
09dde57e93 Revert "rust-cbindgen: 0.13.1 -> 0.13.2"
This reverts commit 76458f89f4.

It was causing the firefox build to fail. See
https://github.com/NixOS/nixpkgs/pull/83247 for the discussion.
2020-04-04 02:23:33 +02:00
worldofpeace
0dc69e85e9 libfprint: fix build
Needs libusb1 in 1.0
2020-04-03 19:14:43 -04:00