From 8ae532aabfef284af0dbe56e37d795593357c34c Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 19 Jul 2025 17:20:06 +0300 Subject: [PATCH] triton-llvm: remove unused git dependency Only used to determine version, which doesn't work with a tarball download anyway. --- pkgs/by-name/tr/triton-llvm/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/tr/triton-llvm/package.nix b/pkgs/by-name/tr/triton-llvm/package.nix index 6b2b99aa0264..dccab097dc16 100644 --- a/pkgs/by-name/tr/triton-llvm/package.nix +++ b/pkgs/by-name/tr/triton-llvm/package.nix @@ -6,7 +6,6 @@ pkg-config, cmake, ninja, - git, libxml2, libxcrypt, libedit, @@ -90,7 +89,6 @@ stdenv.mkDerivation (finalAttrs: { pkg-config cmake ninja - git python ] ++ lib.optionals (buildDocs || buildMan) [