aboutsummaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
author(unmatched-parenthesis <paren@disroot.org>2022-10-21 22:10:57 +0100
committerRaghav Gururajan <rg@raghavgururajan.name>2022-11-10 23:17:18 -0500
commita6d2ae431a900b986eb87cfafb4465269504c211 (patch)
tree65471c3791fc538e44ae0e1c39e8607c0584a40c /guix
parent70df5c47a89f4f353a1df94467581a0f0da599a4 (diff)
downloadguix-a6d2ae431a900b986eb87cfafb4465269504c211.tar
guix-a6d2ae431a900b986eb87cfafb4465269504c211.tar.gz
gnu: Add go-github-com-creack-pty.
* gnu/packages/golang.scm (go-github-com-creack-pty): New variable. * guix/build-system/go.scm (go-target): Add to exported variables. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
Diffstat (limited to 'guix')
-rw-r--r--guix/build-system/go.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm
index 4b3b67b08f..0a9761aac7 100644
--- a/guix/build-system/go.scm
+++ b/guix/build-system/go.scm
@@ -38,6 +38,7 @@
go-build-system
go-pseudo-version?
+ go-target
go-version->git-ref))
;; Commentary: