fpart: fts (fix w/musl)

This commit is contained in:
Will Dietz
2020-01-15 08:11:33 -06:00
parent 4851555ea0
commit 5c4bebfd66

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, autoreconfHook }:
{ stdenv, fetchFromGitHub, autoreconfHook, fts }:
stdenv.mkDerivation rec {
pname = "fpart";
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ fts ];
postInstall = ''
sed "s|^FPART_BIN=.*|FPART_BIN=\"$out/bin/fpart\"|" \