mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
strongSwan needs python for building (Closes #4940)
This commit is contained in:
parent
8a6914e659
commit
4f9111e91f
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, gmp, pkgconfig }:
|
||||
{ stdenv, fetchurl, gmp, pkgconfig, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "strongswan-5.2.1";
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dontPatchELF = true;
|
||||
|
||||
buildInputs = [ gmp pkgconfig ];
|
||||
buildInputs = [ gmp pkgconfig python ];
|
||||
|
||||
configureFlags = [ "--enable-swanctl" "--enable-cmd" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user