forked from mirrors_public/oddlama_nix-config
chore: add webp package to minecraft for dynmap
This commit is contained in:
parent
c01bb2d505
commit
c923a628f1
1 changed files with 6 additions and 1 deletions
|
@ -424,7 +424,12 @@ in {
|
|||
description = "Minecraft Server Service";
|
||||
wantedBy = ["multi-user.target"];
|
||||
after = ["network.target"];
|
||||
path = [pkgs.ncurses]; # for infocmp
|
||||
path = [
|
||||
# for infocmp
|
||||
pkgs.ncurses
|
||||
# for dynmap
|
||||
pkgs.libwebp
|
||||
];
|
||||
|
||||
serviceConfig =
|
||||
commonServiceConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue