Commit graph

473962 commits

Author SHA1 Message Date
Alyssa Ross 3a776e1e30 nixosTests.cage: fix OCR properly
The underlying problem with OCR in this test has been that the only
font installed was DejaVu Sans, a proportional font, which xterm would
try to render as monospace.  This produced very broken looking text,
which the OCR understandably had trouble with.  With an actual
monospace font installed, there are no more problems and we don't need
the hacks.
2023-04-14 22:32:26 +00:00
Robert Scott 639d4f1721
Merge pull request #225669 from r-ryantm/auto-update/python310Packages.nibabel
python310Packages.nibabel: 5.0.1 -> 5.1.0
2023-04-14 23:08:59 +01:00
Sandro b75e0f61cf
Merge pull request #221775 from illustris/lightgbm-gpu 2023-04-15 00:03:39 +02:00
happysalada 944a4d5aa0 qdrant: 1.1.0 -> 1.1.1 2023-04-14 17:52:21 -04:00
Sergei Trofimovich ae7a853801
Merge pull request #225156 from yvt/patch/fuse-7z-ng-meta-homepage
fuse-7z-ng: set `meta.homepage`
2023-04-14 22:45:55 +01:00
Artturi b9f6082ee1
Merge pull request #224901 from amjoseph-nixpkgs/pr/girara/fix-cross 2023-04-15 00:04:39 +03:00
Thiago Kenji Okada e58bfe9ba8
Merge pull request #224551 from yamashitax/elasticsearch-kuromoji
elasticsearchPlugins: add analysis-kuromoji plugin
2023-04-14 21:23:46 +01:00
Matthieu Coudron 351cec5db3
use subcommands in plugin updaters (#223164)
* update.py: introduce subparsers for plugin updaters

This is preliminary work to help create more powerful plugin updaters.
Namely I would like to be able to "just add" plugins without refreshing
the older ones (helpful when github temporarily removes a user from
github due to automated bot detection).

Also concerning the lua updater, we pin some of the dependencies, and I
would like to be able to unpin the package without editing the csv
(coming in later PRs).

* doc/updaters: update command to update editor plugins

including vim, kakoune and lua packages

Co-authored-by: figsoda
2023-04-14 22:02:17 +02:00
Artturi 1cb472891d
Merge pull request #223455 from lorenz/fix-udisks-crash 2023-04-14 22:40:44 +03:00
Weijia Wang 4f399bd5c4
Merge pull request #226182 from wegank/qt6-qtwebengine-refactor
qt6.qtwebengine: separate linux-only parts
2023-04-14 22:12:37 +03:00
Adam Joseph 9600a18dc2 girara: fix cross compilation 2023-04-14 22:11:57 +03:00
Weijia Wang ffde63de3b
Merge pull request #226033 from wegank/qt6-qtbase-path
qt6: avoid building under /tmp on darwin
2023-04-14 21:56:14 +03:00
Weijia Wang 168daae2fe
Merge pull request #226176 from malob/update-signalbackup-tools
signalbackup-tools: 20230413 -> 20230414
2023-04-14 21:54:39 +03:00
Weijia Wang 75f03610ba qt6.qtwebengine: separate linux-only parts 2023-04-14 21:34:17 +03:00
Weijia Wang bd8c68fdec qt6: avoid building under /tmp on darwin 2023-04-14 21:11:09 +03:00
Ben Siraphob b9096bf89f
Merge pull request #226178 from siraben/fq-update 2023-04-14 13:09:54 -05:00
Weijia Wang ddd8604a3b moveBuildTree: init 2023-04-14 21:08:27 +03:00
Weijia Wang 5de5912954
Merge pull request #226018 from NickCao/qt6-rework
qt6: rework packaging of qt modules (part 2)
2023-04-14 21:05:55 +03:00
Ben Siraphob 4c5fa94f8a
fq: 0.4.0 -> 0.5.0 2023-04-14 13:01:14 -05:00
Doron Behar ed0f456752
Merge pull request #226175 from doronbehar/pkg/gqrx
gqrx: 2.15.9 -> 2.15.10
2023-04-14 10:50:46 -07:00
Thiago Kenji Okada 3742f7b1a3
Merge pull request #226096 from PedroHLC/zen-kernels-6.2.11
zen-kernels: {6.2.9-zen1,6.2.10-lqx1} -> {6.2.11-zen1,6.2.11-lqx3}
2023-04-14 18:43:20 +01:00
Malo Bourgon 78cdc66d62 signalbackup-tools: 20230413 -> 20230414
Diff: 20230413...20230414
2023-04-14 10:18:02 -07:00
Sandro 882a83a355
Merge pull request #224487 from dani0854/init/doas-sudo-shim 2023-04-14 19:14:24 +02:00
figsoda 9e960aabc6
Merge pull request #226171 from anoadragon453/patch-1 2023-04-14 13:06:08 -04:00
Doron Behar dcc87a8f7b
Merge pull request #225415 from doronbehar/pkg/ps2eps
ps2eps: init at 1.70
2023-04-14 09:46:01 -07:00
Doron Behar ab6c85f31c gqrx: 2.15.9 -> 2.15.10
Diff: https://github.com/gqrx-sdr/gqrx/compare/v2.15.9...v2.15.10
2023-04-14 19:29:02 +03:00
Andrew Morgan a95ed9fe76
Fix a small typo in the manual
environements -> environments
2023-04-14 17:11:13 +01:00
Benjamin Lee 2ba48cc8de nim: propagate Security framework to all nim packages on darwin
Many nim packages regressed on darwin after 31254120db, which upgrade nim to 1.6.12. The cause of the breakage is that the nim standard library was changed to link against the Security framework when using the system rng on darwin. Notably not *all* nim packages were broken by this, since packages that don't use this part of the standard library don't need the framework to build.

This commit adds the Security framework to the depsTargetTargetPropagated for the compiler wrapper, since the standard library isn't fully functional without it.
2023-04-14 16:04:31 +00:00
Weijia Wang d0748d83a5
Merge pull request #226164 from wegank/dolphin-emu-darwin
dolphin-emu: add more frameworks
2023-04-14 19:03:58 +03:00
figsoda 0dc5c26384
Merge pull request #226041 from figsoda/pods 2023-04-14 12:03:46 -04:00
Sergei Trofimovich ae49482415
Merge pull request #226114 from trofi/lzwolf-fix-for-SDL2_net
lzwolf: fix build on SDL2_net-2.2
2023-04-14 16:42:06 +01:00
Silvan Mosberger 83c76b9237
Merge pull request #226057 from tweag/fix-function-location-revision
doc: Fix the function locations always pointing to master
2023-04-14 17:17:46 +02:00
Weijia Wang 9bdc744841 dolphin-emu: add more frameworks 2023-04-14 18:02:18 +03:00
figsoda eccf02f84c
Merge pull request #226040 from figsoda/artem 2023-04-14 10:52:55 -04:00
figsoda 338a2289df
Merge pull request #226037 from figsoda/git-dive 2023-04-14 10:50:41 -04:00
figsoda 10a29e158d
Merge pull request #226103 from r-ryantm/auto-update/oxker
oxker: 0.2.5 -> 0.3.0
2023-04-14 10:23:52 -04:00
figsoda a867f8958e
Merge pull request #226152 from caarlos0/goreleaser-up
goreleaser: 1.17.0 -> 1.17.1
2023-04-14 10:22:42 -04:00
figsoda 4efeb3e407
Merge pull request #226136 from Ruixi-rebirth/go-musicfox
go-musicfox: 4.0.1 -> 4.0.2
2023-04-14 10:20:49 -04:00
Niols b959eb07f5 ocamlPackages.morbig: take OCaml dependencies individually 2023-04-14 16:05:51 +02:00
Carlos A Becker f9b6077157
goreleaser: 1.17.0 -> 1.17.1
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-04-14 13:37:05 +00:00
Aidan Gauland 0135b7a556 nixos/peroxide: correct option doc
Correct the description for the option services.peroxide.enable.
2023-04-14 14:47:55 +02:00
Martin Weinelt bdb59943ac
Merge pull request #225226 from quentinmit/w1thermsensor
python3.pkgs.w1thermsensor: init at 2.0.0
2023-04-14 14:47:08 +02:00
Bobby Rong 6a3f91e944
Merge pull request #226140 from SubhrajyotiSen/update-maestro
maestro: 1.26.0 -> 1.26.1
2023-04-14 20:29:24 +08:00
Martin Weinelt 5fa70d22e7
Merge pull request #226020 from raboof/pythonocc-core-skip-bulk-update
python3Packages.pythonocc-core: skip bulk update
2023-04-14 14:27:18 +02:00
Bobby Rong 1c9c16f3be
Merge pull request #226135 from Ruixi-rebirth/chatgpt-cli
chatgpt-cli: 1.1 -> 1.1.1
2023-04-14 20:21:23 +08:00
Bobby Rong 7d6b09292d
Merge pull request #225754 from markbeep/ramfetch
ramfetch: 1.1.0 -> 1.1.0a
2023-04-14 20:15:15 +08:00
Arnout Engelen 53b43eacde
python3Packages.pythonocc-core: skip bulk update
Because it'll fail anyway, since it has to be updated
in tandem with `opencascade-occt`

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-04-14 14:13:52 +02:00
Martin Weinelt ecb664996b
Merge pull request #226084 from NixOS/home-assistant
home-assistant: 2023.4.3 -> 2023.4.4
2023-04-14 14:13:16 +02:00
Vincenzo Mantova a58da07fc6
texlive: accept gracefully packages without pname or version (#226070) 2023-04-14 08:03:35 -04:00
Martin Weinelt d415283314
python310Packages.homeassistant-stubs: 2023.4.2 -> 2023.4.4
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.4.4
2023-04-14 13:47:04 +02:00