mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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";
|
description = "Minecraft Server Service";
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
after = ["network.target"];
|
after = ["network.target"];
|
||||||
path = [pkgs.ncurses]; # for infocmp
|
path = [
|
||||||
|
# for infocmp
|
||||||
|
pkgs.ncurses
|
||||||
|
# for dynmap
|
||||||
|
pkgs.libwebp
|
||||||
|
];
|
||||||
|
|
||||||
serviceConfig =
|
serviceConfig =
|
||||||
commonServiceConfig
|
commonServiceConfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue