diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-13 16:29:21 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-13 16:29:21 -0500 |
commit | 6dffced09ecda024e0884e352778c221ad066fd6 (patch) | |
tree | 1707e8d8df4d9c47317a39ab6abbfc2ca66a6c29 /gnu/packages/uucp.scm | |
parent | b603554ed044638dd40b6863d5dada59eefe03b8 (diff) | |
parent | e3196755e60ba7f1ed9d432e73f26a85e0c8893c (diff) | |
download | guix-6dffced09ecda024e0884e352778c221ad066fd6.tar guix-6dffced09ecda024e0884e352778c221ad066fd6.tar.gz |
Merge branch 'core-updates-frozen' into 'master'.
At last!
Diffstat (limited to 'gnu/packages/uucp.scm')
-rw-r--r-- | gnu/packages/uucp.scm | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/gnu/packages/uucp.scm b/gnu/packages/uucp.scm index 120417dea1..e10de59aa2 100644 --- a/gnu/packages/uucp.scm +++ b/gnu/packages/uucp.scm @@ -142,19 +142,18 @@ between computers.") (add-after 'install 'remove-go-references (assoc-ref go:%standard-phases 'remove-go-references))))) (inputs - `(("go-github-com-davecgh-go-xdr" ,go-github-com-davecgh-go-xdr) - ("go-github-com-dustin-go-humanize" ,go-github-com-dustin-go-humanize) - ("go-github-com-flynn-noise" ,go-github-com-flynn-noise) - ("go-github-com-gorhill-cronexpr" ,go-github-com-gorhill-cronexpr) - ("go-github-com-hjson-hjson-go" ,go-github-com-hjson-hjson-go) - ("go-github-com-klauspost-compress" ,go-github-com-klauspost-compress) - ("go-golang-org-x-crypto" ,go-golang-org-x-crypto) - ("go-golang-org-x-net" ,go-golang-org-x-net) - ("go-golang-org-x-term" ,go-golang-org-x-term) - ("go-lukechampine-com-blake3" ,go-lukechampine-com-blake3))) + (list go-github-com-davecgh-go-xdr + go-github-com-dustin-go-humanize + go-github-com-flynn-noise + go-github-com-gorhill-cronexpr + go-github-com-hjson-hjson-go + go-github-com-klauspost-compress + go-golang-org-x-crypto + go-golang-org-x-net + go-golang-org-x-term + go-lukechampine-com-blake3)) (native-inputs - `(("go" ,go) - ("texinfo" ,texinfo))) + (list go texinfo)) (home-page "http://www.nncpgo.org/") (synopsis "Store and forward utilities") (description "NNCP (Node to Node copy) is a collection of utilities |