Skip to content

Commit

Permalink
buildGoModule: remove strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jun 22, 2020
1 parent 210d7a1 commit 13c15f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/go-modules/generic/old.nix
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ let
find $out/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
'';

strictDeps = true;

disallowedReferences = lib.optional (!allowGoReference) go;

passthru = passthru // { inherit go go-modules modSha256; };
Expand Down

0 comments on commit 13c15f2

Please sign in to comment.