pkgsCross.x86_64-unknown-redox: fix evaluation of stdenv
This commit is contained in:
parent
e03cb37982
commit
1041d77cb0
@ -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 New Issue
Block a user