linuxPackages.amdgpu-pro: fix build

This commit is contained in:
Jonathan Ringer 2022-01-27 16:05:00 -08:00 committed by Jonathan Ringer
parent 317ef2ca56
commit 86d7f2d5e1

View File

@ -11,6 +11,7 @@
, expat
, libffi
, libselinux
, libdrm
, udev
, kernel ? null
}:
@ -204,6 +205,7 @@ in stdenv.mkDerivation rec {
'';
buildInputs = [
libdrm
patchelf
perl
];