mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(scripts): depend on iconv package
This commit is contained in:
@@ -101,7 +101,7 @@ in rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
booksplit = wrapScript {
|
booksplit = wrapScript {
|
||||||
packages = [ pkgs.ffmpeg tag ];
|
packages = [ pkgs.ffmpeg tag pkgs.glibc.bin ];
|
||||||
script = "${voidrice}/.local/bin/booksplit";
|
script = "${voidrice}/.local/bin/booksplit";
|
||||||
name = "booksplit";
|
name = "booksplit";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user