mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
btrbk: install to bin
This commit is contained in:
parent
f833dd7067
commit
fe0a15eaca
|
@ -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 ]}"
|
||||
|
|
Loading…
Reference in a new issue