system -> stdenv

This commit is contained in:
mjallen18
2026-04-05 13:53:49 -05:00
parent 37b0c50821
commit 14477a8d85

View File

@@ -15,7 +15,7 @@
makeDesktopItem,
copyDesktopItems,
namespace,
system,
stdenv,
pkgs,
}:
let
@@ -27,6 +27,8 @@ let
sources = mkAllSources pkgs selected;
# cargoHash is stored alongside the source in version.json so the TUI can update it
cargoHash = selected.sources.librepods.cargoHash;
system = stdenv.hostPlatform.system;
in
rustPlatform.buildRustPackage rec {
pname = "librepods";