all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brendan Tildesley <mail@brendan.scot>
To: 40133@debbugs.gnu.org
Subject: [bug#40133] [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
Date: Fri, 20 Mar 2020 01:24:38 +1100	[thread overview]
Message-ID: <20200319142439.4644-1-mail@brendan.scot> (raw)

* 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

             reply	other threads:[~2020-03-19 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 14:24 Brendan Tildesley [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200319142439.4644-1-mail@brendan.scot \
    --to=mail@brendan.scot \
    --cc=40133@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.