unixbench: depend on libGLX explicitly
Needed for Darwin.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user