mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
unzip,
|
||||
gdc,
|
||||
libGL,
|
||||
libGLU,
|
||||
SDL,
|
||||
SDL_mixer,
|
||||
bulletml,
|
||||
|
@ -61,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
libGL
|
||||
libGLU
|
||||
SDL
|
||||
SDL_mixer
|
||||
bulletml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue