Merge pull request #29578 from jfroche/upgrade-openfortivpn
openfortivpn: 1.2.0 -> 1.5.0
This commit is contained in:
commit
daf833316a
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, openssl, ppp }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, openssl, ppp, pkgconfig }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let repo = "openfortivpn";
|
let repo = "openfortivpn";
|
||||||
version = "1.2.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "${repo}-${version}";
|
name = "${repo}-${version}";
|
||||||
@ -12,10 +12,10 @@ in stdenv.mkDerivation {
|
|||||||
owner = "adrienverge";
|
owner = "adrienverge";
|
||||||
inherit repo;
|
inherit repo;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a1l9f6zivfyxg9g2x7kzkvcyh84s7l6v0kimihhrd19zl0m41jn";
|
sha256 = "0fm0z73afghwmbshpsn5jfbyyfzz1v8s7scwycnvsk2cgv5f4r86";
|
||||||
};
|
};
|
||||||
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ openssl ppp autoreconfHook ];
|
buildInputs = [ openssl ppp ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-function";
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-function";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user