Merge pull request #30150 from copumpkin/no-rpath-nonsense

Get rid of most @rpath nonsense on Darwin
This commit is contained in:
Daniel Peebles
2017-10-08 16:21:27 -04:00
committed by GitHub
23 changed files with 44 additions and 75 deletions
@@ -53,10 +53,6 @@ buildGoPackage rec {
go generate github.com/drone/drone/store/datastore/ddl
'';
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
install_name_tool -delete_rpath $out/lib -add_rpath $bin $bin/bin/drone
'';
src = fetchFromGitHub {
owner = "drone";
repo = "drone";