llvmPackages_rocm.llvm: fix build with libxcrypt

This commit is contained in:
Martin Weinelt
2022-10-09 18:14:32 +02:00
parent 716a31527a
commit 842a2c2399
@@ -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 ];