fix tarball job
This commit is contained in:
parent
412a2e21fb
commit
f45b6fb078
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "OpenSource IPsec-based VPN Solution";
|
description = "OpenSource IPsec-based VPN Solution";
|
||||||
homepage = https://www.strongswan.org;
|
homepage = https://www.strongswan.org;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
inherit (stdenv.gcc.gcc.meta) platforms;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue