libmd: clean up autoreconfHook usage
This commit is contained in:
parent
61caacbf47
commit
c796bfc0ba
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "121s73pgbqsnmy6xblbrkj9y44c5zzzpf2hcmh6zvcvg4dk26gzx";
|
sha256 = "121s73pgbqsnmy6xblbrkj9y44c5zzzpf2hcmh6zvcvg4dk26gzx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
# Writing the version to a .dist-version file is required for the get-version
|
# Writing the version to a .dist-version file is required for the get-version
|
||||||
# shell script because fetchgit removes the .git directory.
|
# shell script because fetchgit removes the .git directory.
|
||||||
|
@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
||||||
echo '${version}' > .dist-version;
|
echo '${version}' > .dist-version;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
autoreconfPhase = "./autogen";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.hadrons.org/software/${pname}/";
|
homepage = "https://www.hadrons.org/software/${pname}/";
|
||||||
description = "Message Digest functions from BSD systems";
|
description = "Message Digest functions from BSD systems";
|
||||||
|
|
Loading…
Reference in New Issue