Commit Graph

1058993 Commits

Author SHA1 Message Date
Nick Cao
589f35a6f7 cel-go: 0.30.0 -> 0.31.0 (#550783) 2026-08-10 22:29:25 +00:00
Nick Cao
32b499c004 vscode-extensions.coder.coder-remote: 1.15.2 -> 1.16.0 (#550889) 2026-08-10 22:28:23 +00:00
Sandro
56305a03ef nixos/zsh: add package option (#548936) 2026-08-10 22:28:16 +00:00
Nick Cao
3f6c9013c8 couchbase-shell: 1.3.0 -> 1.4.0 (#550887) 2026-08-10 22:28:08 +00:00
Michael Daniels
d09d53e1c5 .github/dependabot.yml: run on .github/actions/*/* too
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2026-08-10 18:27:39 -04:00
Zexin Yuan
769423c000 tigervnc: unbreak the darwin build
Two darwin packaging bugs prevented the macOS viewer from installing:

1. The postPatch appends `mv "$APPROOT" "$SRCDIR/"` to release/makemacapp.in,
   but the script ends with `exit`, which fires an EXIT trap that `rm -rf`s
   the temp dir. The appended move was unreachable dead code after `exit`, so
   the freshly built `TigerVNC.app` was deleted before it could be staged.
   Extend the gawk filter to also drop the trailing `exit` so the move runs.

2. postInstall looked for `TigerVNC Viewer ${version}.app`, but upstream's
   APPROOT is `TigerVNC.app`. Update the move and the wrapper's `open` path.

Now that FLTK installs a usable CMake config on darwin (previous commit),
these two fixes let tigervnc configure, build, and install the viewer .app
end-to-end, so drop `broken = stdenv.hostPlatform.isDarwin`.

Assisted-by: Claude-Code:GLM-5.2
2026-08-11 00:26:35 +02:00
Nick Cao
1641aef6ba rain-bittorrent: 2.3.1 -> 2.4.0 (#550877) 2026-08-10 22:26:26 +00:00
Zexin Yuan
68c8896c0c fltk_1_3: install CMake config to standard location on darwin
Upstream hard-codes the CMake package config install path to
`FLTK.framework/Resources/CMake` on Apple (CMake/setup.cmake), but we build
FLTK as plain shared dylibs, so no framework target is ever created. That
path then becomes an empty `FLTK.framework/` directory holding only the
CMake config files -- no Mach-O binary, no `Headers/`.

Downstream `find_package(FLTK)` (module mode) resolves the main FLTK
library to that bare directory, and the linker fails with
`file cannot be mmap()ed, errno=22`, which surfaces in consumers such as
tigervnc as a misleading "Incompatible version of FLTK".

Install the package config to the standard `lib/cmake/FLTK` location
instead, which also lets config-mode `find_package(FLTK)` work, and drop
the now-unnecessary move of the (no longer created) framework stub.

Assisted-by: Claude-Code:GLM-5.2

f
2026-08-11 00:26:23 +02:00
Nick Cao
907a00d67d tree-sitter-grammars.tree-sitter-sshclientconfig: 2026.7.30 -> 2026.8.6 (#550872) 2026-08-10 22:25:54 +00:00
sophiebsw
3ab69ab334 discord: use buildFHSEnv to fix krisp
use buildFHSEnv for linking instead of patchelf. this ensures that krisp
will load properly (NixOS#195512) and avoids violating Discord's ToS.

creates a new wrapper.nix file to hold variables shared across platforms (e.g.
stageModules, disableBreakingUpdates, passthru). when called with
useFHSEnv = false, this will callPackage either linux.nix or darwin.nix
as appropriate

when called with useFHSEnv = true on linux (the default), it will
instead output a derivation built using buildFHSEnv, that exposes the
inner linux.nix package as an overrideable attribute

with both approaches, the underlying mkDerivation is overridable using
the "unwrapped" package argument, and exposed through
passthru.unwrapped

useFHSEnv defaults to *and is asserted to be* false on darwin, due to a
lack of the buildFHSEnv utility

additionally contains some general formatting cleanup and
standardization of arguments across files
2026-08-10 15:25:19 -07:00
Nick Cao
204bd246cd python3Packages.session-info2: 0.4.1 -> 0.4.2 (#550961) 2026-08-10 22:25:10 +00:00
h7x4
9814b4130f sessiond: 0.1.1 -> 0.2.0 (#550522) 2026-08-10 22:25:09 +00:00
Nick Cao
bd7690efe7 browsers: 0.7.3 -> 0.7.4 (#550956) 2026-08-10 22:24:36 +00:00
Nick Cao
9c4af25fa5 apko: 1.2.30 -> 1.2.35 (#550951) 2026-08-10 22:24:03 +00:00
Nick Cao
34236c6b9e airwindows: 0-unstable-2026-07-19 -> 0-unstable-2026-08-02 (#550936) 2026-08-10 22:23:29 +00:00
Sandro
c145c25da1 iproute2: modernize (#530539) 2026-08-10 22:23:14 +00:00
Nick Cao
9dec676033 diesel-cli: 2.3.11 -> 2.3.12 (#550932) 2026-08-10 22:23:13 +00:00
Sandro
8ef55bdf49 duperemove: modernize (#529955) 2026-08-10 22:22:41 +00:00
Nick Cao
9db3e51dc7 pykickstart: 3.76 -> 3.77 (#550913) 2026-08-10 22:22:38 +00:00
Nick Cao
265b7e2dbb buildpack: 0.40.8 -> 0.40.9 (#550908) 2026-08-10 22:22:06 +00:00
Nick Cao
356451e6ff python3Packages.genai-prices: 0.1.0 -> 0.1.1 (#550903) 2026-08-10 22:21:45 +00:00
Sandro
f289823a72 practrand: init at 0.96 (#544318) 2026-08-10 22:21:38 +00:00
Nick Cao
bcaa269bb6 linuxPackages.hid-tmff2: 0.83-unstable-2026-03-10 -> 0.83-unstable-2026-08-09 (#550995) 2026-08-10 22:20:54 +00:00
Nick Cao
82bfdfee3d vscode-extensions.ms-windows-ai-studio.windows-ai-studio: 1.6.6 -> 1.6.7 (#550985) 2026-08-10 22:19:51 +00:00
Nick Cao
401a6aeeba ansible-doctor: 8.3.3 -> 8.4.0 (#550981) 2026-08-10 22:19:26 +00:00
Nick Cao
47251e3387 alpaca: 9.2.4 -> 9.2.5 (#550967) 2026-08-10 22:18:34 +00:00
Nick Cao
6491e84e1d python3Packages.pysmb: 1.2.14 -> 1.2.15 (#550664) 2026-08-10 22:14:54 +00:00
Nick Cao
db110e55cb libretro.genesis-plus-gx: 0-unstable-2026-07-27 -> 0-unstable-2026-08-07 (#550643) 2026-08-10 22:13:04 +00:00
Nick Cao
ca85246ed2 melonds: 1.1-unstable-2026-07-29 -> 1.1-unstable-2026-07-31 (#550641) 2026-08-10 22:12:32 +00:00
R. Ryantm
4a0a69de74 python3Packages.ngff-zarr: 0.41.0 -> 0.41.1 2026-08-10 22:12:11 +00:00
Vincent Laporte
53a14cec89 buildDunePackage: use final version in name 2026-08-11 00:12:02 +02:00
Nick Cao
b2248ae4fb python3Packages.rstcheck: 6.2.5 -> 6.3.0 (#550638) 2026-08-10 22:11:43 +00:00
Nick Cao
1fef14b03b python3Packages.tomlrt: 2.2.0 -> 2.2.1 (#550718) 2026-08-10 22:10:21 +00:00
Nick Cao
965bc61724 python3Packages.qbittorrent-api: 2026.7.0 -> 2026.8.0 (#550689) 2026-08-10 22:09:04 +00:00
Nick Cao
c86f8f16a3 ananicy-rules-cachyos: 0-unstable-2026-07-29 -> 0-unstable-2026-08-05 (#550687) 2026-08-10 22:07:43 +00:00
Nick Cao
16a9a9390d grafanaPlugins.grafana-googlesheets-datasource: 2.5.1 -> 2.6.1 (#550686) 2026-08-10 22:07:13 +00:00
Nick Cao
7a65e6e5df syncpack: 15.3.2 -> 15.3.3 (#550781) 2026-08-10 22:06:24 +00:00
R. Ryantm
b947f58894 gittype: 0.10.1 -> 0.10.2 2026-08-10 22:02:05 +00:00
Sandro
748cba8d97 nordic: Revert removal and remove GTK2 (#548486) 2026-08-10 21:59:21 +00:00
Sandro
a0b22562be nixos/transmission: wait for network-online.target (#549589) 2026-08-10 21:57:34 +00:00
Yohann Boniface
e3156f5512 libcanberra-gtk2: drop (#551245) 2026-08-10 21:57:14 +00:00
nixpkgs-ci[bot]
f77a11c334 mongodb-compass: 1.49.12 -> 1.49.14 (#551079) 2026-08-10 21:53:25 +00:00
Sandro
abb0058686 Slint viewer: Fix macos build, compile with gettext feature (#541996) 2026-08-10 21:51:12 +00:00
Jamie Magee
bb739a9e9a home-assistant: update component packages 2026-08-10 14:48:40 -07:00
Sandro
d2453734d3 codex-relay: init at 0.5.6 (#537700) 2026-08-10 21:48:35 +00:00
Peder Bergebakken Sundt
5149be1d0b vale: 3.17.0 -> 3.17.1 (#551211) 2026-08-10 21:48:23 +00:00
Justin !
0e8b08dada mtail: 3.4.6 -> 3.4.7 2026-08-10 17:48:12 -04:00
Jamie Magee
a3f698cc58 python3Packages.google-health-api: init at 0.8.0 2026-08-10 14:47:07 -07:00
Martin Weinelt
fcc4e01303 python3Packages.pybraendstofpriser: init at 2.2.0 (#551272) 2026-08-10 21:47:03 +00:00
darkyzhou
3c949f1bb1 python3Packages.selenium: disable test_errors_if_not_file on loongarch64-linux
Selenium Manager does not ship a binary for linux/loongarch64, causing
test_errors_if_not_file to fail with "Unsupported platform/architecture
combination: linux/loongarch64" instead of the expected "Unable to obtain
working Selenium Manager binary". This is the same issue already worked
around for aarch64-linux.
2026-08-10 23:44:57 +02:00