mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
libmd: clean up autoreconfHook usage
This commit is contained in:
parent
61caacbf47
commit
c796bfc0ba
1 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "121s73pgbqsnmy6xblbrkj9y44c5zzzpf2hcmh6zvcvg4dk26gzx";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
# Writing the version to a .dist-version file is required for the get-version
|
||||
# shell script because fetchgit removes the .git directory.
|
||||
|
@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
|||
echo '${version}' > .dist-version;
|
||||
'';
|
||||
|
||||
autoreconfPhase = "./autogen";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://www.hadrons.org/software/${pname}/";
|
||||
description = "Message Digest functions from BSD systems";
|
||||
|
|
Loading…
Reference in a new issue