neovim: don't link with libutil on Darwin
This commit is contained in:
@@ -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 ''
|
||||||
|
|||||||
Reference in New Issue
Block a user