diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-08-23 18:58:56 +0000 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2026-08-24 11:34:28 +0800 |
| commit | 980187b108f03119297a4d21e669753e090b9308 (patch) | |
| tree | 7f6a4ccd90cfe7caf1f24fd3c97b22c83d7bb51c /gnu | |
| parent | d061a7a8920f1abeb241e3ad18e9f2f9d42f12d9 (diff) | |
gnu: nano: Fix build with ncurses/tinfo.core-packages-team
* gnu/packages/text-editors.scm (nano)[natives-inputs]: Add pkg-config.
Merges: https://codeberg.org/guix/guix/pulls/10758
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/text-editors.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 8a993617bae..3eefb7112b6 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm | |||
| @@ -971,6 +971,8 @@ OpenBSD team.") | |||
| 971 | #~(list "ac_cv_func_strcasecmp=yes" | 971 | #~(list "ac_cv_func_strcasecmp=yes" |
| 972 | "gl_cv_func_strcasecmp_works=yes")) | 972 | "gl_cv_func_strcasecmp_works=yes")) |
| 973 | '())) | 973 | '())) |
| 974 | (native-inputs | ||
| 975 | (list pkg-config)) | ||
| 974 | (inputs | 976 | (inputs |
| 975 | (list gettext-minimal ncurses)) | 977 | (list gettext-minimal ncurses)) |
| 976 | (home-page "https://www.nano-editor.org/") | 978 | (home-page "https://www.nano-editor.org/") |
