[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40435] [PATCH 2/7] gnu: man-db: Make some inputs native.
From: |
Vincent Legoll |
Subject: |
[bug#40435] [PATCH 2/7] gnu: man-db: Make some inputs native. |
Date: |
Sat, 4 Apr 2020 19:49:17 +0200 |
* gnu/packages/man.scm (man-db)[inputs]: Move flex from here...
[native-inputs]: ...to here.
---
gnu/packages/man.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 6d7d5e2339..7463b1dbd8 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018, 2019 Rutger Helling <address@hidden>
;;; Copyright © 2018, 2019 Marius Bakke <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -137,10 +138,10 @@ a flexible and convenient way.")
(srfi srfi-1))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("flex" ,flex)
("groff" ,groff))) ;needed at build time (troff, grops, soelim, etc.)
(inputs
- `(("flex" ,flex)
- ("gdbm" ,gdbm)
+ `(("gdbm" ,gdbm)
("groff-minimal" ,groff-minimal)
("less" ,less)
("libpipeline" ,libpipeline)
--
2.26.0
- [bug#40435] Another batch of native-inputs, Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 1/7] gnu: gparted: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 2/7] gnu: man-db: Make some inputs native.,
Vincent Legoll <=
- [bug#40435] [PATCH 3/7] gnu: libkate: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 4/7] gnu: jami: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 6/7] gnu: scotch: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 7/7] gnu: rubber: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 5/7] gnu: telegram-purple: Make some inputs native., Vincent Legoll, 2020/04/04
- bug#40435: Another batch of native-inputs, Danny Milosavljevic, 2020/04/04
- Message not available