diff options
author | (unmatched-parenthesis <paren@disroot.org> | 2022-10-21 22:10:57 +0100 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2022-11-10 23:17:18 -0500 |
commit | a6d2ae431a900b986eb87cfafb4465269504c211 (patch) | |
tree | 65471c3791fc538e44ae0e1c39e8607c0584a40c /guix/build-system | |
parent | 70df5c47a89f4f353a1df94467581a0f0da599a4 (diff) |
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/build-system')
-rw-r--r-- | guix/build-system/go.scm | 1 |
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: |