Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #51301 from timor/libretro-dolphin-dep-fix

libretro.dolphin: add missing dependencies to fix build

authored by

Matthew Bauer and committed by
GitHub
df90fdf6 ddeb8967

+1 -1
+1 -1
pkgs/misc/emulators/retroarch/cores.nix
··· 150 cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc 151 gettext glib gtk2 hidapi 152 libevdev udev 153 - ] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil ]); 154 }).override { 155 cmakeFlags = [ 156 "-DLINUX_LOCAL_DEV=true"
··· 150 cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc 151 gettext glib gtk2 hidapi 152 libevdev udev 153 + ] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil libXinerama libXxf86vm ]); 154 }).override { 155 cmakeFlags = [ 156 "-DLINUX_LOCAL_DEV=true"