199151 Commits

Author SHA1 Message Date
Profpatsch
8252861507 lib/trivial: add pipe function
`pipe` is a useful operator for creating pipelines of functions.

It works around the usual problem of e.g. string operations becoming
deeply nested functions.

In principle, there are four different ways this function could be
written:

pipe val [ f1 .. fn ]
pipe val [ fn .. f1 ]
compose [ f1 .. fn ] val
compose [ fn .. f1 ] val

The third and fourth form mirror composition of functions, they would
be the same as e.g. `(f1 << f2 << f3 .. << fn) val`.
However, it is not clear which direction the list should have (as one
can see in the second form, which is the most absurd.

In order not to confuse users, we decide for the most “intuitive”
form, which mirrors the way unix pipes work (thus the name `pipe`).
The flow of data goes from left to right.

Co-Authored-By: Silvan Mosberger <infinisil@icloud.com>
2019-10-21 13:19:16 +02:00
Brian Hicks
1d4f48d730 elmPackages.*: update to latest versions
elm-language-server: 1.4.1 -> 1.4.2

downstream updates in others
2019-10-21 06:04:05 -05:00
Franz Pletz
360e57a567
mbedtls: 2.16.0 -> 2.16.3
Fixes CVE-2019-16910. Fixes #71452.
2019-10-21 12:48:22 +02:00
Franz Pletz
bf2f1c8e00
Revert "mbedtls: 2.16.0 -> 2.17.0"
This reverts commit ba3b9c0eb8430093069ed319cbfcd7ad48e69edb.

cc #60625 #71452
2019-10-21 12:47:44 +02:00
Franz Pletz
cc9b18f223
Merge pull request #71406 from astro/collectd
collectd: plugins configuration, buildMinimalPackage
2019-10-21 10:34:34 +00:00
Franz Pletz
cf52cd402c
Merge pull request #71254 from MicrosoftTakeover/patch-1
minetest 5.0.1 -> 5.1.0
2019-10-21 10:32:26 +00:00
worldofpeace
1a25b14048
Merge pull request #71335 from edef1c/plover-deps
Add missing Plover deps
2019-10-21 10:19:24 +00:00
edef
0599c89d58
Merge pull request #71338 from edef1c/nix-daemon-opt-aliases
nixos/nix-daemon: don't refer to deprecated option aliases
2019-10-21 09:59:13 +00:00
Frederik Rietdijk
2b9713c281 doc: move fhs and mkShell under builders/special
In my opinion Functions should only contain pure functions. These are
both meant to provide derivations so I put them under Builders. Don't
know exactly *where* to put them so "special" it is...
2019-10-21 11:39:46 +02:00
chessai
5feacc9710 clfft: init at 2.21.2 2019-10-21 05:32:34 -04:00
Mario Rodas
7673965e30
nodejs-12_x: 12.12.0 -> 12.13.0
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.0
2019-10-21 04:20:00 -05:00
Frederik Rietdijk
24b1ef5133 doc: move overrides into separate chapter 2019-10-21 11:19:46 +02:00
Felix Breidenstein
57266005ca Remove fleaz as maintainer and from all pkgs 2019-10-21 11:16:16 +02:00
Frederik Rietdijk
9d54ea9b2d doc: move image builders into new images chapter 2019-10-21 10:57:56 +02:00
Frederik Rietdijk
b6ba25ce95 Merge master into staging-next 2019-10-21 09:55:24 +02:00
Frederik Rietdijk
5c388dcf85 python: dill: 0.2.9 -> 0.3.1.1 2019-10-21 09:41:02 +02:00
Frederik Rietdijk
d5f03bab3b python: aenum: 2.1.4 -> 2.2.1 2019-10-21 09:37:57 +02:00
Frederik Rietdijk
14bb6186c4 python: python-jenkins: 1.4.0 -> 1.5.0 2019-10-21 09:37:16 +02:00
Frederik Rietdijk
038e940717 python: urllib3: 1.24.3 -> 1.25.6 2019-10-21 09:27:09 +02:00
Robin Gloster
7474d9c3bf
Merge pull request #71491 from r-ryantm/auto-update/bind
bind: 9.14.6 -> 9.14.7
2019-10-21 09:17:43 +02:00
R. RyanTM
e592c3d36c avro-tools: 1.9.0 -> 1.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avro-tools/versions
2019-10-21 09:15:46 +02:00
R. RyanTM
2c7366e3e8 birdfont: 2.27.0 -> 2.28.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/birdfont/versions
2019-10-21 09:15:30 +02:00
R. RyanTM
fd28a0abb0 bird2: 2.0.6 -> 2.0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bird/versions
2019-10-21 09:15:12 +02:00
R. RyanTM
5f994b9330 airsonic: 10.4.0 -> 10.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-10-21 09:14:54 +02:00
R. RyanTM
fef4ba0e5a buck: 2019.09.12.01 -> 2019.10.17.01
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
2019-10-21 09:14:38 +02:00
R. RyanTM
43e64eb545 mod_wsgi: 4.6.7 -> 4.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mod_wsgi/versions
2019-10-21 09:14:11 +02:00
R. RyanTM
db5433a56b bitwarden_rs-vault: 2.11.0 -> 2.12.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden_rs-vault/versions
2019-10-21 09:13:58 +02:00
R. RyanTM
51efea72cd bitwarden: 1.16.4 -> 1.16.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden/versions
2019-10-21 09:13:42 +02:00
R. RyanTM
ca1cce367e checkstyle: 8.24 -> 8.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2019-10-21 09:13:28 +02:00
R. RyanTM
ee3b598269 cups-filters: 1.25.6 -> 1.25.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cups-filters/versions
2019-10-20 23:55:38 -07:00
Renaud
290b5ee611
Merge pull request #71158 from romildo/upd.qps
lxqt.qps: 1.10.20 -> 2.0.0
2019-10-21 08:05:48 +02:00
Michael Raskin
edb5c34f39
Merge pull request #71426 from artemist/gtk-debuginfo
gtk3: Enable separated debug info on Linux
2019-10-21 05:48:58 +00:00
Vincent Laporte
bbce011c13 ocamlPackages.duff: init at 0.2 2019-10-21 05:31:00 +00:00
R. RyanTM
634bcd3cdd armadillo: 9.700.2 -> 9.800.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2019-10-20 22:12:25 -07:00
R. RyanTM
0060782d8e bind: 9.14.6 -> 9.14.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bind/versions
2019-10-20 21:13:12 -07:00
Tobias Mayer
d46de73253 suricata: 4.1.5 -> 5.0.0
Additional Changes:
 - Disabled AFL build configuration
 - Enabled eBPF support
2019-10-21 05:51:54 +02:00
Will Dietz
cbdff8bf01
Merge pull request #71152 from dtzWill/update/musl-1.1.24
musl: 1.1.2x -> 1.1.24
2019-10-20 21:15:26 -05:00
Melanie Sigl
91d5b3f07d pythonPackages.phik: init at 0.9.8 2019-10-20 18:51:24 -07:00
Edmund Wu
ec6740ab8d
scmsrht: 0.14.2 -> 0.15.3 2019-10-20 21:51:06 -04:00
Edmund Wu
e481e10632
pastesrht: 0.5.2 -> 0.7.1 2019-10-20 21:50:54 -04:00
Edmund Wu
cc64ae180f
metasrht: 0.35.2 -> 0.35.3 2019-10-20 21:50:49 -04:00
Edmund Wu
ea1d0ce7ff
listssrht: 0.38.1 -> 0.38.3 2019-10-20 21:50:35 -04:00
Edmund Wu
815a204aa1
hgsrht: 0.15.2 -> 0.16.0 2019-10-20 21:50:21 -04:00
Edmund Wu
d1f0cbd4fe
gitsrht: 0.33.1 -> 0.34.2 2019-10-20 21:50:16 -04:00
Edmund Wu
690ffc9761
buildsrht: 0.47.8 -> 0.47.9 2019-10-20 21:49:55 -04:00
Edmund Wu
7ebc8ded84
srht: 0.54.2 -> 0.54.3 2019-10-20 21:49:40 -04:00
José Romildo Malaquias
ea1c52a58c lxqt.qps: restrict platform to linux 2019-10-20 22:13:52 -03:00
José Romildo Malaquias
9100741ce1 lxqt.qps: 1.10.20 -> 2.0.0 2019-10-20 22:13:52 -03:00
Aaron Andersen
1c4b13bb5b
Merge pull request #71067 from aanderse/httpd
nixos/httpd: remove deprecated extraSubservices option
2019-10-20 20:36:33 -04:00
Florian Klink
f24b4fb411
nixos/networkmanager: remove networking.networkmanager.dynamic… (#71337)
nixos/networkmanager: remove networking.networkmanager.dynamicHosts
2019-10-21 02:33:28 +02:00