mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
lib,
|
||||||
libGL,
|
libGL,
|
||||||
libGLU,
|
libGLU,
|
||||||
|
libwebp,
|
||||||
|
libtiff,
|
||||||
libX11,
|
libX11,
|
||||||
libxml2,
|
libxml2,
|
||||||
libxmlxx5,
|
libxmlxx5,
|
||||||
|
@ -52,6 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
libGL
|
libGL
|
||||||
libGLU
|
libGLU
|
||||||
libX11
|
libX11
|
||||||
|
libwebp
|
||||||
|
libtiff
|
||||||
libxmlxx5
|
libxmlxx5
|
||||||
libxml2
|
libxml2
|
||||||
libxslt
|
libxslt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue