mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
torus-trooper: fix build
This commit is contained in:
parent
e73f48d6bd
commit
272e100047
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
fetchurl,
|
fetchurl,
|
||||||
unzip,
|
unzip,
|
||||||
gdc,
|
gdc,
|
||||||
|
libGL,
|
||||||
|
libGLU,
|
||||||
SDL,
|
SDL,
|
||||||
SDL_mixer,
|
SDL_mixer,
|
||||||
bulletml,
|
bulletml,
|
||||||
|
@ -61,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
libGL
|
||||||
|
libGLU
|
||||||
SDL
|
SDL
|
||||||
SDL_mixer
|
SDL_mixer
|
||||||
bulletml
|
bulletml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue