1
0
mirror of https://github.com/kmein/niveum synced 2026-03-30 09:11:10 +02:00

2 Commits

Author SHA1 Message Date
94cdfa3ea3 chore: update 2021-04-26 12:03:37 +02:00
e75348e1cb feat(scripts): depend on iconv package 2021-04-26 11:20:34 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{ {
"url": "https://github.com/NixOS/nixpkgs.git", "url": "https://github.com/NixOS/nixpkgs.git",
"rev": "c7e905b6a971dad2c26a31960053176c770a812a", "rev": "bba3474a5798b5a3a87e10102d1a55f19ec3fca5",
"date": "2021-04-16T10:31:17+02:00", "date": "2021-04-26T02:53:56+02:00",
"path": "/nix/store/pwbxr08bwx5jn295gkxnziik1y982c6i-nixpkgs", "path": "/nix/store/yh0manlyc4aa78n7fbzcjxmfnj4gn6jf-nixpkgs",
"sha256": "1h0npga8nlbmv2fnirmv8v5xs8xd3k7hn803lxjn09hyqdcxx23n", "sha256": "0g261s4n3hdhm7l5flmyl8jjihla688ib12flvwsvcax1p8h34d5",
"fetchSubmodules": false, "fetchSubmodules": false,
"deepClone": false, "deepClone": false,
"leaveDotGit": false "leaveDotGit": false

View File

@@ -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";
}; };