diff options
author | Peder Bergebakken Sundt | 2023-11-30 01:29:57 +0100 |
---|---|---|
committer | Peder Bergebakken Sundt | 2024-04-24 15:26:52 +0200 |
commit | 90622c10bd12fc55c17b528ff4e2394a701aa8a3 (patch) | |
tree | 2cd2bf87460fa3fc40a6581a5772c63c548e5dd7 /nixos/doc/manual | |
parent | eb02e003b067a1a5fe0ef0450745bb959c81ddb6 (diff) |
appimageTools.wrapAppImage: passthru pname and version
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2405.section.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md index 0fd44f067331..aafc1cd53616 100644 --- a/nixos/doc/manual/release-notes/rl-2405.section.md +++ b/nixos/doc/manual/release-notes/rl-2405.section.md @@ -208,6 +208,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m - `cudaPackages.autoFixElfFiles` has been deprecated for `pkgs.autoFixElfFiles`. Functionality has not changed, but the setuphook has been renamed and moved to the top-level package scope. +- `appimageTools.wrapAppImage` now create the binary at `$out/bin/${pname}` rather than `$out/bin/${pname}-${version}`, which will break downstream workarounds. + - `pdns` was updated to version [v4.9.x](https://doc.powerdns.com/authoritative/changelog/4.9.html), which introduces breaking changes. Check out the [Upgrade Notes](https://doc.powerdns.com/authoritative/upgrading.html#to-4-9-0) for details. - `unrar` was updated to v7. See [changelog](https://www.rarlab.com/unrar7notes.htm) for more information. |