rlru: bump to v0.1.9

This commit is contained in:
2026-06-12 01:08:02 -07:00
parent 7713ad07bd
commit bd6e8d4e30
2 changed files with 8 additions and 4 deletions

View File

@@ -141,7 +141,11 @@
"$out/share/applications/spotify.desktop"
'');
rlruPackages = inputs.rlru.packages.${pkgs.stdenv.hostPlatform.system};
rlruDioxusDesktopBase = rlruPackages.rlru-dioxus-desktop;
rlruDioxusDesktopBase = rlruPackages.rlru-dioxus-desktop.overrideAttrs (_: {
# Rust 1.95 can otherwise ICE/SEGV while compiling rlru's desktop dependency
# graph in release mode.
RUST_MIN_STACK = "2147483648";
});
rlruDioxusDesktop = pkgs.symlinkJoin {
name = "${rlruDioxusDesktopBase.name}-single-desktop-entry";
paths = [rlruDioxusDesktopBase];

6
nixos/flake.lock generated
View File

@@ -1932,11 +1932,11 @@
]
},
"locked": {
"lastModified": 1781223221,
"narHash": "sha256-crWnYbEtj+qblLOk0VhDBnHNsMCfnghkpvzHI2Td/aU=",
"lastModified": 1781224125,
"narHash": "sha256-m6V3BgY38G4cpAYeBx+/eFntqvxwxn3iHCm2erCuUDw=",
"owner": "rlrml",
"repo": "rlru",
"rev": "cbabd21e72b54b6d7d7d3142192d95037962cd2c",
"rev": "67164c27d9e39d2d1ac57e6a712f7b288559d976",
"type": "github"
},
"original": {