Merge pull request #39339 from jluttine/fix-diskrsync-argv0

diskrsync: fix argv0
This commit is contained in:
Jörg Thalheim 2018-04-22 23:25:29 +01:00 committed by GitHub
commit f2129ae7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ buildGoPackage rec {
buildInputs = [ makeWrapper ];
preFixup = ''
wrapProgram "$bin/bin/diskrsync" --prefix PATH : ${openssh}/bin
wrapProgram "$bin/bin/diskrsync" --argv0 diskrsync --prefix PATH : ${openssh}/bin
'';
meta = with stdenv.lib; {