btrbk: clean up build inputs
This commit is contained in:
parent
759e66f63d
commit
d031891c6b
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, coreutils, bash, btrfs-progs, openssh, perl, perlPackages
|
{ stdenv, fetchurl, coreutils, bash, btrfs-progs, openssh, perl, perlPackages
|
||||||
, utillinux, asciidoc-full, makeWrapper }:
|
, utillinux, asciidoc, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "btrbk-${version}";
|
name = "btrbk-${version}";
|
||||||
@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "04ahfm52vcf1w0c2km0wdgj2jpffp45bpawczmygcg8fdcm021lp";
|
sha256 = "04ahfm52vcf1w0c2km0wdgj2jpffp45bpawczmygcg8fdcm021lp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with perlPackages; [ asciidoc-full makeWrapper perl DateCalc ];
|
nativeBuildInputs = [ asciidoc makeWrapper ];
|
||||||
|
|
||||||
|
buildInputs = with perlPackages; [ perl DateCalc ];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
for f in $(find . -name Makefile); do
|
for f in $(find . -name Makefile); do
|
||||||
|
@ -886,7 +886,9 @@ with pkgs;
|
|||||||
|
|
||||||
btrfs-dedupe = callPackage ../tools/filesystems/btrfs-dedupe/default.nix {};
|
btrfs-dedupe = callPackage ../tools/filesystems/btrfs-dedupe/default.nix {};
|
||||||
|
|
||||||
btrbk = callPackage ../tools/backup/btrbk { };
|
btrbk = callPackage ../tools/backup/btrbk {
|
||||||
|
asciidoc = asciidoc-full;
|
||||||
|
};
|
||||||
|
|
||||||
buildtorrent = callPackage ../tools/misc/buildtorrent { };
|
buildtorrent = callPackage ../tools/misc/buildtorrent { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user