neovim: remove removeReferencesTo
reverts 9305ed35ec
After the merge of #359098 this workarround for ca-derivations
isn't needed anymore.
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
removeReferencesTo,
|
||||
cmake,
|
||||
gettext,
|
||||
msgpack-c,
|
||||
@@ -163,7 +162,6 @@ stdenv.mkDerivation (
|
||||
cmake
|
||||
gettext
|
||||
pkg-config
|
||||
removeReferencesTo
|
||||
];
|
||||
|
||||
# extra programs test via `make functionaltest`
|
||||
@@ -189,9 +187,6 @@ stdenv.mkDerivation (
|
||||
sed -i src/nvim/po/CMakeLists.txt \
|
||||
-e "s|\$<TARGET_FILE:nvim|\${stdenv.hostPlatform.emulator buildPackages} &|g"
|
||||
'';
|
||||
postInstall = ''
|
||||
find "$out" -type f -exec remove-references-to -t ${stdenv.cc} '{}' +
|
||||
'';
|
||||
# check that the above patching actually works
|
||||
outputChecks =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user