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
commit acca4bcbe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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