libndp: fix cross compilation

main
Nick Cao 3 years ago
parent cbee9da7f8
commit dafc46b1e0
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1
  1. 4
      pkgs/development/libraries/libndp/default.nix

@ -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";

Loading…
Cancel
Save