tcsh: add missing libxcrypt dependency (#47398)

This commit is contained in:
Harmen Stoppels
2024-11-04 11:42:34 +01:00
committed by GitHub
parent 2c1d74db9b
commit c9ed91758d

View File

@@ -108,6 +108,7 @@ class Tcsh(AutotoolsPackage):
)
depends_on("ncurses+termlib")
depends_on("libxcrypt", when="platform=linux")
@run_after("install")
def link_csh(self):