Commit graph

277059 commits

Author SHA1 Message Date
sternenseemann b398d00903 trivial-builders: merge passAsFile with env in runCommand'
Previously it was awkward to use the runCommand-variants with
passAsFile as a double definition of passAsFile would potentially
break runCommand: passAsFile would overwrite the previous definition,
defeating the purpose of setting it in runCommand in the first place.
This is now fixed by concatenating the [ "buildCommand" ] list with
one the one from env, if present.

Adjust buildEnv where passAsFile = null; was passed in some cases,
breaking evaluation since it'd evaluate to [ "buildCommand" ] ++ null.
2021-03-18 19:56:40 +01:00
Fabian Affolter 9a48ca8027
Merge pull request #112934 from r-ryantm/auto-update/mbuffer
mbuffer: 20200929 -> 20210209
2021-03-18 19:15:43 +01:00
Vladimír Čunát a253ed2bc7
Merge #114192: gnutls: 3.6.15 -> 3.7.1 (into staging)
It includes a low-severity security fix:
https://gnutls.org/security-new.html#GNUTLS-SA-2021-03-10
2021-03-18 16:04:03 +01:00
Vladimír Čunát 77cc22179b
gnutls: 3.7.0 -> 3.7.1
https://lists.gnupg.org/pipermail/gnutls-help/2021-March/004698.html
It includes a low-severity security fix:
https://gnutls.org/security-new.html#GNUTLS-SA-2021-03-10

postPatch: the patched file doesn't exist now and all tests still pass.
2021-03-18 16:02:56 +01:00
Jan Tojnar f2ec8eb9c4
Merge pull request #116347 from jtojnar/pango-1.48
pango: 1.47.0 → 1.48.3
2021-03-18 14:23:01 +01:00
Sandro 3fbea5732f
Merge pull request #116676 from SuperSandro2000/procps-ng
procps-ng: cleanup, format, remove ? null from inputs
2021-03-18 13:44:35 +01:00
Fabian Affolter 29db328a08
Merge pull request #114388 from fabaff/pylitterbot
python3Packages.pylitterbot: init at 2021.2.5
2021-03-18 09:28:19 +01:00
Ivan Babrou 6c2c725485
openblas: aarch64-darwin target support (#116672) 2021-03-18 02:05:05 -04:00
Sandro Jäckel 152114997f procps-ng: cleanup, format, remove ? null from inputs 2021-03-18 00:49:28 +00:00
Sandro c7a1f01c95
Merge pull request #116657 from dotlambda/python-dateutil-modernize
[staging] pythonPackages.python-dateutil: modernize expression
2021-03-18 01:42:53 +01:00
Robert Schütz 928aeb2686 pythonPackages.python-dateutil: modernize expression 2021-03-17 22:44:31 +01:00
Austin Seipp 00aa8d3995
Merge pull request #116017 from thoughtpolice/nixpkgs/staging/vector-0.12
vector: 0.10.0 -> 0.12.1
2021-03-16 20:20:13 -05:00
Martin Weinelt cb9f947bf9
Merge pull request #116448 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.17.0 -> 0.18.0
2021-03-16 20:13:26 +01:00
github-actions[bot] 7302b9368b
Merge staging-next into staging 2021-03-16 18:18:36 +00:00
github-actions[bot] e0a6159fc6
Merge master into staging-next 2021-03-16 18:18:29 +00:00
sternenseemann 5b3290333a ocamlPackages.ocaml_extlib: add support for OCaml 4.12
Pull in patches from https://github.com/ygrek/ocaml-extlib/pull/55
which add support for OCaml 4.12. These patches are also included in
extlib 1.7.8, however extlib 1.7.8 includes some API changes which break
for example google-drive-ocamlfuse.

Therefore we follow the opam repository and patch our default extlib
version: https://github.com/ocaml/opam-repository/pull/18041
2021-03-16 19:10:29 +01:00
Martin Weinelt 22e17d823d
Merge pull request #116505 from fabaff/bump-brother
python3Packages.brother: 0.2.1 -> 0.2.2
2021-03-16 18:50:02 +01:00
Fabian Affolter 6440e2e353
python3Packages.aioesphomeapi: 2.6.5 -> 2.6.6 (#116536) 2021-03-16 18:16:26 +01:00
R. RyanTM 1af2af99ff skrooge: 2.23.0 -> 2.24.6 2021-03-16 12:19:48 -04:00
Oleksii Filonenko ba30f1ba64
Merge pull request #115598 from r-ryantm/auto-update/sozu
sozu: 0.11.50 -> 0.11.56
2021-03-16 18:14:19 +02:00
Oleksii Filonenko e884705527
Merge pull request #116417 from r-ryantm/auto-update/lazygit
lazygit: 0.26 -> 0.26.1
2021-03-16 18:11:49 +02:00
Oleksii Filonenko ad82f47bd7
Merge pull request #116406 from r-ryantm/auto-update/emplace
emplace: 1.2.1 -> 1.2.2
2021-03-16 18:11:29 +02:00
adisbladis 6af448d9e5
Merge pull request #116530 from adisbladis/poetry2nix-1_16_1
poetry2nix: 1.16.0 -> 1.16.1
2021-03-16 17:44:24 +02:00
ajs124 45a014f479
Merge pull request #115224 from helsinki-systems/upd/lrzip
lrzip: 0.640 -> 0.641
2021-03-16 16:32:41 +01:00
ajs124 08ebda1a17
Merge pull request #115655 from helsinki-systems/upd/nginx
nginxMainline: 1.19.7 -> 1.19.8
2021-03-16 16:31:55 +01:00
adisbladis 215b49c082
poetry2nix: 1.16.0 -> 1.16.1 2021-03-16 17:25:26 +02:00
sternenseemann 7015e86ece ocamlPackages.cohttp*: 2.5.4 -> 2.5.5 2021-03-16 15:36:11 +01:00
Andrew Childs 6ea779b95c libdeflate: fix dylib install name 2021-03-16 14:46:27 +01:00
Sandro bb46a6eb7c
Merge pull request #116253 from Artturin/add-squeekboard
squeekboard: init at unstable-2021-03-09
2021-03-16 14:07:02 +01:00
Tim Steinbach 77297a7519 awscli: 1.19.25 -> 1.19.27 2021-03-16 08:49:40 -04:00
Tim Steinbach a09e46c1f5 python3Packages.boto3: 1.17.25 -> 1.17.27 2021-03-16 08:49:40 -04:00
Tim Steinbach 3ecf742790 python3Packages.botocore: 1.20.25 -> 1.20.27 2021-03-16 08:49:40 -04:00
Tim Steinbach ee0e9fc0e1 sudo: 1.9.5p2 -> 1.9.6 2021-03-16 08:49:19 -04:00
github-actions[bot] 8c2cc5754a
Merge staging-next into staging 2021-03-16 12:25:56 +00:00
github-actions[bot] 974e83db9a
Merge master into staging-next 2021-03-16 12:25:48 +00:00
Robert Schütz 1f13d0df6e
Merge pull request #116332 from erictapen/imagemagick-7.0.11-3
imagemagick: 7.0.10-61 -> 7.0.11-3
2021-03-16 13:24:42 +01:00
sterni f0b078ef9d
ocamlPackages.git: 3.3.0 -> 3.3.2; decompress: 1.2.0 -> 1.3.0; duff: 0.3 -> 0.4; and related updates (#116486)
* ocamlPackages.hxd: 0.2.0 -> 0.3.1

ocamlPackages.hxd: disable lwt by default on OCaml 4.06 (syntax error)

* ocamlPackages.duff: 0.3 -> 0.4

* ocamlPackages.decompress: 1.2.0 -> 1.3.0

Keep decompress 1.2.0 around as decompress-1-2 until imagelib supports
decompress 1.3.0: https://github.com/rlepigre/ocaml-imagelib/issues/49

* ocamlPackages.carton*: 0.2.0 -> 0.4.0

* ocamlPackages.git: 3.3.0 -> 3.3.2
2021-03-16 13:07:17 +01:00
Fabian Affolter 1b6bac8a80 python3Packages.brother: 0.2.1 -> 0.2.2 2021-03-16 12:58:41 +01:00
Fabian Affolter 5b72839b79 python3Packages.pytest-error-for-skips: init at 2.0.2 2021-03-16 12:58:41 +01:00
Sandro 5fa9e2808f
Merge pull request #116441 from yanganto/czkawka-3
czkawka: init at 3.0.0
2021-03-16 12:56:01 +01:00
Sandro 9996cb48d0
Merge pull request #116510 from dotlambda/prs-0.2.4
prs: 0.2.3 -> 0.2.4
2021-03-16 12:44:55 +01:00
Sandro 4d4be7bb88
Merge pull request #116509 from dotlambda/imap-tools-0.39.0
python3Packages.imap-tools: 0.38.1 -> 0.39.0
2021-03-16 12:44:40 +01:00
Sandro b662d5f207
Merge pull request #116506 from fabaff/bump-slack-sdk
python3Packages.slack-sdk: 3.4.0 -> 3.4.2
2021-03-16 12:44:20 +01:00
Sandro bd38cc9dbc
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0 2021-03-16 12:42:46 +01:00
Sandro bded56b981
Merge pull request #116494 from marsam/update-flexget 2021-03-16 12:37:42 +01:00
Sandro 22dd6f4a88
Merge pull request #116507 from zimbatm/kubectl-doctor-init
kubectl-doctor: init at 0.3.0
2021-03-16 12:34:00 +01:00
Sandro 9171992330
Merge pull request #116464 from sikmir/nnn
nnn: 3.5 → 3.6
2021-03-16 12:32:02 +01:00
Sumner Evans 73be16c314
python3Packages.mpv: 0.4.7 -> 0.5.2 (#116462) 2021-03-16 12:31:44 +01:00
Sandro c577050b49
Merge pull request #116265 from fabaff/bump-devolo-home-control-api 2021-03-16 12:31:22 +01:00
Sandro bf2baadd52
Merge pull request #115627 from dotlambda/pdfslicer
pdfslicer: init at 1.8.8
2021-03-16 12:30:06 +01:00