mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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;
|
||||
|
||||
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).";
|
||||
|
Loading…
Reference in New Issue
Block a user