mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
lincity_ng: add missing deps
This commit is contained in:
parent
e47c37db50
commit
a7d6937134
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
lib,
|
||||
libGL,
|
||||
libGLU,
|
||||
libwebp,
|
||||
libtiff,
|
||||
libX11,
|
||||
libxml2,
|
||||
libxmlxx5,
|
||||
|
@ -52,6 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
libGL
|
||||
libGLU
|
||||
libX11
|
||||
libwebp
|
||||
libtiff
|
||||
libxmlxx5
|
||||
libxml2
|
||||
libxslt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue