buildGoPackage: enable strictDeps

In order to improve cross-compilation let's enable strictDeps
and fix what breaks.
This commit is contained in:
Jörg Thalheim 2020-03-17 16:21:19 +00:00
parent c4ecf64b3a
commit ff2ea911b3
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -214,6 +214,8 @@ let
find $bin/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
'';
strictDeps = true;
shellHook = ''
d=$(mktemp -d "--suffix=-$name")
'' + toString (map (dep: ''