mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: cmake: Build 'ccmake' binary.
* gnu/packages/cmake.scm (cmake)[inputs]: Add ncurses.
This commit is contained in:
parent
c8f354588e
commit
21e5e1e070
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ (define-module (gnu packages cmake)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages curl)
|
#:use-module (gnu packages curl)
|
||||||
#:use-module (gnu packages file)
|
#:use-module (gnu packages file)
|
||||||
|
#:use-module (gnu packages ncurses)
|
||||||
#:use-module (gnu packages xml))
|
#:use-module (gnu packages xml))
|
||||||
|
|
||||||
(define-public cmake
|
(define-public cmake
|
||||||
|
@ -104,6 +105,7 @@ (define-public cmake
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("expat" ,expat)
|
("expat" ,expat)
|
||||||
("bzip2" ,bzip2)
|
("bzip2" ,bzip2)
|
||||||
|
("ncurses" ,ncurses) ; required for ccmake
|
||||||
("libarchive" ,libarchive)))
|
("libarchive" ,libarchive)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
|
|
Loading…
Reference in a new issue