mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
wasilibc: fix evaluation error introduced in 9abff4af4f
This commit is contained in:
parent
9a0bd49c27
commit
fcbb4aa567
@ -10374,7 +10374,7 @@ in
|
||||
|
||||
libcCross = assert stdenv.targetPlatform != stdenv.buildPlatform; libcCrossChooser stdenv.targetPlatform.libc;
|
||||
|
||||
wasilibc = callPackages ../development/libraries/wasilibc {
|
||||
wasilibc = callPackage ../development/libraries/wasilibc {
|
||||
stdenv = crossLibcStdenv;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user