Skip to content

Commit

Permalink
Try libcxxStdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Jan 26, 2021
1 parent 503d32f commit 6b5301a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/llvm-backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
}:

let inherit (nix-gitignore) gitignoreSourcePure; in
let inherit (llvmPackages) stdenv llvm; in
let inherit (llvmPackages) llvm; in
let stdenv = llvmPackages.libcxxStdenv; in

let
pname = "llvm-backend";
Expand Down

0 comments on commit 6b5301a

Please sign in to comment.