unixbench: depend on libGLX explicitly

Needed for Darwin.
This commit is contained in:
K900
2024-06-22 18:06:51 +01:00
committed by Emily
parent e0798e1d52
commit ee6ffaf921
@@ -6,7 +6,7 @@
, installShellFiles
, perl
, xorg
, libGL
, libGLX
, coreutils
, unixtools
, targetPackages
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ] ++ lib.optionals withGL [
xorg.libX11
xorg.libXext
libGL
libGLX
];
runtimeDependencies = [