relibc: fix build

authored by

figsoda and committed by
Yt
35fd4065 929a328d

+4 -1
+4 -1
pkgs/development/libraries/relibc/default.nix
··· 1 - { lib, stdenvNoCC, buildPackages, makeRustPlatform }: 2 3 let 4 rpath = lib.makeLibraryPath [ ··· 72 "redox_syscall-0.2.0" = "sha256-nwbJBrhuc01fPbBgd5ShboNu0Nauqp2UjkA+sm9oCeE="; 73 }; 74 }; 75 76 meta = with lib; { 77 homepage = "https://gitlab.redox-os.org/redox-os/relibc";
··· 1 + { lib, stdenvNoCC, buildPackages }: 2 3 let 4 rpath = lib.makeLibraryPath [ ··· 72 "redox_syscall-0.2.0" = "sha256-nwbJBrhuc01fPbBgd5ShboNu0Nauqp2UjkA+sm9oCeE="; 73 }; 74 }; 75 + 76 + # error: Usage of `RUSTC_WORKSPACE_WRAPPER` requires `-Z unstable-options` 77 + auditable = false; 78 79 meta = with lib; { 80 homepage = "https://gitlab.redox-os.org/redox-os/relibc";