summary refs log tree commit diff
path: root/pkgs/tools/networking/strongswan
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-09-17 22:07:58 -0400
committerShea Levy <shea@shealevy.com>2014-09-17 22:08:18 -0400
commita70ecf479798b07ebfc120edc83392a9e93d4de5 (patch)
treec9cd500acf4b1bac71de431c34e292efaffce46c /pkgs/tools/networking/strongswan
parent55d5747a9021b8d0965263707b141321475e56a3 (diff)
downloadnixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.tar
nixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.tar.gz
nixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.tar.bz2
nixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.tar.lz
nixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.tar.xz
nixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.tar.zst
nixlib-a70ecf479798b07ebfc120edc83392a9e93d4de5.zip
strongswan: build with clang
Fixes https://lists.strongswan.org/pipermail/users/2014-September/006597.html
Diffstat (limited to 'pkgs/tools/networking/strongswan')
-rw-r--r--pkgs/tools/networking/strongswan/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/strongswan/default.nix b/pkgs/tools/networking/strongswan/default.nix
index 01b96e2ab4a0..0187f2ba5167 100644
--- a/pkgs/tools/networking/strongswan/default.nix
+++ b/pkgs/tools/networking/strongswan/default.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
     description = "OpenSource IPsec-based VPN Solution";
     homepage = https://www.strongswan.org;
     license = stdenv.lib.licenses.gpl2Plus;
+    inherit (stdenv.gcc.clang.meta) platforms;
   };
 }