Commit Graph
329035 Commits
Author SHA1 Message Date
Robert Helgesson 550dab224a bash-preexec: fix build with Bats 1.5.0 2021-11-02 00:07:22 +01:00
Bernardo MeurerandGitHub 1d6e94d02f Merge pull request #141884 from onsails/tabnine
tabnine: support aarch64-darwin
2021-11-01 16:01:55 -07:00
Sandro Jäckel 2947d1b208 python39Packages.google-cloud-logging: fix build 2021-11-02 00:00:54 +01:00
Sandro Jäckel 3002559e35 zoxide: 0.7.8 -> 0.7.9 2021-11-01 23:59:04 +01:00
Sandro Jäckel 5550ba6d67 python39Packages.google-cloud-error-reporting: 1.3.0 -> 1.4.0 2021-11-01 23:59:01 +01:00
SandroandGitHub c6615cc23d Merge pull request #142244 from r-ryantm/auto-update/python38Packages.google-cloud-appengine-logging 2021-11-01 23:58:46 +01:00
ayazhafiz 7bc749e064 maintainers: add ayazhafiz to entry-points-txt, headerparser, wheel-filename, wheel-inspect 2021-11-01 18:58:24 -04:00
ayazhafiz c6e744c9f2 maintainers: add ayazhafiz 2021-11-01 18:58:24 -04:00
ayazhafiz 5ce67c6a9b wheel-inspect: init at 1.7.0
wheel-inspect has a dependency on readme_renderer~=24.0.0, but the
version of readme_renderer in nixpkgs is at major 29 (currently). To
deal with this, we build a readme_renderer version at 24 inline with
the wheel-inspect derivation.
2021-11-01 18:58:24 -04:00
ayazhafiz a5fbf1487a entry-points-txt: init at 0.1.0 2021-11-01 18:58:24 -04:00
ayazhafiz 97452c285c headerparser: init at 0.4.0 2021-11-01 18:58:23 -04:00
ayazhafiz f5014e47fe wheel-filename: init at 1.3.0 2021-11-01 18:58:23 -04:00
SandroandGitHub c3051ea7c2 Merge pull request #144024 from SuperSandro2000/fix-plasma-users 2021-11-01 23:56:12 +01:00
YurekaandRobert Helgesson 670af1fba8 hd-idle: package rewrite
Someone ported the original hd-idle to Golang and is maintaining it.
This replaces the hd-idle package with the actively maintained Golang
port. I assume nobody will need unmaintained original version since
the Golang port can do everything the original version can do.
2021-11-01 23:55:57 +01:00
bf873fbb2f fclones: 0.17.0 -> 0.17.1 (#144150)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 23:48:59 +01:00
Martino Fontana 7aa9d2843d pcsx2: unstable-2020-11-13 -> unstable-2021-10-28 2021-11-01 23:40:05 +01:00
Andrey Kuznetsov 86c83e8cf6 tabnine: 3.6.8 -> 3.7.25 2021-11-02 02:34:39 +04:00
Niklas HambüchenandKerstin 29f4f7110c nixos/smokeping: Add nh2 to maintainers 2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 4aeabbee61 nixos/rl-2111: Document smokeping service updates 2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin c7ed7466c3 nixos/smokeping: Don't listen on all interfaces by default.
In general, NixOS services are configured such that by default
they are not exposed to the Internet for security, see #100192.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin bb2a6ec751 nixos/smokeping: Use requiredBy instead of wantedBy.
This makes switch-configuration fail if something is wrong with it,
which is desired especially for NixOps deployments.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 123171b557 nixos/smokeping: Remove partOf to ensure restarts work.
Details on https://github.com/NixOS/nixops/issues/1063#issuecomment-453253666.

`partOf` makes that if `smokeping.service` is stopped, `thttpd.service` will
be stopped as well.
(But not that `thttpd` will be started when `smokeping` is started).

Once `thttpd.service` is stopped that way, `Restart = always` will not apply.

When the smokeping config options are changed, NixOS's `switch-configuration.pl`
will stop `smokeping` (whit shuts down thttpd due to `partOf`), and then restart
smokeping; but this does not start thttpd.
As a result, thttpd will be off after changing the config, which isn't desired.

This commit fixes it by removing the `partOf`, which makes `Restart` work
as expected.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 17e4387b38 nixos/smokeping: Make default imgUrl relative.
This avoids a common problem:

Until now, port forwarding to multiple hosts running smokeping did not work;
they all show the data of the first smokeping instance.
That ws because the image URLs generated by smokeping are absolute
(`imgurl` setting).
Consequently, if you ran
  ssh node-1 -L 8081:localhost:8081
  ssh node-2 -L 8081:localhost:8082
  ssh node-3 -L 8081:localhost:8083
and try to open http://localhost:8081, http://localhost:8082 and
http://localhost:8083, they all would show the images of node-1!

Using a relative `imgurl` fixes that.
As per smokeping docs on `imgurl`:

> Either an absolute URL to the `imgcache` directory or one relative to the
> directory where you keep the SmokePing cgi.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 2760695df0 nixos/smokeping: Add host option.
Allows setting smokeping to not listen on the public Internet.
2021-11-01 23:20:40 +01:00
Niklas HambüchenandKerstin 0a2103547f nixos/smokeping: Remove bash wrapper, refactor.
The bash wrapper process served no purpose, and systemd directly controlling the
processes is more reliable / more responsive to systemctl commands.
2021-11-01 23:20:40 +01:00
Michael RaskinandGitHub f0f12b2ad0 Merge pull request #143160 from thblt/amc
auto-multiple-choice: init at 1.5.1
2021-11-01 22:20:27 +00:00
SandroandGitHub 3c691c350f Merge pull request #143967 from cpcloud/remove-abseil-cxx-standard-flag
abseil-cpp: remove cxx standard flag
2021-11-01 23:03:19 +01:00
Thomas fbab2e0927 opencv{3,4}: move cudatoolkit to propagatedBuildInputs 2021-11-01 16:34:18 -05:00
SandroandGitHub 31ed7e2c53 Merge pull request #144152 from aanderse/kodi.packages.jellyfin 2021-11-01 22:18:22 +01:00
SandroandGitHub 572b0c3f23 Merge pull request #143457 from ck3d/pinentry-1.2.0 2021-11-01 22:18:08 +01:00
Christian Kögler f3b984bae5 nerd-font-patcher: init at 2.1.0 2021-11-01 22:11:22 +01:00
Maciej KrügerandGitHub 355010ed9e Merge pull request #144139 from jojosch/dbeaver-21.2.4 2021-11-01 22:05:43 +01:00
Fabian AffolterandGitHub bdfe7f369b Merge pull request #144151 from r-ryantm/auto-update/python38Packages.pex
python38Packages.pex: 2.1.53 -> 2.1.54
2021-11-01 21:58:10 +01:00
Sandro Jäckel e884e2840e tdesktop: fix build 2021-11-01 21:49:45 +01:00
Sandro Jäckel 76079c145b fcitx5-mozc: fix build 2021-11-01 21:39:41 +01:00
SandroandGitHub fd70eae72f Merge pull request #144031 from CajuM/pyclip 2021-11-01 21:37:23 +01:00
polykernel cd6397519f lib/lists: mutuallyExclusive function optimization
The current implementation of `mutuallyExclusive` builds a new list with
length subtracted by one on every recursive call which is expensive. When
b is empty, the function still traverses a in its entirety before returning
a result.

The new implementation uses `any` to check if each element of list b is in
list a using `elem`. This maintains short circuiting when list a or b is empty
and has a worst case time complexity of O(nm).
2021-11-01 16:29:01 -04:00
SandroandGitHub 18b9519c0a Merge pull request #144144 from fortuneteller2k/river 2021-11-01 21:27:34 +01:00
fortuneteller2k 65590d546c river: 2021-09-30 -> 2021-11-01 2021-11-02 10:01:27 +08:00
6204fa6c7a spike: move test to installCheck phase (#143832)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:26:38 +01:00
Aaron AndersenandGitHub a325e50cff Merge pull request #143706 from aanderse/zabbix
zabbix: package updates
2021-11-01 16:25:21 -04:00
Aaron Andersen 121dfb7a5a kodi.packages.jellyfin: 0.7.4 -> 0.7.7 2021-11-01 16:24:13 -04:00
R. RyantmandJonathan Ringer bf2f82a437 python38Packages.azure-mgmt-eventhub: 9.1.0 -> 10.0.0 2021-11-01 13:22:29 -07:00
6751e7428f whalebird: init at 4.4.5 (#142885)
* whalebird: init at 4.4.5

* Update pkgs/applications/misc/whalebird/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:17:46 +01:00
markuskowaandGitHub dd49b2dbf0 Merge pull request #143279 from r-ryantm/auto-update/vdr
vdr: 2.4.7 -> 2.5.6
2021-11-01 21:17:14 +01:00
78dd8567c1 threema-desktop: init at 1.0.3 (#143194)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:16:52 +01:00
f538c07f2e datefudge: work correctly even if GNU date is not in PATH (#94045)
* datefudge: work correctly even if GNU date is not in PATH

Examples in manual assumes advanced features from date(1) like "last
Friday", which only available in GNU coreutils version of date(1)
utility. Without this patch, most examples from datefudge(1) manual will
fail in busybox environment, which is confusing.

* Apply suggestions from code review

* Update pkgs/tools/system/datefudge/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:15:50 +01:00
markuskowaandGitHub 6834ca6639 Merge pull request #143421 from ck3d/fix-neovim-EDITOR
nixos/neovim: Respect option defaultEditor
2021-11-01 21:14:04 +01:00
SandroandGitHub 107b7f5d39 Merge pull request #144059 from r-burns/xdis-uncompyle6
python3Packages.{xdis,uncompyle6}: bump to latest to support python 3.8.12
2021-11-01 21:12:22 +01:00
SandroandGitHub b07533d824 Merge pull request #144146 from jraygauthier/jrg/nxpmicro-mfgtools-up-to-1-4-165 2021-11-01 21:11:55 +01:00