goofys: pin to go_1_16
This commit is contained in:
parent
74e5bf97b4
commit
b50023443b
1 changed files with 3 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue