goofys: pin to go_1_16

This commit is contained in:
zowoq 2022-02-01 14:43:21 +10:00
parent 74e5bf97b4
commit b50023443b

View file

@ -6064,7 +6064,9 @@ with pkgs;
go-mtpfs = callPackage ../tools/filesystems/go-mtpfs { };
goofys = callPackage ../tools/filesystems/goofys { };
goofys = callPackage ../tools/filesystems/goofys {
buildGoModule = buildGo116Module;
};
go-sct = callPackage ../tools/X11/go-sct { };