Commit 35fd4065 authored by figsoda's avatar figsoda Committed by Yt
Browse files

relibc: fix build

parent 929a328d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ 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";