about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/git
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-12 18:45:25 +0100
committerGitHub <noreply@github.com>2024-03-12 18:45:25 +0100
commite1439b579bd76f625e71d2f1b51081037b215fe2 (patch)
tree53fda4c4f0485f2294615e8540fb4e71d0d7fe0f /pkgs/development/compilers/llvm/git
parentf24acee681f708861f7814fd9b1be0203d987d16 (diff)
parent9b0b599be582008d1ed7b5d931da10f5e8c148c2 (diff)
downloadnixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.tar
nixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.tar.gz
nixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.tar.bz2
nixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.tar.lz
nixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.tar.xz
nixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.tar.zst
nixlib-e1439b579bd76f625e71d2f1b51081037b215fe2.zip
Merge pull request #295357 from wegank/llvm-git-cleanup
llvmPackages_git: cleanup
Diffstat (limited to 'pkgs/development/compilers/llvm/git')
-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 208df3253416..45a16b5e09eb 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