1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(scripts): depend on iconv package

This commit is contained in:
2021-04-26 11:20:34 +02:00
parent e13e421b75
commit e75348e1cb

View File

@@ -101,7 +101,7 @@ in rec {
};
booksplit = wrapScript {
packages = [ pkgs.ffmpeg tag ];
packages = [ pkgs.ffmpeg tag pkgs.glibc.bin ];
script = "${voidrice}/.local/bin/booksplit";
name = "booksplit";
};