pcsxr: add missing libXxf86vm dependency
This commit is contained in:
parent
42981d6ce1
commit
7b0b03a0ad
|
@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ];
|
||||
buildInputs = [
|
||||
gtk3 SDL2 xorg.libXv xorg.libXtst libcdio nasm ffmpeg file
|
||||
xorg.libXxf86vm
|
||||
];
|
||||
|
||||
dynarecTarget =
|
||||
|
|
Loading…
Reference in New Issue