buildGoPackage: enable strictDeps
In order to improve cross-compilation let's enable strictDeps and fix what breaks.
This commit is contained in:
@@ -214,6 +214,8 @@ let
|
|||||||
find $bin/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
|
find $bin/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
d=$(mktemp -d "--suffix=-$name")
|
d=$(mktemp -d "--suffix=-$name")
|
||||||
'' + toString (map (dep: ''
|
'' + toString (map (dep: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user