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
|
let
|
||||||
version = "1.99.13";
|
version = "1.99.13";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "inadny-${version}";
|
name = "inadyn-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "inadyn";
|
repo = "inadyn";
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
export makeFlags=prefix=$out
|
export makeFlags=prefix=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ gnutls33 ];
|
buildInputs = [ gnutls33 autoreconfHook ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user