neovim: don't link with libutil on Darwin
This commit is contained in:
parent
2b71fdbbc3
commit
8f663ee0fb
@ -93,6 +93,7 @@ let
|
|||||||
|
|
||||||
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
|
preConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
export DYLD_LIBRARY_PATH=${jemalloc}/lib
|
export DYLD_LIBRARY_PATH=${jemalloc}/lib
|
||||||
|
substituteInPlace src/nvim/CMakeLists.txt --replace " util" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user