mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tangerine: fix the build against sdl2-compat
This commit is contained in:
parent
a3214c59e5
commit
29ac8c4b8e
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
cmake,
|
||||
ncurses,
|
||||
SDL2,
|
||||
libGL,
|
||||
libX11,
|
||||
}:
|
||||
|
||||
|
@ -32,6 +33,7 @@ stdenv.mkDerivation {
|
|||
buildInputs = [
|
||||
ncurses
|
||||
SDL2
|
||||
libGL
|
||||
libX11
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue