Merge pull request #77775 from dtzWill/fix/fpart-musl-fts

fpart: fts (fix w/musl)
This commit is contained in:
Bjørn Forsman
2020-01-16 13:15:03 +01:00
committed by GitHub

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\"|" \