system -> stdenv
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user