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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user