relibc: fix build

This commit is contained in:
figsoda 2023-04-13 11:59:08 -04:00 committed by Yt
parent 929a328dd9
commit 35fd406515

View file

@ -1,4 +1,4 @@
{ lib, stdenvNoCC, buildPackages, makeRustPlatform }: { lib, stdenvNoCC, buildPackages }:
let let
rpath = lib.makeLibraryPath [ rpath = lib.makeLibraryPath [
@ -73,6 +73,9 @@ redoxRustPlatform.buildRustPackage rec {
}; };
}; };
# error: Usage of `RUSTC_WORKSPACE_WRAPPER` requires `-Z unstable-options`
auditable = false;
meta = with lib; { meta = with lib; {
homepage = "https://gitlab.redox-os.org/redox-os/relibc"; homepage = "https://gitlab.redox-os.org/redox-os/relibc";
description = "C Library in Rust for Redox and Linux"; description = "C Library in Rust for Redox and Linux";