1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: ncurses, readline: Allow cross-compilation.

* gnu/packages/ncurses.scm (ncurses): Add `cross-pre-install-phase'.
  Use different phases when (%current-target-system) is true.
* gnu/packages/readline.scm (readline): Use %standard-cross-phases as
  the base when (%current-target-system) is true.
This commit is contained in:
Ludovic Courtès
2013-05-25 20:12:26 +02:00
parent 089b06348e
commit f755aa3f7a
2 changed files with 34 additions and 11 deletions
+3 -1
View File
@@ -61,7 +61,9 @@
#:phases (alist-cons-after
'install 'post-install
,post-install-phase
%standard-phases)))
,(if (%current-target-system)
'%standard-cross-phases
'%standard-phases))))
(synopsis "Edit command lines while typing, with history support")
(description
"The GNU Readline library provides a set of functions for use by