about summary refs log tree commit diff
path: root/pkgs/development/compilers/go/mailcap-1.17.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/go/mailcap-1.17.patch')
-rw-r--r--pkgs/development/compilers/go/mailcap-1.17.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/compilers/go/mailcap-1.17.patch b/pkgs/development/compilers/go/mailcap-1.17.patch
deleted file mode 100644
index 6e4302acc097..000000000000
--- a/pkgs/development/compilers/go/mailcap-1.17.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/mime/type_unix.go b/src/mime/type_unix.go
-index f954bc8a1f..06d897bfbf 100644
---- a/src/mime/type_unix.go
-+++ b/src/mime/type_unix.go
-@@ -26,6 +26,7 @@ var mimeGlobs = []string{
- 
- // Common locations for mime.types files on unix.
- var typeFiles = []string{
-+	"@mailcap@/etc/mime.types",
- 	"/etc/mime.types",
- 	"/etc/apache2/mime.types",
- 	"/etc/apache/mime.types",