mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-md2man: Package executable separately.
* gnu/packages/golang-xyz.scm (go-github-com-go-md2man) [arguments] <skip-build?>: Preserve the package for source only inputs. (go-md2man): New variable. * gnu/packages/check.scm (checkmake): [native-inputs]: Remove go-github-com-go-md2man; add go-md2man. * gnu/packages/containers.scm (buildah, podman): Likewise. * gnu/packages/hardware.scm (brillo): Likewise. * gnu/packages/printers.scm (ipp-usb): Likewise. * gnu/packages/virtualization.scm (runc, skopeo): Likewise. Change-Id: I753364633786574c603a978da75a57090d706b27
This commit is contained in:
parent
26325888c1
commit
907b726b86
6 changed files with 30 additions and 14 deletions
|
@ -188,7 +188,7 @@ sets, and tools to deal with register databases.")
|
|||
(map (lambda (target)
|
||||
(apply invoke "make" target make-flags))
|
||||
'("install.udev" "install.polkit")))))))
|
||||
(native-inputs (list go-github-com-go-md2man))
|
||||
(native-inputs (list go-md2man))
|
||||
(supported-systems
|
||||
(lset-difference string=? %supported-systems %hurd-systems))
|
||||
(home-page "https://gitlab.com/cameronnemo/brillo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue