mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #172658 from tjni/fix-zsh-fzf-tab-darwin
zsh-fzf-tab: fix Darwin build
This commit is contained in:
commit
17ad98545f
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user