Skip to content

Commit

Permalink
Revert "llvm-backend: Use libcxxStdenv"
Browse files Browse the repository at this point in the history
This reverts commit 62f88d9.
  • Loading branch information
ttuegel committed Jan 26, 2021
1 parent 9583279 commit f7267db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/llvm-backend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
}:

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

let
pname = "llvm-backend";
Expand Down

0 comments on commit f7267db

Please sign in to comment.