libreswan: specify that we don't support parallel building

This commit is contained in:
Nikolay Amiantov 2016-03-02 18:36:22 +03:00
parent 23dd97ee88
commit f442830c55

View file

@ -64,6 +64,8 @@ stdenv.mkDerivation {
done
'';
enableParallelBuilding = false;
meta = {
homepage = "https://libreswan.org";
description = "A free software implementation of the VPN protocol based on IPSec and the Internet Key Exchange";