1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

385383 commits

Author SHA1 Message Date
Johannes Schleifenbaum b1ff292b1a
nixos/tests/jellyfin: fix type errors in test script
Co-authored-by: Minijackson <minijackson@riseup.net>
2022-06-13 21:58:48 +02:00
Daniel Olsen 1f31dbf1ec ocamlPackages.cry: 0.6.5 -> 0.6.7 2022-06-13 21:33:09 +02:00
Robert Schütz 38c776b679 stdenv/check-meta: support NIXPKGS_ALLOW_NONSOURCE=0 2022-06-13 19:08:17 +00:00
Maximilian Bosch 1e77e11827
Merge pull request #177500 from NixOS/bump-element
element-{web,desktop}: 1.10.13 -> 1.10.14
2022-06-13 20:46:10 +02:00
Kevin Cox 627f4d608b
Merge pull request #177543 from kevincox/wl
watchlog: init at 1.152.0
2022-06-13 14:40:08 -04:00
Robert Scott 18818cc1f9
Merge pull request #177550 from dotlambda/electron-source-provenance
electron: mark meta.sourceProvenance
2022-06-13 19:39:49 +01:00
Fabian Affolter 09757c2b25 haveged: 1.9.17 -> 1.9.18 2022-06-13 20:18:12 +02:00
Fabian Affolter d7fa12bd18 hash-slinger: 3.1 -> 3.2 2022-06-13 20:10:50 +02:00
Robert Schütz df9425f1b2 etcher: mark meta.sourceProvenance 2022-06-13 17:43:26 +00:00
Robert Schütz cce03bad2d signal-desktop: mark meta.sourceProvenance 2022-06-13 17:43:07 +00:00
Robert Schütz 0ca71677b4 electron: mark meta.sourceProvenance 2022-06-13 17:39:32 +00:00
Matthieu Coudron 77c7a237fa
Merge pull request #177064 from malob/add-nvim-lastplace
vimPlugins.nvim-lastplace: init at 2021-10-15
2022-06-13 19:32:28 +02:00
Matthieu Coudron e38a06b96a
Merge pull request #176375 from teto/luarocks-3.9.0 2022-06-13 19:23:45 +02:00
Fabian Affolter 6ca8a3944f checksec: 2.5.0 -> 2.6.0 2022-06-13 19:18:21 +02:00
Hugo 2c7a74c992
vimPlugins.lspcontainers: init 2022-06-13 19:01:33 +02:00
Sergei Trofimovich 3c1e24d599
Merge pull request #177095 from trofi/fix-fno-common-for-rocksndiamonds
rocksndiamonds: pull upstream fix for -fno-common toolchains
2022-06-13 16:59:14 +00:00
Bryan A. S 8722479fd4 aws-iam-authenticator: fix ldflags
- changed ldflags to reflect 4c82478b1f
2022-06-13 13:52:32 -03:00
Kevin Cox 41d033fc50
watchlog: init at 1.152.0 2022-06-13 12:43:35 -04:00
Fabian Affolter 4ecbbe3805 atomic-operator: init at 0.8.5 2022-06-13 18:28:08 +02:00
Fabian Affolter ee4b07bdd0 python310Packages.pick. init at 1.2.0 2022-06-13 18:14:41 +02:00
Fabian Affolter 9e603ba5f1 mitmproxy2swagger: init at 0.6.0 2022-06-13 17:31:30 +02:00
Fabian Affolter 64305297ad python310Packages.json-stream: init at 1.3.0 2022-06-13 17:25:39 +02:00
R. Ryantm 3cd7e5c783 python310Packages.dvclive: 0.8.2 -> 0.9.0 2022-06-13 14:58:42 +00:00
R. Ryantm 07ab3e4dc8 python310Packages.dvc-render: 0.0.5 -> 0.0.6 2022-06-13 14:54:10 +00:00
Brian Leung b8df14aec0
tests/terminal-emulators: comply with mypy typecheck
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-06-13 07:53:43 -07:00
Fabian Affolter f74debc95f dnsdist: 1.7.0 -> 1.7.1 2022-06-13 16:31:50 +02:00
Fabian Affolter 13f08d71ce
Merge pull request #177510 from r-ryantm/auto-update/python3.10-pyinsteon
python310Packages.pyinsteon: 1.1.0 -> 1.1.1
2022-06-13 16:28:42 +02:00
kilianar d22931cf05 raven-reader: 1.0.72 -> 1.0.73
https://github.com/hello-efficiency-inc/raven-reader/releases/tag/v1.0.73
2022-06-13 16:21:23 +02:00
Léo Gaspard 02cd48717d
nixos/openldap: fix systemd rejecting notification (#177084)
On one of the two machines I have running openldap, openldap failed to start due to a "timeout". Increasing the allowed startup delay didn't help.

I noticed the following in logs:
```
openldap.service: Got notification message from PID 5224, but reception only permitted for main PID 5223
```

It turns out that on this machine at least, openldap apparently sends the notification from a non-main process, which means that we need this NotifyAccess setting for systemd to record that it successfully started. Without it, after 30 seconds systemd kills the process because it didn't receive the sd_notify call.

Somehow the other machine I have on nixos running ldap works fine even without this, but I could not figure out what changes the behavior.

Given that AFAIU NotifyAccess still restricts to "from the cgroup of the service", I think this change should be safe.
2022-06-13 15:28:12 +02:00
Matthieu Coudron a1ad235743
vimUtils: deprecate configure.pathogen (#154814)
pathogen does not bring any value compared to vim native packages so
remove it to ease maintainance burden.
2022-06-13 15:25:46 +02:00
Bobby Rong 5ed2235050
Merge pull request #177148 from jlesquembre/neil-update
neil: 0.0.23 -> 0.0.31
2022-06-13 21:13:50 +08:00
Bobby Rong 4cd8f34d00
Merge pull request #176944 from oxzi/spdx-license-list-data-3.17
spdx-license-list-data: 3.16 -> 3.17
2022-06-13 21:09:55 +08:00
Minijackson e25d36346f
xdg-desktop-portal-wlr: 0.5.0 -> 0.6.0 2022-06-13 15:07:11 +02:00
Sandro Jäckel 131a40cf1b
fly: 7.7.1 -> 7.8.0, adopt 2022-06-13 14:55:39 +02:00
yangqihuang 442481052a libnfc: fix build on darwin 2022-06-13 20:35:28 +08:00
kilianar 8acd15d8bf asciinema: 2.1.0 -> 2.2.0
https://github.com/asciinema/asciinema/releases/tag/v2.2.0
2022-06-13 14:25:58 +02:00
Matthieu Coudron e1a1cfb565
vimPlugins.fzf-hoogle-vim: init at 2022-05-01 (#176722) 2022-06-13 14:12:14 +02:00
R. Ryantm 877b86fb37 python310Packages.pyinsteon: 1.1.0 -> 1.1.1 2022-06-13 12:00:52 +00:00
Jörg Thalheim 7221cae5b9
Merge pull request #175723 from aaronjheng/manul
manul: remove
2022-06-13 14:00:35 +02:00
R. RyanTM 693d5359ee
oh-my-zsh: 2022-06-06 -> 2022-06-12 (#177485) 2022-06-13 07:33:29 -04:00
R. Ryantm 3cf3911f79 python310Packages.azure-mgmt-logic: 9.0.0 -> 10.0.0 2022-06-13 11:17:57 +00:00
FliegendeWurst f5389ce140 vscodium: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst 7cb9bf19b9 yandex-browser: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst 6a0ed325e3 vivaldi: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst 746ecffade microsoft-edge: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst 51d4989cdd firefox-bin: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst 76b1ca1c35 google-chrome: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst 08947f3df6 opera: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst c08c35ced3 adoptopenjdk-bin: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
FliegendeWurst f92bbd5b0a breitbandmessung: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00