mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pkgsCross.x86_64-unknown-redox: fix evaluation of stdenv
This commit is contained in:
parent
e03cb37982
commit
1041d77cb0
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ redoxRustPlatform.buildRustPackage rec {
|
|||
description = "C Library in Rust for Redox and Linux";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.aaronjanse ];
|
||||
platforms = platforms.redox;
|
||||
platforms = platforms.redox ++ [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue