Commit Graph

342919 Commits

Author SHA1 Message Date
Jan Tojnar
7ad378b30d gnome.eog: fix build 2022-01-02 17:07:08 +01:00
Jan Tojnar
50dd556b4f gcolor3: fix build 2022-01-02 17:01:47 +01:00
Jan Tojnar
d8ce0727e4 shortwave: mark as broken
Crashes at runtime:

(de.haeckerfelix.Shortwave:347903): Gtk-ERROR **: 00:33:56.355: failed to add UI from resource /de/haeckerfelix/Shortwave/gtk/featured_carousel.ui: .:12:50 Invalid property: AdwCarousel.animation_duration
2022-01-02 00:36:50 +01:00
Jan Tojnar
b39268ac53 kooha: fix pkg-config finding libadwaita
meson.build:17:0: ERROR: Invalid version of dependency, need 'libadwaita-1' ['>= 1.0.0-alpha.1'] found '1.0.0'.
2022-01-02 00:22:02 +01:00
Jan Tojnar
d6c2e0eedc ashpd-demo: mark as broken 2022-01-02 00:22:02 +01:00
Jan Tojnar
09e03d0544 gnome.gnome-todo: 41.0 → unstable-2022-01-01
https://gitlab.gnome.org/GNOME/gnome-todo/-/compare/41.0...4a6be8c38510d909a9f94ec34c4da1f31ac9f1ab
2022-01-02 00:22:02 +01:00
Jan Tojnar
5038552e28 libportal: 0.4 → 0.5
https://github.com/flatpak/libportal/releases/tag/0.5
2022-01-02 00:22:02 +01:00
Jan Tojnar
7edebd90e8 libadwaita: 1.0.0.alpha.4 → 1.0.0
https://blogs.gnome.org/alexm/2021/12/31/libadwaita-1-0/
8896cb224e
2022-01-01 23:07:53 +01:00
Jan Tojnar
133b9618f8 gtk3: 3.24.30 → 3.24.31
https://gitlab.gnome.org/GNOME/gtk/-/blob/3.24.31/NEWS#L1-71
2022-01-01 23:07:53 +01:00
Jan Tojnar
78ef5c72c2 gtk4: 4.4.1 → 4.6.0
https://gitlab.gnome.org/GNOME/gtk/-/blob/4.6.0/NEWS#L1-248
2022-01-01 23:07:52 +01:00
Jan Tojnar
62e6374d5e pango: 1.50.0 → 1.50.3
https://gitlab.gnome.org/GNOME/pango/-/blob/1.50.3/NEWS#L1-21
2021-12-31 17:33:46 +01:00
github-actions[bot]
77da198145
Merge master into staging-next 2021-12-31 12:01:24 +00:00
Fabian Affolter
3f1e5d05de
Merge pull request #152797 from fabaff/bump-hahomematic
python3Packages.hahomematic: 0.7.0 -> 0.9.0
2021-12-31 13:01:16 +01:00
Fabian Affolter
e68ba8623c
Merge pull request #152841 from r-ryantm/auto-update/python3.8-pyenvisalink
python38Packages.pyenvisalink: 4.1 -> 4.2
2021-12-31 13:01:03 +01:00
Fabian Affolter
23720b5478
Merge pull request #152849 from r-ryantm/auto-update/python3.8-deemix
python38Packages.deemix: 3.6.3 -> 3.6.4
2021-12-31 13:00:13 +01:00
Fabian Affolter
3c2aa63bbe
Merge pull request #152857 from r-ryantm/auto-update/goaccess
goaccess: 1.5.3 -> 1.5.4
2021-12-31 12:59:50 +01:00
Michael Weiss
9cfd3f1230
Merge pull request #152908 from primeos/chromiumBeta
chromiumBeta: 97.0.4692.56 -> 97.0.4692.71
2021-12-31 12:41:01 +01:00
Michael Weiss
12330ebd29
Merge pull request #152678 from primeos/mesa
mesa: 21.3.2 -> 21.3.3
2021-12-31 11:49:43 +01:00
Michael Weiss
7f3d3af98d
chromiumBeta: 97.0.4692.56 -> 97.0.4692.71 2021-12-31 11:47:39 +01:00
zowoq
fe92c39ced terraform-providers: updates 2021-12-31 20:24:09 +10:00
sternenseemann
710699449a nixos/doc: document documentation.man changes in 22.05 rel notes 2021-12-31 11:17:34 +01:00
sternenseemann
adfbfc0397 nixos/mandoc: add package option 2021-12-31 11:17:34 +01:00
sternenseemann
4942248a40 nixos/man-db: add package option 2021-12-31 11:17:34 +01:00
sternenseemann
d110798747 nixos/tests/man: test common functionality of both man impls 2021-12-31 11:17:34 +01:00
sternenseemann
f4f7238860 nixos/mandoc: init
Adds a NixOS module which allows using mandoc as the main manual
viewer. It can be used as a drop-in replacement for documentation.man
which relies on GNU's man-db and provides more or less the same
features.

The generateCaches option requires a different implementation for
mandoc, so it is hard to share code between the two modules -- hence it
has been implemented separately. Using both at the same time makes
little sense and wouldn't quite work, so there's an assertion to
prevent it.

To make makewhatis(8) index manual pages which are symlinks to the nix
store, we need to set READ_ALLOWED_PATH to include
`builtins.storeDir`. For background and discussion see:
https://inbox.vuxu.org/mandoc-tech/c9932669-e9d4-1454-8708-7c8e36967e8e@systemli.org/T/
2021-12-31 11:17:34 +01:00
sternenseemann
bcc4c34640 nixos/documentation: properly reference apropos(1), mention man -k
man -k is useful to mention as it is -- in constrast to apropos(1) --
actually required by POSIX.
2021-12-31 11:17:34 +01:00
sternenseemann
6a3d020b90 nixos/documentation: move man-db-specifics into new man-db module
It may be possible to revert the move of `documentation.man.manualPages`
later. The problem is that other man implementations (mandoc) want to
generate their index databases in place, so the approach taken here
doesn't translate super well.
2021-12-31 11:17:34 +01:00
R. Ryantm
c3f8722baa leftwm: 0.2.9 -> 0.2.10 2021-12-31 02:06:39 -08:00
R. Ryantm
8b0995f4fc delve: 1.7.3 -> 1.8.0 2021-12-31 02:06:22 -08:00
R. Ryantm
c2c4b01778 esbuild: 0.14.2 -> 0.14.8 2021-12-31 02:06:13 -08:00
R. Ryantm
c218eff811 python38Packages.xattr: 0.9.8 -> 0.9.9 2021-12-31 02:05:58 -08:00
Mario Rodas
ccf454849d entt: add platforms 2021-12-31 02:05:42 -08:00
R. Ryantm
79cba6165c entt: 3.8.1 -> 3.9.0 2021-12-31 02:05:42 -08:00
R. Ryantm
cdc10fa6f2 tilt: 0.23.3 -> 0.23.4 2021-12-31 02:05:17 -08:00
R. Ryantm
bd7b03d5de featherpad: 1.0.1 -> 1.1.0 2021-12-31 02:04:18 -08:00
Gabriel Ebner
5fcfc1d34a
Merge pull request #152605 from j0hax/speedcrunch-fixups
Speedcrunch fixups
2021-12-31 10:36:06 +01:00
Johannes Arnold
e3d982dfee speedcrunch: 0.12.0 -> unstable-2021-10-09 2021-12-31 10:04:07 +01:00
Bobby Rong
0d9c34ee3f
Merge pull request #152332 from ymarkus/bookstack
bookstack: 21.10.3 -> 21.12
2021-12-31 16:56:08 +08:00
Bobby Rong
a9010c9b9f
Merge pull request #152717 from r-ryantm/auto-update/goreleaser
goreleaser: 1.1.0 -> 1.2.2
2021-12-31 16:49:52 +08:00
Bobby Rong
5d2770ad43
Merge pull request #152891 from r-ryantm/auto-update/fasm
fasm: 1.73.28 -> 1.73.29
2021-12-31 16:42:53 +08:00
Bobby Rong
34aa3f0e74
Merge pull request #152896 from numinit/update-nebula
nebula: 1.4.0 -> 1.5.2
2021-12-31 16:38:12 +08:00
Morgan Jones
4c90e2dcfc nebula: 1.4.0 -> 1.5.2 2021-12-31 01:00:15 -07:00
Bobby Rong
d6a518a3de
Merge pull request #152888 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.35.2 -> 0.35.5
2021-12-31 15:44:26 +08:00
Bobby Rong
264acc3d55
Merge pull request #152889 from r-ryantm/auto-update/cascadia-code
cascadia-code: 2110.31 -> 2111.01
2021-12-31 15:37:06 +08:00
Jörg Thalheim
755ae8c78a
Merge pull request #152883 from r-ryantm/auto-update/gcompris
gcompris: 1.1 -> 2.0
2021-12-31 07:34:43 +00:00
R. Ryantm
2a9ebe61ef fasm: 1.73.28 -> 1.73.29 2021-12-31 07:28:37 +00:00
Jörg Thalheim
9a1a10b64f
Merge pull request #152886 from mnacamura/plenary-nvim-curl
vimPlugins.plenary-nvim: fix curl command path
2021-12-31 07:09:48 +00:00
Jörg Thalheim
34b52fa33e
Merge pull request #152875 from r-ryantm/auto-update/gopls
gopls: 0.7.3 -> 0.7.4
2021-12-31 07:09:15 +00:00
R. Ryantm
8dd9fabf0d cascadia-code: 2110.31 -> 2111.01 2021-12-31 07:00:30 +00:00
R. Ryantm
ec1b4a780d sarasa-gothic: 0.35.2 -> 0.35.5 2021-12-31 06:42:17 +00:00