mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
fpart: fts (fix w/musl)
This commit is contained in:
parent
4851555ea0
commit
5c4bebfd66
|
@ -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\"|" \
|
||||
|
|
Loading…
Reference in a new issue