goofys: add stdenv arg

+1
+1
pkgs/tools/filesystems/goofys/default.nix
··· 1 { lib 2 , buildGoModule 3 , fetchFromGitHub 4 }:
··· 1 { lib 2 + , stdenv 3 , buildGoModule 4 , fetchFromGitHub 5 }: