mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flex-launcher: add missing libX11
This commit is contained in:
parent
8f0de02bec
commit
a1f3e61667
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
SDL2,
|
||||
SDL2_ttf,
|
||||
SDL2_image,
|
||||
libX11,
|
||||
cmake,
|
||||
validatePkgConfig,
|
||||
inih,
|
||||
|
@ -31,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
SDL2
|
||||
SDL2_ttf
|
||||
SDL2_image
|
||||
libX11
|
||||
inih
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue