* [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
* [bug#40132] [PATCH 2/2] guix: lint: Ad scdoc as a suggested native input.
2020-03-19 14:24 [bug#40133] [PATCH 1/2] gnu: grim: Move scdoc to native-inputs Brendan Tildesley
@ 2020-03-19 14:24 ` 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
1 sibling, 1 reply; 4+ messages in thread
From: Brendan Tildesley @ 2020-03-19 14:24 UTC (permalink / raw)
To: 40132
* guix/lint.scm (check-inputs-should-be-native): Add scdoc.
---
guix/lint.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/lint.scm b/guix/lint.scm
index 24fbf05202..40bddd0a41 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -317,6 +317,7 @@ of a package, and INPUT-NAMES, a list of package specifications such as
"python-pytest-cov" "python2-pytest-cov"
"python-setuptools-scm" "python2-setuptools-scm"
"python-sphinx" "python2-sphinx"
+ "scdoc"
"swig"
"qmake"
"qttools"
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#40133: [PATCH 1/2] gnu: grim: Move scdoc to native-inputs.
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-19 20:10 ` Danny Milosavljevic
1 sibling, 0 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2020-03-19 20:10 UTC (permalink / raw)
To: Brendan Tildesley; +Cc: 40133-done
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
Hi,
thanks for the patchset!
Pushed to guix master as commits 355dd7135cdcdcd4c589bbb7f0f6ab5a2f26ca65
and 3e000955cd232c437cbe6994c124e30a35bc2605.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#40132: closing
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 ` Jakub Kądziołka
0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kądziołka @ 2020-03-21 12:16 UTC (permalink / raw)
To: 40132-done
[-- Attachment #1: Type: text/plain, Size: 90 bytes --]
This patch has been applied as 3e000955cd232c437cbe6994c124e30a35bc2605,
closing the bug.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [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).