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