fix tarball job

This commit is contained in:
Domen Kožar 2014-11-26 21:04:59 +01:00
parent 412a2e21fb
commit f45b6fb078

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
description = "OpenSource IPsec-based VPN Solution";
homepage = https://www.strongswan.org;
license = stdenv.lib.licenses.gpl2Plus;
inherit (stdenv.gcc.gcc.meta) platforms;
platforms = stdenv.lib.platforms.all;
};
}