From 3c4a5b382f2b658d3690c0da2358ee11cd8980f4 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Wed, 2 Apr 2025 16:02:28 +0200 Subject: [PATCH] ppsspp: add missing libX11 --- pkgs/by-name/pp/ppsspp/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/pp/ppsspp/package.nix b/pkgs/by-name/pp/ppsspp/package.nix index c909425f7814..70c95e38e69e 100644 --- a/pkgs/by-name/pp/ppsspp/package.nix +++ b/pkgs/by-name/pp/ppsspp/package.nix @@ -9,6 +9,7 @@ libffi, libsForQt5, libzip, + libX11, makeDesktopItem, makeWrapper, pkg-config, @@ -69,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ SDL2 + libX11 glew libzip zlib