llvmPackages_rocm: use python3

This commit is contained in:
Frederik Rietdijk 2021-07-27 17:17:47 +02:00
parent fce33c36b1
commit e95ca01176

View file

@ -1,7 +1,7 @@
{ lib, stdenv
, fetchFromGitHub
, cmake
, python
, python3
, llvm
, clang-tools-extra_src ? null
, lld
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
pname = "clang";
nativeBuildInputs = [ cmake python ];
nativeBuildInputs = [ cmake python3 ];
buildInputs = [ llvm ];