GNU bug report logs - #40133
[PATCH 1/2] gnu: grim: Move scdoc to native-inputs.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Thu, 19 Mar 2020 14:26:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#40133: closed ([PATCH 1/2] gnu: grim: Move scdoc to
 native-inputs.)
Date: Thu, 19 Mar 2020 20:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Mar 2020 21:10:44 +0100
with message-id <20200319211044.63a26f89 <at> scratchpost.org>
and subject line Re: [bug#40133] [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
has caused the debbugs.gnu.org bug report #40133,
regarding [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
40133: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40133
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brendan Tildesley <mail <at> brendan.scot>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
Date: Fri, 20 Mar 2020 01:24:38 +1100
* 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



[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: Brendan Tildesley <mail <at> brendan.scot>
Cc: 40133-done <at> debbugs.gnu.org
Subject: Re: [bug#40133] [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
Date: Thu, 19 Mar 2020 21:10:44 +0100
[Message part 4 (text/plain, inline)]
Hi,

thanks for the patchset!

Pushed to guix master as commits 355dd7135cdcdcd4c589bbb7f0f6ab5a2f26ca65
and 3e000955cd232c437cbe6994c124e30a35bc2605.
[Message part 5 (application/pgp-signature, inline)]

This bug report was last modified 5 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.