Merge pull request #150834 from NickCao/libndp

libndp: fix cross compilation
This commit is contained in:
Bobby Rong
2021-12-18 19:47:31 +08:00
committed by GitHub
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl }:
{ lib, stdenv, fetchurl, autoreconfHook }:
stdenv.mkDerivation rec {
pname = "libndp";
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-iP+2buLrUn8Ub1wC9cy8OLqX0rDVfrRr+6SIghqwwCs=";
};
nativeBuildInputs = [ autoreconfHook ];
meta = with lib; {
homepage = "http://libndp.org/";
description = "Library for Neighbor Discovery Protocol";