platinum-searcher: remove fixup for cycle
no longer necessary
This commit is contained in:
parent
b1de8cf480
commit
9c662b149c
@ -16,11 +16,6 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
goDeps = ./deps.nix;
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/monochromegane/the_platinum_searcher;
|
homepage = https://github.com/monochromegane/the_platinum_searcher;
|
||||||
description = "A code search tool similar to ack and the_silver_searcher(ag).";
|
description = "A code search tool similar to ack and the_silver_searcher(ag).";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user