lol

go: remove outdated seds

zowoq 6285da30 8eadecd9

-10
-5
pkgs/development/compilers/go/1.18.nix
··· 80 80 # prepend the nix path to the zoneinfo files but also leave the original value for static binaries 81 81 # that run outside a nix server 82 82 sed -i 's,\"/usr/share/zoneinfo/,"${tzdata}/share/zoneinfo/\"\,\n\t&,' src/time/zoneinfo_unix.go 83 - 84 - '' + lib.optionalString stdenv.isDarwin '' 85 - sed -i 's,strings.Contains(.*sysctl.*,true {,' src/cmd/dist/util.go 86 - 87 - sed -i 's/unrecognized/unknown/' src/cmd/link/internal/ld/lib.go 88 83 ''; 89 84 90 85 patches = [
-5
pkgs/development/compilers/go/1.19.nix
··· 80 80 # prepend the nix path to the zoneinfo files but also leave the original value for static binaries 81 81 # that run outside a nix server 82 82 sed -i 's,\"/usr/share/zoneinfo/,"${tzdata}/share/zoneinfo/\"\,\n\t&,' src/time/zoneinfo_unix.go 83 - 84 - '' + lib.optionalString stdenv.isDarwin '' 85 - sed -i 's,strings.Contains(.*sysctl.*,true {,' src/cmd/dist/util.go 86 - 87 - sed -i 's/unrecognized/unknown/' src/cmd/link/internal/ld/lib.go 88 83 ''; 89 84 90 85 patches = [