forked from mirrors/nixpkgs
inadyn: fix build and typo in name
/cc maintainer @viric.
This commit is contained in:
parent
3c09ff6d15
commit
6bc372af69
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchFromGitHub, gnutls33 }:
|
||||
{ stdenv, fetchFromGitHub, gnutls33, autoreconfHook }:
|
||||
|
||||
let
|
||||
version = "1.99.13";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "inadny-${version}";
|
||||
name = "inadyn-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "inadyn";
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||
export makeFlags=prefix=$out
|
||||
'';
|
||||
|
||||
buildInputs = [ gnutls33 ];
|
||||
buildInputs = [ gnutls33 autoreconfHook ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||
|
||||
|
|
Loading…
Reference in a new issue