about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-10-11 23:22:50 +0100
committerGitHub <noreply@github.com>2022-10-11 23:22:50 +0100
commitddb10345b1f3547272f2aacfc3c3d2b44969a7fd (patch)
treeef9e5e5c997cd74414f5393118d2f4953d82a4e9 /pkgs
parentb2dbcab0946f8dbcfcfb1338624b181cebc85bed (diff)
parentd55a67404f4a5b42f6cc75e28ae0eaa3e8bb6a30 (diff)
Merge pull request #195043 from trofi/astromenace-without-xlibsWrapper
astromenace: use xorg.* packages directly instead of xlibsWrapper ind…
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/astromenace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/astromenace/default.nix b/pkgs/games/astromenace/default.nix
index 556b276e210ed..f50739d114a0d 100644
--- a/pkgs/games/astromenace/default.nix
+++ b/pkgs/games/astromenace/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, lib, stdenv, cmake, xlibsWrapper, libGLU, libGL, SDL, openal, freealut, libogg, libvorbis, runtimeShell }:
+{ fetchurl, lib, stdenv, cmake, xorg, libGLU, libGL, SDL, openal, fontconfig, freealut, freetype, libogg, libvorbis, runtimeShell }:
 
 stdenv.mkDerivation rec {
   pname = "astromenace";
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [ cmake ];
-  buildInputs = [ xlibsWrapper libGLU libGL SDL openal freealut libogg libvorbis ];
+  buildInputs = [ xorg.libICE xorg.libX11 xorg.libXinerama libGLU libGL SDL openal fontconfig freealut freetype libogg libvorbis ];
 
   postBuild = ''
     ./AstroMenace --pack --rawdata=../RAW_VFS_DATA