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
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; {
homepage = "https://gitlab.redox-os.org/redox-os/relibc";
description = "C Library in Rust for Redox and Linux";