Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkgs/applications/misc/inochi2d/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
zenity,
luajit_2_1,
libGL,
libX11,

builderArgs,
}:
Expand Down Expand Up @@ -56,6 +57,8 @@ buildDubPackage (
dbus
freetype
SDL2
libGL
libX11
];

dontUseCmakeConfigure = true;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/cr/cro-mag-rally/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
SDL2,
libGL,
cmake,
makeWrapper,
}:
Expand All @@ -25,6 +26,7 @@ stdenv.mkDerivation {
];
buildInputs = [
SDL2
libGL
];

installPhase = ''
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/en/endless-sky/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
SDL2,
libpng,
libjpeg,
libX11,
glew,
openal,
scons,
Expand Down Expand Up @@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
SDL2
libpng
libjpeg
libX11
glew
openal
libmad
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/ja/jazz2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
libvorbis,
openal,
SDL2,
libGL,
zlib,
versionCheckHook,
gitUpdater,
Expand All @@ -28,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: {

nativeBuildInputs = [ cmake ];
buildInputs = [
libGL
libopenmpt
libvorbis
openal
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/na/nanosaur2/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
SDL2,
libGL,
cmake,
makeWrapper,
unstableGitUpdater,
Expand All @@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
SDL2
libGL
];

installPhase = ''
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/ne/neverball/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
libGL,
libpng,
libjpeg,
libX11,
SDL2_ttf,
libvorbis,
gettext,
Expand Down Expand Up @@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
libjpeg
SDL2_ttf
libvorbis
libX11
gettext
physfs
];
Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/op/opensoldat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
physfs
openal
gamenetworkingsockets
xorg.libX11
];
# TODO(@sternenseemann): set proper rpath via cmake, so we don't need autoPatchelfHook
runtimeDependencies = [ xorg.libX11 ];
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/pi/pioneer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
libpng,
libsigcxx,
libvorbis,
libX11,
lua5_2,
libgbm,
SDL2,
Expand Down Expand Up @@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
libpng
libsigcxx
libvorbis
libX11
lua5_2
libgbm
SDL2
Expand Down
4 changes: 4 additions & 0 deletions pkgs/by-name/q2/q2pro/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
curl,
SDL2,
openalSoft,
libGL,
libogg,
libvorbis,
libX11,
libXi,
wayland,
wayland-protocols,
Expand Down Expand Up @@ -61,8 +63,10 @@ stdenv.mkDerivation (finalAttrs: rec {
libjpeg
curl
SDL2
libGL
libogg
libvorbis
libX11
ffmpeg
openalSoft
]
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/sy/syncterm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
autoPatchelfHook,
ncurses,
SDL2,
libX11,
alsa-lib,
}:

Expand Down Expand Up @@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
autoPatchelfHook
pkg-config
SDL2
libX11
perl
unzip
]; # SDL2 for `sdl2-config`.
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/vd/vdrift/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SDL2,
SDL2_image,
libvorbis,
libX11,
bullet,
curl,
gettext,
Expand Down Expand Up @@ -49,6 +50,7 @@ let
SDL2
SDL2_image
libvorbis
libX11
bullet
curl
gettext
Expand Down
2 changes: 2 additions & 0 deletions pkgs/by-name/vi/vivictpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
git,
SDL2,
SDL2_ttf,
libX11,
freetype,
harfbuzz,
ffmpeg,
Expand Down Expand Up @@ -65,6 +66,7 @@ stdenv.mkDerivation {

buildInputs = [
SDL2
libX11
SDL2_ttf
freetype
harfbuzz
Expand Down
4 changes: 4 additions & 0 deletions pkgs/by-name/vp/vpv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
fetchFromGitHub,
cmake,
pkg-config,
libGL,
libpng,
libtiff,
libjpeg,
libX11,
SDL2,
gdal,
octave,
Expand Down Expand Up @@ -39,9 +41,11 @@ stdenv.mkDerivation (finalAttrs: {
];

buildInputs = [
libGL
libpng
libtiff
libjpeg
libX11
SDL2
gdal
octave
Expand Down
2 changes: 2 additions & 0 deletions pkgs/games/bugdom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
SDL2,
libGL,
IOKit,
Foundation,
OpenGL,
Expand Down Expand Up @@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
buildInputs =
[
SDL2
libGL
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
IOKit
Expand Down
2 changes: 2 additions & 0 deletions pkgs/games/cataclysm-dda/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
SDL2_image,
SDL2_mixer,
SDL2_ttf,
libX11,
freetype,
zlib,
debug,
Expand All @@ -31,6 +32,7 @@ let
SDL2_image
SDL2_mixer
SDL2_ttf
libX11
freetype
];

Expand Down
2 changes: 2 additions & 0 deletions pkgs/games/quakespasm/vulkan.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
libmpg123,
libopus,
libvorbis,
libX11,
makeWrapper,
meson,
moltenvk,
Expand Down Expand Up @@ -48,6 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
libmpg123
libopus
libvorbis
libX11
opusfile
vulkan-loader
]
Expand Down
2 changes: 2 additions & 0 deletions pkgs/games/warsow/engine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
libpng,
SDL2,
libGL,
libX11,
openal,
zlib,
}:
Expand Down Expand Up @@ -52,6 +53,7 @@ stdenv.mkDerivation {
libjpeg
SDL2
libGL
libX11
openal
zlib
libpng
Expand Down