mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
shellHook = ''
|
||||
d=$(mktemp -d "--suffix=-$name")
|
||||
'' + toString (map (dep: ''
|
||||
|
Loading…
Reference in New Issue
Block a user