Skip to content

Commit

Permalink
Try libcxxStdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuegel committed Nov 30, 2020
1 parent 992a43f commit e992a5b
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 e992a5b

Please sign in to comment.