mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
ati-drivers: fix aticonfig segmentation fault
Fix aticonfig tool by setting libXinerama to LD_LIBRARY_PATH
This commit is contained in:
parent
ed9ce850fd
commit
3c677fde65
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
patchPhase = "patch -p0 < ${./gentoo-patches.patch}";
|
||||
|
||||
buildInputs =
|
||||
[ xlibs.libXext xlibs.libX11
|
||||
[ xlibs.libXext xlibs.libX11 xlibs.libXinerama
|
||||
xlibs.libXrandr which imake makeWrapper
|
||||
patchelf
|
||||
unzip
|
||||
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||
"${xorg.libXrender}/lib"
|
||||
"${xorg.libXext}/lib"
|
||||
"${xorg.libX11}/lib"
|
||||
"${xorg.libXinerama}/lib"
|
||||
];
|
||||
|
||||
# without this some applications like blender don't start, but they start
|
||||
|
Loading…
Reference in New Issue
Block a user