From c4a55c2aa4ab22572c62a4fcae3ba69e17be6934 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Wed, 2 Apr 2025 16:01:39 +0200 Subject: [PATCH] manaplus: add missing libX11 --- pkgs/by-name/ma/manaplus/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ma/manaplus/package.nix b/pkgs/by-name/ma/manaplus/package.nix index f6390f2f0f92..cb30d88c53cd 100644 --- a/pkgs/by-name/ma/manaplus/package.nix +++ b/pkgs/by-name/ma/manaplus/package.nix @@ -13,6 +13,7 @@ curl, libxml2, libpng, + libX11, pkg-config, libGL, autoreconfHook, @@ -53,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: { curl libGL libpng + libX11 libxml2 physfs zlib