forked from mirrors/nixpkgs
Merge pull request #199525 from symphorien/duply-path
duply: fix ftp usage
This commit is contained in:
commit
e94abaf9c2
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
mkdir -p "$out/bin"
|
||||
mkdir -p "$out/share/man/man1"
|
||||
install -vD duply "$out/bin"
|
||||
wrapProgram "$out/bin/duply" --set PATH \
|
||||
wrapProgram "$out/bin/duply" --prefix PATH : \
|
||||
${lib.makeBinPath [ coreutils python3 duplicity gawk gnupg bash gnugrep txt2man which ]}
|
||||
"$out/bin/duply" txt2man > "$out/share/man/man1/duply.1"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue