llvmPackages_rocm.llvm: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-01 16:56:31 +02:00
parent 716a31527a
commit 842a2c2399
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,6 +9,7 @@
, libxml2
, libffi
, libbfd
, libxcrypt
, ncurses
, zlib
, debugVersion ? false
@ -32,7 +33,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ninja python3 ];
buildInputs = [ libxml2 ];
buildInputs = [ libxml2 libxcrypt ];
propagatedBuildInputs = [ ncurses zlib ];