inadyn: 1.99.15 -> 2.0
This commit is contained in:
parent
fa3fb19445
commit
1234aaf47b
@ -1,23 +1,18 @@
|
|||||||
{ stdenv, fetchurl, gnutls33, autoreconfHook }:
|
{ stdenv, fetchurl, gnutls, autoreconfHook, pkgconfig, libite, libconfuse }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.99.15";
|
version = "2.0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "inadyn-${version}";
|
name = "inadyn-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/troglobit/inadyn/releases/download/${version}/inadyn-${version}.tar.xz";
|
url = "https://github.com/troglobit/inadyn/releases/download/v${version}/inadyn-${version}.tar.xz";
|
||||||
sha256 = "05f7k9wpr0fn44y0pvdrv8xyilygmq3kjhvrwlj6dgg9ackdhkmm";
|
sha256 = "16nmbxj337vkqkk6f7vx7fa8mczjv6dl3ybaxy16c23h486y0mzh";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
export makeFlags=prefix=$out
|
buildInputs = [ gnutls libite libconfuse ];
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [ gnutls33 autoreconfHook ];
|
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://inadyn.sourceforge.net/;
|
homepage = http://inadyn.sourceforge.net/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user