all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob a5dc0c8cfaa2cb5f06c0a6a9fbd1df29b978117f 703 bytes (raw)
name: gnu/packages/patches/cf-tool-add-languages.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
Add newer language options.

diff --git a/client/langs.go b/tmp/langs.go
index b09c69f..0695958 100644
--- a/client/langs.go
+++ b/tmp/langs.go
@@ -9,6 +9,7 @@ var Langs = map[string]string{
 	"42": "GNU G++11 5.1.0",
 	"50": "GNU G++14 6.4.0",
 	"54": "GNU G++17 7.3.0",
+	"89": "GNU G++20 13.2 (64 bit, winlibs)",
 	"2":  "Microsoft Visual C++ 2010",
 	"59": "Microsoft Visual C++ 2017",
 	"9":  "C# Mono 5.18",
@@ -60,6 +61,7 @@ var LangsExt = map[string]string{
 	"GNU C++11":             "cpp",
 	"GNU C++14":             "cpp",
 	"GNU C++17":             "cpp",
+	"GNU G++20":             "cpp",
 	"MS C++":                "cpp",
 	"MS C++ 2017":           "cpp",
 	"Mono C#":               "cs",

debug log:

solving a5dc0c8cfa ...
found a5dc0c8cfa in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.