Merge pull request #34396 from Moredread/fix/btrbk

Fixes #34290
This commit is contained in:
Franz Pletz
2018-01-29 22:06:29 +00:00
committed by GitHub

View File

@@ -29,9 +29,7 @@ stdenv.mkDerivation rec {
--replace '$btrbk' 'btrbk'
'';
fixupPhase = ''
patchShebangs $out/
preFixup = ''
wrapProgram $out/sbin/btrbk \
--set PERL5LIB $PERL5LIB \
--prefix PATH ':' "${stdenv.lib.makeBinPath [ btrfs-progs bash openssh ]}"