tcsh: add missing libxcrypt dependency (#47398)
This commit is contained in:
@@ -108,6 +108,7 @@ class Tcsh(AutotoolsPackage):
|
|||||||
)
|
)
|
||||||
|
|
||||||
depends_on("ncurses+termlib")
|
depends_on("ncurses+termlib")
|
||||||
|
depends_on("libxcrypt", when="platform=linux")
|
||||||
|
|
||||||
@run_after("install")
|
@run_after("install")
|
||||||
def link_csh(self):
|
def link_csh(self):
|
||||||
|
Reference in New Issue
Block a user