linuxPackages.amdgpu-pro: fix build

This commit is contained in:
Jonathan Ringer
2022-01-28 00:46:46 -08:00
committed by Jonathan Ringer
parent 317ef2ca56
commit 86d7f2d5e1
@@ -11,6 +11,7 @@
, expat
, libffi
, libselinux
, libdrm
, udev
, kernel ? null
}:
@@ -204,6 +205,7 @@ in stdenv.mkDerivation rec {
'';
buildInputs = [
libdrm
patchelf
perl
];