Commit Graph
407144 Commits
Author SHA1 Message Date
Christian KöglerandGitHub 5dc5111205 Merge pull request #188903 from r-ryantm/auto-update/speechd
speechd: 0.11.1 -> 0.11.2
2022-09-04 12:51:53 +02:00
Christian KöglerandGitHub 701a80a88f Merge pull request #189343 from r-ryantm/auto-update/libjaylink
libjaylink: 0.3.0 -> 0.3.1
2022-09-04 12:51:15 +02:00
Christian KöglerandGitHub acaf1f0e53 Merge pull request #189410 from r-ryantm/auto-update/arkade
arkade: 0.8.38 -> 0.8.39
2022-09-04 12:50:57 +02:00
Christian KöglerandGitHub 8edb96b411 Merge pull request #189426 from kilianar/cadical-1.5.0
cadical: 1.4.1 -> 1.5.0
2022-09-04 12:49:36 +02:00
Christian KöglerandGitHub aef532e1c1 Merge pull request #189610 from sersorrel/xivlauncher-6.2.44
xivlauncher: 1.0.0.9 -> 1.0.1.0
2022-09-04 12:48:22 +02:00
SandroandGitHub 5b29c01b98 Merge pull request #188549 from panicgh/cppreference 2022-09-04 12:43:58 +02:00
victor 899bb87298 vscode-extensions.catppuccin.catppuccin-vsc: init at 2.1.0 2022-09-04 12:41:16 +02:00
Jonas HeinrichandGitHub 3b3a01e3f9 Merge pull request #188785 from jbedo/last
last: 1406 -> 1409
2022-09-04 12:40:30 +02:00
Sandro Jäckel 36fea681b3 wezterm: 20220807-113146-c2fee766 -> 20220903-194523-3bb1ed61 2022-09-04 12:38:50 +02:00
Nick Cao cb46b008b6 python3Packages.cryptg: init at 0.3.1 2022-09-04 18:35:28 +08:00
Nick Cao 0ddc9fa309 python3Packages.mautrix: 0.17.3 -> 0.17.8 2022-09-04 18:35:28 +08:00
Daniel Nagy f4e5b50fe2 chocolateDoom: build man pages
Closes #189632
2022-09-04 12:25:23 +02:00
Martin WeineltandGitHub e6a9583fb1 Merge pull request #189681 from felixsinger/update/mumble 2022-09-04 12:18:57 +02:00
Vincent Laporte f17ee04608 ocamlPackages.index: 1.6.0 → 1.6.1 2022-09-04 12:16:56 +02:00
SandroandGitHub 8e4ec09365 Merge pull request #187023 from panicgh/dataexplorer 2022-09-04 12:01:50 +02:00
Stanisław PituchaandGitHub 0a0c6bc9c9 Merge pull request #189682 from viraptor/vapoursynth-darwin-fail
vapoursynth: comment with darwin fix attempt
2022-09-04 19:51:42 +10:00
Nicolas Benes db48e5175f cppreference-doc: init at 2022.07.30 2022-09-04 11:49:06 +02:00
R. Ryantm e718634805 freeipmi: 1.6.9 -> 1.6.10 2022-09-04 09:37:42 +00:00
R. Ryantm 786bf7b78b fcitx5-configtool: 5.0.14 -> 5.0.15 2022-09-04 09:24:24 +00:00
R. Ryantm f4a7022c85 libsForQt5.fcitx5-qt: 5.0.14 -> 5.0.15 2022-09-04 09:22:36 +00:00
R. Ryantm ba843121ab fcitx5-lua: 5.0.9 -> 5.0.10 2022-09-04 09:18:39 +00:00
bb2020andAlyssa Ross ccd367ae4f nixos/minidlna: fix tests 2022-09-04 09:07:40 +00:00
bb2020andAlyssa Ross ce609256fb nixos/minidlna: update documentation 2022-09-04 09:07:40 +00:00
Alyssa Ross 88441f3e44 unstableGitUpdater: fix inaccurate comments
It used to use src.url, but when that was changed the comments weren't
updated.

Fixes: 7aae279ad9 ("unstableGitUpdater: fix updating fetchzip-based sources")
2022-09-04 08:59:51 +00:00
SandroandGitHub b727af8064 Merge pull request #188352 from tjni/sundials-stackprotector
sundials: reenable stackprotector on aarch64-darwin
2022-09-04 10:58:59 +02:00
SandroandGitHub 3d1fe8482b Merge pull request #188346 from tjni/arpack-stackprotector
arpack: reenable stackprotector on aarch64-darwin
2022-09-04 10:58:37 +02:00
SandroandGitHub fb4f8d1367 Merge pull request #186929 from tjni/aarch64-qt4
qt4: add aarch64-darwin to list of bad platforms
2022-09-04 10:54:55 +02:00
Nicolas Benes 16013ac6c4 dataexplorer: init at 3.6.2 2022-09-04 10:53:16 +02:00
R. Ryantm 6afae5ac62 diesel-cli: 1.4.1 -> 2.0.0 2022-09-04 08:51:39 +00:00
Jonas HeinrichandGitHub dd288c494b Merge pull request #188691 from r-ryantm/auto-update/kuma-cp
kuma-cp: 1.7.1 -> 1.8.0
2022-09-04 10:49:40 +02:00
Alyssa Ross 16591184b4 nixos/no-x-libs: remove X libs from ffmpeg
Prior to this change, ffmpeg couldn't be built for an
environment.noXlibs system, because it would fail in:

	ffmpeg → SDL2 → libdecor

ffmpeg certainly does not need support for SDL2 windowing on a noXlibs
system.

This fix is important because the minidlna NixOS test, which uses the
minimal profile (and therefore environment.noXlibs) and ffmpeg, can't
currently build.
2022-09-04 08:44:19 +00:00
Alyssa Ross 46b6619cb3 nixos/no-x-libs: use libva-minimal
The primary difference between the standard and minimal variants of
this package is that all the X libraries are removed from the minimal
variant.

I had to switch the order of the definitions in all-packages.nix to
avoid an infinite recursion after the overlay was applied.
2022-09-04 08:44:19 +00:00
Alyssa Ross 97a8e05ae5 nixos/no-x-libs: realphabetize
This list was very nearly alphabetized, so let's restore the order
before it gets out of hand.
2022-09-04 08:44:19 +00:00
Alias Gram 415cf5edad obs-hyperion: init at 1.0.1 2022-09-04 10:35:49 +02:00
Bobby RongandGitHub 0c504281d6 Merge pull request #189641 from newAM/saleae-logic-2
saleae-logic-2: 2.3.58 -> 2.3.59
2022-09-04 16:34:01 +08:00
Bobby RongandGitHub 50b4b91087 Merge pull request #189596 from wineee/pineapple-pictures
pineapple-pictures: 0.6.2 - 0.6.3
2022-09-04 16:17:25 +08:00
kraem 34bfe4fe1f wofi-emoji: fix postPatch 2022-09-04 10:17:16 +02:00
R. Ryantm af36eb86c5 cimg: 3.1.4 -> 3.1.6 2022-09-04 08:09:33 +00:00
Jonas HeinrichandGitHub 0d955e08d3 Merge pull request #188848 from r-ryantm/auto-update/flycast
flycast: 1.3 -> 2.0
2022-09-04 10:02:21 +02:00
R. Ryantm 4689d513de baresip: 2.6.0 -> 2.7.0 2022-09-04 05:25:36 +00:00
github-actions[bot]andzowoq 5b02da2735 terraform-providers: update 2022-09-04 2022-09-04 14:56:49 +10:00
Stanisław PituchaandStanisław Pitucha 28f79f415c vapoursynth: comment with darwin fix attempt 2022-09-04 14:30:48 +10:00
Felix Singer 40f7da2e5e mumble,murmur: 1.4.231 -> 1.4.274
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-09-04 06:29:14 +02:00
R. Ryantm be86afa5ec python310Packages.versioneer: 0.24 -> 0.25 2022-09-04 03:30:28 +00:00
Aaron AndersenandRaito Bezarius c2563fe476 nixos/dolibarr: init
Co-authored: Ryan Lahfa <masterancpp@gmail.com>
2022-09-04 05:28:22 +02:00
Aaron AndersenandRaito Bezarius ac52fbb3ba dolibarr: init at 15.0.3 2022-09-04 05:28:22 +02:00
R. Ryantm 0af80a7995 python310Packages.types-redis: 4.3.19 -> 4.3.20 2022-09-04 03:15:38 +00:00
R. Ryantm 6f17598c50 python310Packages.trimesh: 3.13.5 -> 3.14.1 2022-09-04 03:08:44 +00:00
Bobby RongandGitHub 187f55926c Merge pull request #189430 from r-ryantm/auto-update/cbmc
cbmc: 5.64.0 -> 5.65.0
2022-09-04 10:19:33 +08:00
Jacob BirkettandGitHub 30cd71f1c9 swaylock-effects: add meta.mainProgram 2022-09-04 10:04:35 +08:00