Merge branch 'master' into staging

Hydra: ?compare=1429281
This commit is contained in:
Vladimír Čunát
2018-01-27 09:14:22 +01:00
108 changed files with 9892 additions and 2428 deletions

View File

@@ -184,7 +184,7 @@ init_submodules(){
local url
# checkout each submodule
hash=$(echo "$l" | awk '{print substr($1,2)}')
hash=$(echo "$l" | awk '{print $1}' | tr -d '-')
dir=$(echo "$l" | awk '{print $2}')
name=$(
git config -f .gitmodules --get-regexp submodule\..*\.path |

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,6 @@ let
crossSystem = {
libc = "msvcrt";
platform = {};
openssl.system = "mingw64";
inherit arch;
config = "${arch}-w64-mingw32";
};