about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-27 01:16:56 -0500
committerGitHub <noreply@github.com>2022-06-27 01:16:56 -0500
commit7532aada735e3388132f1352934fe7a32499b770 (patch)
treedd57b404057df243640e26d8241c9fea854b4058 /pkgs
parent98cbd4f83e1ffcc2422b7730e81bce016dc91bf3 (diff)
parentaf1f9a541336210cb2e829cc6e7d11700eac7b65 (diff)
Merge pull request #179275 from penglei/master
tig: fix segmentation on aarch64-darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index e9bb998b036a8..3d393bba993c0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -30256,7 +30256,9 @@ with pkgs;
     inherit (darwin.apple_sdk.frameworks) Security;
   };
 
-  tig = callPackage ../applications/version-management/git-and-tools/tig { };
+  tig = callPackage ../applications/version-management/git-and-tools/tig {
+    readline = readline81;
+  };
 
   tilemaker = callPackage ../applications/misc/tilemaker { };