about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/git/default.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-12 17:18:57 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-12 17:18:57 +0100
commit9b0b599be582008d1ed7b5d931da10f5e8c148c2 (patch)
tree35abd2f03b074288da86bfdf2433181e6341abe2 /pkgs/development/compilers/llvm/git/default.nix
parent965c27d67c44da3e186f64114f736da3ea71bc54 (diff)
downloadnixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.tar
nixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.tar.gz
nixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.tar.bz2
nixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.tar.lz
nixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.tar.xz
nixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.tar.zst
nixlib-9b0b599be582008d1ed7b5d931da10f5e8c148c2.zip
llvmPackages_git: cleanup
Diffstat (limited to 'pkgs/development/compilers/llvm/git/default.nix')
-rw-r--r--pkgs/development/compilers/llvm/git/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/llvm/git/default.nix b/pkgs/development/compilers/llvm/git/default.nix
index 1efaa0402fc7..a5cdebfe089b 100644
--- a/pkgs/development/compilers/llvm/git/default.nix
+++ b/pkgs/development/compilers/llvm/git/default.nix
@@ -1,5 +1,5 @@
-{ lowPrio, newScope, pkgs, lib, stdenv, stdenvNoCC, cmake, ninja
-, gccForLibs, preLibcCrossHeaders
+{ lowPrio, newScope, pkgs, lib, stdenv, cmake, ninja
+, preLibcCrossHeaders
 , libxml2, python3, fetchFromGitHub, overrideCC, wrapCCWith, wrapBintoolsWith
 , buildLlvmTools # tools, but from the previous stage, for cross
 , targetLlvmLibraries # libraries, but from the next stage, for cross