summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2022-05-12 00:17:53 -0500
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2022-05-12 00:17:53 -0500
commitd9163e4a030cb0f637a2b6b2b879d6f4a72b68e7 (patch)
treeeb4d38ddb7e1f0717bd9c3c7075c22b6f55febed /pkgs/shells
parent3fb4aa63b41433b0c424f65375f20ac7612580df (diff)
downloadnixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.tar
nixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.tar.gz
nixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.tar.bz2
nixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.tar.lz
nixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.tar.xz
nixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.tar.zst
nixpkgs-d9163e4a030cb0f637a2b6b2b879d6f4a72b68e7.zip
zsh-fzf-tab: fix Darwin build
Old patch for Darwin is no longer needed, since the current version
pulled in already includes it.
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-fzf-tab/darwin.patch11
-rw-r--r--pkgs/shells/zsh/zsh-fzf-tab/default.nix2
2 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/shells/zsh/zsh-fzf-tab/darwin.patch b/pkgs/shells/zsh/zsh-fzf-tab/darwin.patch
deleted file mode 100644
index 54b6ce26138..00000000000
--- a/pkgs/shells/zsh/zsh-fzf-tab/darwin.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/modules/Src/aloxaf/fzftab.c b/modules/Src/aloxaf/fzftab.c
-index 60b6330..91975d8 100644
---- a/modules/Src/aloxaf/fzftab.c
-+++ b/modules/Src/aloxaf/fzftab.c
-@@ -1,6 +1,5 @@
- #include "fzftab.mdh"
- #include "fzftab.pro"
--#include <malloc.h>
- #include <stdarg.h>
- #include <stdlib.h>
- #include <sys/stat.h>
diff --git a/pkgs/shells/zsh/zsh-fzf-tab/default.nix b/pkgs/shells/zsh/zsh-fzf-tab/default.nix
index 029950b9bee..be12ec147d5 100644
--- a/pkgs/shells/zsh/zsh-fzf-tab/default.nix
+++ b/pkgs/shells/zsh/zsh-fzf-tab/default.nix
@@ -15,8 +15,6 @@ in stdenv.mkDerivation rec {
 
   buildInputs = [ ncurses ];
 
-  patches = lib.optionals stdenv.isDarwin [ ./darwin.patch ];
-
   postConfigure = ''
     pushd modules
     ./configure --disable-gdbm --without-tcsetpgrp