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