chore: add webp package to minecraft for dynmap

This commit is contained in:
oddlama 2024-09-07 01:41:52 +02:00
parent c01bb2d505
commit c923a628f1
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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