unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40133] [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
@ 2020-03-19 14:24 Brendan Tildesley
  2020-03-19 14:24 ` [bug#40132] [PATCH 2/2] guix: lint: Ad scdoc as a suggested native input Brendan Tildesley
  2020-03-19 20:10 ` bug#40133: [PATCH 1/2] gnu: grim: Move scdoc to native-inputs Danny Milosavljevic
  0 siblings, 2 replies; 4+ messages in thread
From: Brendan Tildesley @ 2020-03-19 14:24 UTC (permalink / raw)
  To: 40133

* gnu/packages/image.scm (scdoc): Move input scdoc to native-inputs, since it
is for generating man pages.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 38a8b2ed42..a9878642e9 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1776,10 +1776,10 @@ identical visual appearance.")
      (sha256
       (base32 "0brljl4zfbn5mh9hkfrfkvd27c5y9vdkgap9r1hrfy9r1x20sskn"))))
    (build-system meson-build-system)
-   (native-inputs `(("pkg-config" ,pkg-config)))
+   (native-inputs `(("pkg-config" ,pkg-config)
+                    ("scdoc" ,scdoc)))
    (inputs `(("cairo" ,cairo)
              ("libjpeg-turbo" ,libjpeg-turbo)
-             ("scdoc" ,scdoc)
              ("wayland" ,wayland)
              ("wayland-protocols" ,wayland-protocols)))
    (home-page "https://github.com/emersion/grim")
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-21 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 14:24 [bug#40133] [PATCH 1/2] gnu: grim: Move scdoc to native-inputs Brendan Tildesley
2020-03-19 14:24 ` [bug#40132] [PATCH 2/2] guix: lint: Ad scdoc as a suggested native input Brendan Tildesley
2020-03-21 12:16   ` bug#40132: closing Jakub Kądziołka
2020-03-19 20:10 ` bug#40133: [PATCH 1/2] gnu: grim: Move scdoc to native-inputs Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).