diff --git a/nix/sources.json b/nix/sources.json
index a61b45c70f58836444c96adb3c9956012b779241..40161976f40e89d3dc413af74484ae13be099272 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -103,6 +103,19 @@ "type": "tarball",
"url": "https://github.com/embox/embox/archive/ad5ed2947ae7ad68e6b0b0400c1a12d1a5114fa2.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"description": "Garmin Image Tools",
"homepage": "https://github.com/wuyongzheng/gimgtools",
"owner": "wuyongzheng",
"repo": "gimgtools",
"rev": "92d015749e105c5fb8eb704ae503a5c7e51af2bd",
"sha256": "14i9knc1dbkag0gsc2y1kv9hwzzzkycfy7fj1zmrgbsq71rnl1h2",
"type": "tarball",
"url": "https://github.com/wuyongzheng/gimgtools/archive/92d015749e105c5fb8eb704ae503a5c7e51af2bd.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"google-translate-for-goldendict": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 094c2d3ae92c265be182398c6653cb3c03c653e1..8fbe475b2cf1c15bcb4726b50a9cc3bfb743ac42 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -20,6 +20,7 @@ elevation = python3Packages.callPackage ./tools/elevation {
inherit sources click;
};
embox = callPackage ./embox { };
gmaptool = callPackage ./tools/gmaptool { };
goldendict-dark-theme =
callPackage ./data/themes/goldendict-themes/dark-theme.nix { };
diff --git a/pkgs/tools/gimgtools/default.nix b/pkgs/tools/gimgtools/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..85082c3143721a7bea763d0b4a50867e426f8367
--- /dev/null
+++ b/pkgs/tools/gimgtools/default.nix
@@ -0,0 +1,20 @@
+{ stdenv, sources }:
+stdenv.mkDerivation rec {
install -Dm755 $tool $out/bin/$tool
+}
application/octet-stream
This content has been proxied by September (3851b).