strongswan: switch to python 3
This commit is contained in:
parent
544ae96082
commit
c691baf85f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch
|
{ stdenv, fetchurl, fetchpatch
|
||||||
, pkgconfig, autoreconfHook
|
, pkgconfig, autoreconfHook
|
||||||
, gmp, python, iptables, ldns, unbound, openssl, pcsclite, glib
|
, gmp, python3, iptables, ldns, unbound, openssl, pcsclite, glib
|
||||||
, openresolv
|
, openresolv
|
||||||
, systemd, pam
|
, systemd, pam
|
||||||
, curl
|
, curl
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl gmp python ldns unbound openssl pcsclite ]
|
[ curl gmp python3 ldns unbound openssl pcsclite ]
|
||||||
++ optionals enableTNC [ trousers sqlite libxml2 ]
|
++ optionals enableTNC [ trousers sqlite libxml2 ]
|
||||||
++ optionals stdenv.isLinux [ systemd.dev pam iptables ]
|
++ optionals stdenv.isLinux [ systemd.dev pam iptables ]
|
||||||
++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ SystemConfiguration ])
|
++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ SystemConfiguration ])
|
||||||
|
Loading…
Reference in New Issue
Block a user