buildGoPackage: enable strictDeps
In order to improve cross-compilation let's enable strictDeps and fix what breaks.
This commit is contained in:
parent
c4ecf64b3a
commit
ff2ea911b3
@ -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: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user