diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/containers.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 26 | ||||
| -rw-r--r-- | gnu/packages/golang.scm | 26 | ||||
| -rw-r--r-- | gnu/packages/hardware.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/virtualization.scm | 1 |
5 files changed, 29 insertions, 26 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index bebdffc04b1..c44d0e0b472 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -49,6 +49,7 @@ | |||
| 49 | #:use-module (gnu packages gettext) | 49 | #:use-module (gnu packages gettext) |
| 50 | #:use-module (gnu packages gnupg) | 50 | #:use-module (gnu packages gnupg) |
| 51 | #:use-module (gnu packages golang) | 51 | #:use-module (gnu packages golang) |
| 52 | #:use-module (gnu packages golang-xyz) | ||
| 52 | #:use-module (gnu packages guile) | 53 | #:use-module (gnu packages guile) |
| 53 | #:use-module (gnu packages linux) | 54 | #:use-module (gnu packages linux) |
| 54 | #:use-module (gnu packages man) | 55 | #:use-module (gnu packages man) |
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2af33391979..3406d5f5d73 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -3519,6 +3519,32 @@ submodules: | |||
| 3519 | "This package provides memcache client and server functionality.") | 3519 | "This package provides memcache client and server functionality.") |
| 3520 | (license license:expat))) | 3520 | (license license:expat))) |
| 3521 | 3521 | ||
| 3522 | (define-public go-github-com-go-md2man | ||
| 3523 | (package | ||
| 3524 | (name "go-github-com-go-md2man") | ||
| 3525 | (version "2.0.5") | ||
| 3526 | (source | ||
| 3527 | (origin | ||
| 3528 | (method git-fetch) | ||
| 3529 | (uri (git-reference | ||
| 3530 | (url "https://github.com/cpuguy83/go-md2man") | ||
| 3531 | (commit (string-append "v" version)))) | ||
| 3532 | (file-name (git-file-name name version)) | ||
| 3533 | (sha256 | ||
| 3534 | (base32 "0gqlkv1pv8cpvcj8g77d1hzy5bnp5a3k3xs02iahlr3a65m4azsi")))) | ||
| 3535 | (build-system go-build-system) | ||
| 3536 | (arguments | ||
| 3537 | (list | ||
| 3538 | #:import-path "github.com/cpuguy83/go-md2man")) | ||
| 3539 | (propagated-inputs | ||
| 3540 | (list go-github-com-russross-blackfriday-v2)) | ||
| 3541 | (home-page "https://github.com/cpuguy83/go-md2man") | ||
| 3542 | (synopsis "Convert markdown into roff") | ||
| 3543 | (description | ||
| 3544 | "Go-md2man is a Go program that converts markdown to roff for the purpose | ||
| 3545 | of building man pages.") | ||
| 3546 | (license license:expat))) | ||
| 3547 | |||
| 3522 | (define-public go-github-com-creack-pty | 3548 | (define-public go-github-com-creack-pty |
| 3523 | (package | 3549 | (package |
| 3524 | (name "go-github-com-creack-pty") | 3550 | (name "go-github-com-creack-pty") |
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 6a8a2883140..791e2db9f9e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -2067,32 +2067,6 @@ be performed.") | |||
| 2067 | (description "Go wrapper for taglib") | 2067 | (description "Go wrapper for taglib") |
| 2068 | (license license:unlicense)))) | 2068 | (license license:unlicense)))) |
| 2069 | 2069 | ||
| 2070 | (define-public go-github-com-go-md2man | ||
| 2071 | (package | ||
| 2072 | (name "go-github-com-go-md2man") | ||
| 2073 | (version "2.0.5") | ||
| 2074 | (source | ||
| 2075 | (origin | ||
| 2076 | (method git-fetch) | ||
| 2077 | (uri (git-reference | ||
| 2078 | (url "https://github.com/cpuguy83/go-md2man") | ||
| 2079 | (commit (string-append "v" version)))) | ||
| 2080 | (file-name (git-file-name name version)) | ||
| 2081 | (sha256 | ||
| 2082 | (base32 "0gqlkv1pv8cpvcj8g77d1hzy5bnp5a3k3xs02iahlr3a65m4azsi")))) | ||
| 2083 | (build-system go-build-system) | ||
| 2084 | (arguments | ||
| 2085 | (list | ||
| 2086 | #:import-path "github.com/cpuguy83/go-md2man")) | ||
| 2087 | (propagated-inputs | ||
| 2088 | (list go-github-com-russross-blackfriday-v2)) | ||
| 2089 | (home-page "https://github.com/cpuguy83/go-md2man") | ||
| 2090 | (synopsis "Convert markdown into roff") | ||
| 2091 | (description | ||
| 2092 | "Go-md2man is a Go program that converts markdown to roff for the purpose | ||
| 2093 | of building man pages.") | ||
| 2094 | (license license:expat))) | ||
| 2095 | |||
| 2096 | (define-public go-golang-org-rainycape-unidecode | 2070 | (define-public go-golang-org-rainycape-unidecode |
| 2097 | (let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c") | 2071 | (let ((commit "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c") |
| 2098 | (revision "1")) | 2072 | (revision "1")) |
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index f1f056ef271..5c84531216c 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm | |||
| @@ -64,6 +64,7 @@ | |||
| 64 | #:use-module (gnu packages glib) | 64 | #:use-module (gnu packages glib) |
| 65 | #:use-module (gnu packages gnome) | 65 | #:use-module (gnu packages gnome) |
| 66 | #:use-module (gnu packages golang) | 66 | #:use-module (gnu packages golang) |
| 67 | #:use-module (gnu packages golang-xyz) | ||
| 67 | #:use-module (gnu packages gtk) | 68 | #:use-module (gnu packages gtk) |
| 68 | #:use-module (gnu packages guile) | 69 | #:use-module (gnu packages guile) |
| 69 | #:use-module (gnu packages haskell-xyz) | 70 | #:use-module (gnu packages haskell-xyz) |
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 4a534ccc810..e2ecd3e7227 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -106,6 +106,7 @@ | |||
| 106 | #:use-module (gnu packages gnome) | 106 | #:use-module (gnu packages gnome) |
| 107 | #:use-module (gnu packages gnupg) | 107 | #:use-module (gnu packages gnupg) |
| 108 | #:use-module (gnu packages golang) | 108 | #:use-module (gnu packages golang) |
| 109 | #:use-module (gnu packages golang-xyz) | ||
| 109 | #:use-module (gnu packages golang-build) | 110 | #:use-module (gnu packages golang-build) |
| 110 | #:use-module (gnu packages gperf) | 111 | #:use-module (gnu packages gperf) |
| 111 | #:use-module (gnu packages graphviz) | 112 | #:use-module (gnu packages graphviz) |
