gnu: screen: Add libxcrypt dependency.

* gnu/packages/screen.scm (screen)[inputs]: Add libxcrypt.

Change-Id: Ia8b7fce24603a038a52d57ef7177f588b66e006e
This commit is contained in:
Janneke Nieuwenhuizen 2024-03-11 13:26:27 +01:00 committed by Ludovic Courtès
parent f48ecef7bd
commit 687751d0d8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -7,6 +7,7 @@
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -34,6 +35,7 @@ (define-module (gnu packages screen)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
#:use-module (gnu packages bash)
#:use-module (gnu packages crypto)
#:use-module (gnu packages hurd)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
@ -56,7 +58,7 @@ (define-public screen
(native-inputs
(list autoconf automake texinfo))
(inputs
(list ncurses perl))
(list libxcrypt ncurses perl))
(arguments
`(#:configure-flags
;; By default, screen supports 16 colors, but we want 256 when