mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
partclone: fix build - requires automake and autoconf
This commit is contained in:
parent
e8d97ef4f5
commit
0d3db2477b
@ -1,6 +1,6 @@
|
||||
{stdenv, fetchFromGitHub
|
||||
, pkgconfig, libuuid
|
||||
, e2fsprogs
|
||||
, e2fsprogs, automake, autoconf
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "partclone-stable";
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "0q3brjmnldpr89nhbiajxg3gncz0nagc34n7q2723lpz7bn28w3z";
|
||||
};
|
||||
|
||||
buildInputs = [e2fsprogs pkgconfig libuuid];
|
||||
buildInputs = [e2fsprogs pkgconfig libuuid automake autoconf];
|
||||
|
||||
installPhase = ''make INSTPREFIX=$out install'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user