diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 06:08:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 06:08:32 -0300 |
commit | 6cff92047e35e387345a277b5b9d5b9ad7992f41 (patch) | |
tree | dce63a1031e048b3e1bf814003a1d256789a57ad | |
parent | queue.scm: Set cgit max-repo-count config to 0 (diff) | |
download | packages-6cff92047e35e387345a277b5b9d5b9ad7992f41.tar.gz packages-6cff92047e35e387345a277b5b9d5b9ad7992f41.tar.xz |
s/go-full/gol/g
-rw-r--r-- | src/org/euandre/packages.scm | 2 | ||||
-rw-r--r-- | src/org/euandre/queue.scm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm index 649a3e6..ec02578 100644 --- a/src/org/euandre/packages.scm +++ b/src/org/euandre/packages.scm @@ -358,7 +358,7 @@ (native-inputs (append (format-inputs - (list q:go-full)) + (list q:gol)) inputs)) (native-search-paths (list diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index 6e35fcf..ec1cb77 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -1698,11 +1698,11 @@ connections correctly."))) (define setenvfmt "Environment variable `~a' set to `~a'.~%") -(define-public go-full +(define-public gol (let ((pkg go-1.23)) (package (inherit pkg) - (name "go-full") + (name "gol") (arguments (substitute-keyword-arguments (package-arguments pkg) ((#:tests? _) #f) @@ -1997,4 +1997,4 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig"))) dovecotx sqlitex scryptkdf - go-full) + gol) |