platinum-searcher: remove fixup for cycle

no longer necessary
This commit is contained in:
Matthew Bauer 2019-04-22 22:51:05 -04:00
parent b1de8cf480
commit 9c662b149c

@ -16,11 +16,6 @@ buildGoPackage rec {
goDeps = ./deps.nix;
preFixup = stdenv.lib.optionalString stdenv.isDarwin ''
# fixes cycle between $out and $bin
install_name_tool -delete_rpath $out/lib $bin/bin/pt
'';
meta = with stdenv.lib; {
homepage = https://github.com/monochromegane/the_platinum_searcher;
description = "A code search tool similar to ack and the_silver_searcher(ag).";