mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
archi: fix GBM-DRV error
This commit is contained in:
parent
3c24d2f1b2
commit
9f1a2da3e9
@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
|
||||
install -D -m755 Archi $out/libexec/Archi
|
||||
makeWrapper $out/libexec/Archi $out/bin/Archi \
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath ([ webkitgtk ])} \
|
||||
--set WEBKIT_DISABLE_DMABUF_RENDERER 1 \
|
||||
--prefix PATH : ${jdk}/bin
|
||||
''
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user