mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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
Block a user