tangerine: add missing libX11

This commit is contained in:
Grimmauld
2025-04-03 00:41:41 +02:00
parent cff80e28e7
commit ea7080ff84
+2
View File
@@ -6,6 +6,7 @@
cmake,
ncurses,
SDL2,
libX11,
}:
stdenv.mkDerivation {
@@ -31,6 +32,7 @@ stdenv.mkDerivation {
buildInputs = [
ncurses
SDL2
libX11
];
meta = with lib; {