1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00
Commit graph

237397 commits

Author SHA1 Message Date
Tim Steinbach 6afba54ead
linux_hardened_latest: Keep 5.7 2020-08-03 16:48:44 -04:00
Tim Steinbach 3a8cbea4f7
linux: Init 5.8 2020-08-03 16:45:45 -04:00
Tim Steinbach b3f869febb
linux: 5.7.11 -> 5.7.12 2020-08-03 16:35:16 -04:00
Tim Steinbach 60773afea2
linux: 5.4.54 -> 5.4.55 2020-08-03 16:35:15 -04:00
Tim Steinbach cb73bea24c
linux: 4.9.231 -> 4.9.232 2020-08-03 16:35:15 -04:00
Tim Steinbach fd603b5afc
linux: 4.4.231 -> 4.4.232 2020-08-03 16:35:15 -04:00
Tim Steinbach 5b88a328df
linux: 4.19.135 -> 4.19.136 2020-08-03 16:35:15 -04:00
Tim Steinbach b02541c37b
linux: 4.14.190 -> 4.14.191 2020-08-03 16:35:14 -04:00
Silvan Mosberger 396c16113e
Merge pull request #91948 from CheariX/joplin-desktop-1.0.224
joplin-desktop: 1.0.216 -> 1.0.233
2020-08-03 22:13:22 +02:00
Ryan Mulligan 4162c69b3c
Merge pull request #92468 from petabyteboy/jitsi-meet
nixos/jitsi-meet: init
2020-08-03 12:43:37 -07:00
Daniël de Kok aae6b4ea12
Merge pull request #94596 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.10-19 -> 7.0.10-25
2020-08-03 20:44:34 +02:00
MetaDark d554a0aba7 linuxPackages.xpadneo: 0.8.1 -> 0.8.2
Also fixes kernel module version: @DO_NOT_CHANGE@ -> 0.8.2
2020-08-03 14:26:27 -04:00
Maximilian Bosch 2ae62ef72f
Merge pull request #94611 from Ma27/rel-pkgs-error-msg
nixos/manual: improve error message for invalid values in `relatedPackages'
2020-08-03 20:17:46 +02:00
Maximilian Bosch 869bf4f76c
Merge pull request #94327 from r-ryantm/auto-update/thc-hydra
thc-hydra: 9.0 -> 9.1
2020-08-03 20:14:04 +02:00
Jan Tojnar ce6e35d1f5
bustle: fix build
Patches are part of Bustle 0.8.0.
2020-08-03 19:47:37 +02:00
Jacek Galowicz 319d7ec8d4
Merge pull request #93413 from liff/taskserver-python-test
nixosTests.taskserver: Port to python
2020-08-03 19:38:57 +02:00
R. RyanTM 35735ac930 fwupd: 1.4.4 -> 1.4.5 2020-08-03 19:34:54 +02:00
f4814n 6e4d33a001
chromium: Add missing dependency on coreutils (#94578)
The script that runs chromium calls tr from coreutils - however
it just assumed that coreutils are in PATH.

With missing coreutils chromium did still launch (at least with
d433839007 applied) but emitted
`line 15: tr: command not found` error messages.
2020-08-03 17:58:41 +02:00
Martin Weinelt d1f59cf7b8
Merge pull request #94583 from mweinelt/zigbee2mqtt
zigbee2mqtt: 1.14.1 -> 1.14.2
2020-08-03 17:50:28 +02:00
Michael Reilly 7652a8e3d5 katago: 1.4.4 -> 1.5.0 2020-08-03 11:45:58 -04:00
Maximilian Bosch 04a10b3355
nixos/tests/systemd-networkd-vrf: add comment about trailing whitespaces in test script
For further context please read the discussion in https://github.com/NixOS/nixpkgs/pull/94607#issuecomment-668070029
2020-08-03 17:43:56 +02:00
dpausp 37ee089855 eliot-tree: init at 19.0.1
dependencies:

* eliot: init at 1.12.0
2020-08-03 15:32:36 +00:00
Martin Weinelt f2848673ce
Merge pull request #94575 from zowoq/ecc-actions
.github/workflows/editorconfig.yml: separate fetch and check steps
2020-08-03 17:03:50 +02:00
Martin Weinelt df51033330
Merge pull request #94475 from mweinelt/hass
homeassistant: 0.113.0 -> 0.113.3
2020-08-03 16:59:52 +02:00
Maximilian Bosch dd49aa581b
Merge pull request #94580 from r-ryantm/auto-update/bspwm
bspwm: 0.9.9 -> 0.9.10
2020-08-03 16:58:44 +02:00
zowoq 1ccda2fb05 .editorconfig: add nixos/tests/systemd-networkd-vrf 2020-08-04 00:56:39 +10:00
Maximilian Bosch 76f2e271a2
Merge pull request #94600 from liff/patch-1
nixos/manual: Fix reference to send_key
2020-08-03 16:51:30 +02:00
Maximilian Bosch 5bd1fb2884
nixos/tests/systemd-networkd-vrf: fix test
Broken while fixing some `.editorconfig`-definitions[1], however this
test explicitly relies on the output of `iproute2`.

[1] 8ae7f8c359
2020-08-03 16:47:40 +02:00
Maximilian Bosch 6d19c04416
nixos/manual: improve error message for invalid values in `relatedPackages'
As reported in NixOS discourse[1], tracking down invalid values in
`relatedPackages'[2] (i.e. list-items that don't exist in `pkgs`) is
fairly hard as the message "Invalid package attribute path `foobar'"
is quite unhelpful and the trace doesn't point to the source of the
problem either.

This patch improves the error message by mentioning that the issue is an
invalid `relatedPackages`-declaration in $optionName.

[1] https://discourse.nixos.org/t/invalid-package-attribute-path-nextcloud19/8403/9
[2] https://nixos.org/nixpkgs/manual/#sec-functions-library-options
2020-08-03 16:37:59 +02:00
zowoq c1fce8f814 .github/workflows/editorconfig.yml: separate fetch and check steps 2020-08-04 00:35:50 +10:00
1000101 15b6edc4d1 release-notes/rl-2009: fix trailing whitespace 2020-08-03 16:31:54 +02:00
1000101 7d938b5e47 release-notes/rl-2009: document dokuwiki incompatibility 2020-08-03 16:26:17 +02:00
zowoq 8ae7f8c359 nixos/tests/*: editorconfig fixes 2020-08-04 00:23:54 +10:00
zowoq 2b5659c700 nixos/maintainers/*: editorconfig fixes 2020-08-04 00:23:54 +10:00
zowoq 25d7880f17 nixos/lib/*: editorconfig fixes 2020-08-04 00:23:54 +10:00
Martin Weinelt b41b902a1c
nixos/zigbee2mqtt: add test to all-tests.nix 2020-08-03 16:17:49 +02:00
Martin Weinelt 87b8364851
zigbee2mqtt: add passthru test 2020-08-03 16:17:48 +02:00
Martin Weinelt 98c2bd1b13
zigbee2mqtt: 1.14.1 -> 1.14.2 2020-08-03 16:17:48 +02:00
Martin Weinelt 9d284f3548
zigbee2mqtt: upgrade deps.sh to update.sh 2020-08-03 16:17:48 +02:00
Martin Weinelt 87d4e1230b
home-assistant: add patch to fix flapping logging test 2020-08-03 16:16:25 +02:00
1000101 850b3ea028 nixos/dokuwiki: drop SSL forcing 2020-08-03 16:10:05 +02:00
Marek Mahut 4181ae25bf
Merge pull request #94166 from 1000101/bitcoind
release-notes/rl-2009: amend bitcoind incompatibility
2020-08-03 15:56:56 +02:00
oxalica ed34ccf030
rust-analyzer: 2020-07-27 -> 2020-08-03 2020-08-03 20:30:50 +08:00
Peter Hoeg b6c3c725c6
Merge pull request #94278 from r-ryantm/auto-update/kwin-tiling
kwin-tiling: 2.2 -> 2.4
2020-08-03 20:26:45 +08:00
William Roe d51340f27f zig: fix build
It looks like https://github.com/NixOS/nixpkgs/pull/88248 broke the
build for zig.

The error you get when building zig on the current master branch is:

```
Scanning dependencies of target zig_build_libstage2
: CommandLine Error: Option 'polly' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
make[2]: *** [CMakeFiles/zig_build_libstage2.dir/build.make:77: CMakeFiles/zig_build_libstage2] Error 1
make[1]: *** [CMakeFiles/Makefile2:252: CMakeFiles/zig_build_libstage2.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
```

The patch that added polly into some build args was likely necessary
only for LLVM 10.0.0 and when that was updated to 10.0.1 it stopped
working or became unnecessary. With this patch removed, zig builds fine
and passes the tests.
2020-08-03 13:17:40 +01:00
Aaron Andersen 34298f0673
Merge pull request #94551 from StijnDW/dokuwiki
nixos/dokuwiki: fix https redirect
2020-08-03 08:17:37 -04:00
Mario Rodas e347b4bbb3
Merge pull request #94581 from xrelkd/update/eksctl
eksctl: 0.24.0 -> 0.25.0
2020-08-03 07:04:58 -05:00
Mario Rodas a6be178a02
Merge pull request #94601 from r-ryantm/auto-update/groonga
groonga: 10.0.4 -> 10.0.5
2020-08-03 07:04:02 -05:00
zowoq bcf63fed7c .editorconfig: add nixos/ircd-hybrid, dotnetenv/Wrapper 2020-08-03 21:52:52 +10:00
R. RyanTM 812e19f842 hivex: 1.3.18 -> 1.3.19 2020-08-03 11:25:10 +00:00