mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
relibc: fix build
This commit is contained in:
parent
929a328dd9
commit
35fd406515
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user