mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: man-db: Make some inputs native.
* gnu/packages/man.scm (man-db)[inputs]: Move flex from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
5ef1b17578
commit
4a5ae4ebf7
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
||||
;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -137,10 +138,10 @@ (define-public man-db
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue