Merge pull request #73507 from asymmetric/btrbk
btrbk: add missing mbuffer dependency
This commit is contained in:
commit
793637684f
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, coreutils, bash, btrfs-progs, openssh, perl, perlPackages
|
{ stdenv, fetchurl, coreutils, bash, btrfs-progs, openssh, perl, perlPackages
|
||||||
, utillinux, asciidoc, asciidoctor, makeWrapper }:
|
, utillinux, asciidoc, asciidoctor, mbuffer, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "btrbk";
|
pname = "btrbk";
|
||||||
@ -38,15 +38,15 @@ stdenv.mkDerivation rec {
|
|||||||
preFixup = ''
|
preFixup = ''
|
||||||
wrapProgram $out/sbin/btrbk \
|
wrapProgram $out/sbin/btrbk \
|
||||||
--set PERL5LIB $PERL5LIB \
|
--set PERL5LIB $PERL5LIB \
|
||||||
--prefix PATH ':' "${stdenv.lib.makeBinPath [ btrfs-progs bash openssh ]}"
|
--prefix PATH ':' "${stdenv.lib.makeBinPath [ btrfs-progs bash mbuffer openssh ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A backup tool for btrfs subvolumes";
|
description = "A backup tool for btrfs subvolumes";
|
||||||
homepage = http://digint.ch/btrbk;
|
homepage = https://digint.ch/btrbk;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ the-kenny ];
|
maintainers = with maintainers; [ asymmetric the-kenny ];
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user