1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00
Commit graph

207107 commits

Author SHA1 Message Date
Aaron Andersen 7c8d98f8df nixos/sysstat: provide a type for each module option 2019-12-30 17:10:53 +01:00
Marek Mahut de4b7d51e9
Merge pull request #76700 from pschuprikov/fix-toggl-cli-deps
python3Packages: toggl-cli fix pendulum version bounds
2019-12-30 17:00:51 +01:00
Oleksii Filonenko ab63902d1f
nixosTests.haka: port to python 2019-12-30 17:57:00 +02:00
Symphorien Gibol cb38bf33e7 nagios: add nixos test 2019-12-30 16:41:18 +01:00
symphorien+git@xlumurb.eu be25e45fc8 nagios: various improvements
* structured config for main config file allows to launch nagios in
debug mode without having to write the whole config file by hand
* build time syntax check
* all options have types, one more example
* I find it misleading that the main nagios config file is linked in
/etc but that if you change the link in /etc/ and restart nagios, it
has no effect. Have nagios use /etc/nagios.cfg
* fix paths in example nagios config files, which allows to reuse it:
  services.nagios.objectDefs =
   (map (x: "${pkgs.nagios}/etc/objects/${x}.cfg")
   [ "templates" "timeperiods" "commands" ]) ++ [ ./main.cfg ]
* for the above reason, add mailutils to default plugins

Co-Authored-By: Aaron Andersen <aaron@fosslib.net>
2019-12-30 16:40:52 +01:00
Frederik Rietdijk 9bc8e546c9
Merge pull request #75929 from NixOS/staging-next
Staging next
2019-12-30 16:27:24 +01:00
Oleksii Filonenko d8623a2137
rx: add filalex77 to maintainers 2019-12-30 17:23:42 +02:00
Oleksii Filonenko 98224979fb
rx: 0.2.0 -> 0.3.0
- Remove "--features" invocations
- Refactor some meta attributes
2019-12-30 17:23:42 +02:00
Ryan Mulligan c94e211a47
Merge pull request #76419 from r-ryantm/auto-update/skypeforlinux
skypeforlinux: 8.54.0.91 -> 8.55.0.123
2019-12-30 07:09:52 -08:00
Edmund Wu 83f76b6501 vscodium: 1.41.0 -> 1.41.1 2019-12-30 16:08:53 +01:00
Edmund Wu b77fd49378 vscode: 1.41.0 -> 1.41.1 2019-12-30 16:08:53 +01:00
Pavel Chuprikov ced3381722 python3Packages.toggl-cli: relax pendulum bounds
* toggl-cli fails to compile with pendulum 2.0.5
    * toggl-cli needs `pkg_resources` from `setuptools`
2019-12-30 15:50:51 +01:00
ajs124 863794cbba yeetgif: init at 1.23.5 2019-12-30 15:49:34 +01:00
Chris Ostrouchov 0a126855c0
python3Packages.tifffile: refactor fix broken build 2019-12-30 08:57:05 -05:00
Tim Steinbach bdf02de121
linux_latest-libre: 17151 -> 17153 2019-12-30 08:56:30 -05:00
Chris Ostrouchov e291a32cd4
pythonPackages.imagecodecs-lite: 2019.4.20 -> 2019.12.3 2019-12-30 08:56:03 -05:00
Chris Ostrouchov 8bb4ccd1b5
pythonPackages.diskcache: refactor fix broken build 2019-12-30 08:56:03 -05:00
Chris Ostrouchov b555997f31
python3Packages.fsspec: 0.5.2 -> 0.6.2 enable tests 2019-12-30 08:56:03 -05:00
Aaron Andersen 0b960bccd7
Merge pull request #62868 from tobim/pkgs/reredirect
reredirect: init at 0.2
2019-12-30 08:29:38 -05:00
Oleksii Filonenko bf17262578
nixos/what: init 2019-12-30 13:59:52 +02:00
Oleksii Filonenko 014ffad408
what: init at 0.5.1 2019-12-30 13:40:22 +02:00
Maximilian Bosch 646c641358
Merge pull request #76578 from xwvvvvwx/wireguard-tools-1.0.20191226
wireguard-tools 1.0.20191226 / wireguard 0.0.20191226
2019-12-30 12:22:37 +01:00
Jonathan Ringer 4c28daa093 gitless: use python3 2019-12-30 09:45:37 +01:00
Vladyslav M 9ac2382e2a
ffsend: 0.2.57 -> 0.2.58 (#76675)
ffsend: 0.2.57 -> 0.2.58
2019-12-30 10:33:39 +02:00
Jan Tojnar 480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Mario Rodas e1ee43f514 pythonPackages.grpcio-tools: 1.25.0 -> 1.26.0 2019-12-29 20:08:09 -08:00
Mario Rodas d0a5c6030e grpc: 1.25.0 -> 1.26.0
Changelog: https://github.com/grpc/grpc/releases/tag/v1.26.0
2019-12-29 20:08:09 -08:00
Maximilian Bosch 975a6b7b1d mautrix-telegram: mark as broken on darwin
Tests currently fail like this:

```
/nix/store/yslk7x7iw3hka6d33kmnba9sxaia4492-python3.7-mautrix-0.4.0/lib/python3.7/site-packages/mautrix/util/manhole.py:9: in <module>
    from socket import SOL_SOCKET, SO_PEERCRED
E   ImportError: cannot import name 'SO_PEERCRED' from 'socket' (/nix/store/81qani7sdir46gjwf3a3jr2cv1aggkz1-python3-3.7.5/lib/python3.7/socket.py)
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 1.73s ===============================
```

Those values don't seem to be available on the MacOS-version of that
module. As there's no workaround implemented in the source, I assume
that upstream doesn't intend to support darwin-alike platforms atm.
2019-12-29 19:56:05 -08:00
Maximilian Bosch 95ee079ae6 mautrix-telegram: 0.6.1 -> 0.7.0
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc4
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc3
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc2
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.0-rc1
2019-12-29 19:56:05 -08:00
Maximilian Bosch 298b3fb0a5 python3Packages.mautrix: 0.3.11 -> 0.4.0
Previously known as `mautrix-appservice`. For backwards-compatibility, I
added an alias in `python-packages.nix`.

Additionally a small patch was needed which I already filed upstream[1].

Please note that the package switched from a MIT license to the Mozilla
Public License[2].

[1] https://github.com/tulir/mautrix-python/pull/13
[2] https://github.com/tulir/mautrix-python/blob/v0.4.0/LICENSE
2019-12-29 19:56:05 -08:00
Jan Tojnar ea4da9b5fa
Merge pull request #76674 from jtojnar/structured-attrs-masterable
treewide: structured-attrs fixes
2019-12-30 04:52:45 +01:00
Robin Gloster 318e1ee4ab
treewide: structured-attrs fixes 2019-12-30 04:50:38 +01:00
Robin Gloster c9c03c00de
media-player-info: fix build 2019-12-30 04:50:38 +01:00
Robin Gloster f9268589f8
treewide: structured attrs fixes 2019-12-30 04:50:38 +01:00
Robin Gloster 548aff5a49
meson: fix for structured attrs 2019-12-30 04:50:37 +01:00
Robin Gloster 0f67406076
treewide: installTargets is a list 2019-12-30 04:50:37 +01:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Robin Gloster 20b02b80aa
uwimap: fix makeFlags 2019-12-30 04:50:36 +01:00
Robin Gloster 769dfc2bea
treewide: *Flags are lists, part 2 2019-12-30 04:50:36 +01:00
Robin Gloster 9970f29513
treewide: *Flags are lists 2019-12-30 04:50:35 +01:00
B YI 1b20a627d5 clash: init at 0.16.0 (#76572) 2019-12-29 18:18:10 -08:00
Florian Klink 7ef8a85540
Merge pull request #75663 from flokli/certbot-1.0.1
certbot: 0.39.0 -> 1.0.0
2019-12-30 02:22:33 +01:00
Lily Ballard 8e1c6841af ffsend: 0.2.57 -> 0.2.58 2019-12-29 16:59:36 -08:00
Bjørn Forsman 1a9fcf4f34 gnomeExtensions.gsconnect: 27 -> 30 (#76633) 2019-12-30 01:55:14 +01:00
Maximilian Bosch 51e91f0e8b
uutils-coreutils: fix darwin build
https://hydra.nixos.org/build/108523395
2019-12-29 23:45:09 +01:00
R. RyanTM 1d2b233528 metabase: 0.33.6 -> 0.33.7.1 2019-12-29 15:49:22 -06:00
R. RyanTM 3d740ef586 verilator: 4.022 -> 4.024 2019-12-29 15:48:39 -06:00
Daniël de Kok a8686037c4 resilio-sync: 2.6.3 -> 2.6.4
This release is a hotfix for a WebUI security issue:
https://forum.resilio.com/topic/71647-latest-desktop-build-264/
2019-12-29 15:45:43 -06:00
symphorien+git@xlumurb.eu 18090331d6 monitoring plugins: fix path to sudo and mailq
this fixes check_mailq with postfix at least
2019-12-29 15:45:13 -06:00
Jan Tojnar 9a338f230e
xawtv: clean up
* Remove unnecessary linker and compiler flags
* Listify makeFlags
* Do not use DESTDIR (nasty)
* Let generic builder set --prefix configureFlag
* Install X11 app-defaults to more modern directory
* Format with nixpkgs-fmt
2019-12-29 22:19:18 +01:00