diff --git a/default.nix b/default.nix
index 1ceddb90720c9337e16e5aaeed4d81a7ca3f8a50..dd2b2e3d50010b9969fd3b36b8d944b505f89b18 100644
--- a/default.nix
+++ b/default.nix
@@ -57,6 +57,9 @@ };
gt4gd = python3Packages.callPackage ./pkgs/gt4gd {
inherit (sources) google-translate-for-goldendict;
};
mbtileserver = callPackage ./pkgs/mbtileserver {
inherit (sources) mbtileserver;
};
diff --git a/nix/sources.json b/nix/sources.json
index 9ebcc4067612319d890342c713d24328623e15fb..e39bfd0bfd94feeff6c52a596a3ea033e96d8162 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -131,6 +131,18 @@ "type": "tarball",
"url": "https://notabug.org/irdvo/gpxtools/archive/b989f357abb9f9b694cbe95081dd8d1094019233.tar.gz",
"url_template": "https://notabug.org/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": ":camera_flash: High-performance CLI batch image resizer & rotator",
"homepage": "",
"owner": "jarun",
"repo": "imgp",
"rev": "9a50724cbc97a282ed79476398ab6ff3f6f7339e",
"sha256": "13r4fn3dd0nyidfhrr7zzpls5ifbyqdwxhyvpkqr8ahchws7wfc6",
"type": "tarball",
"url": "https://github.com/jarun/imgp/archive/9a50724cbc97a282ed79476398ab6ff3f6f7339e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"lsd2dsl": {
"branch": "master",
"description": "Lingvo dictionaries decompiler",
diff --git a/pkgs/imgp/default.nix b/pkgs/imgp/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..f6437790c083282a4686543a434e8151ec11cf60
--- /dev/null
+++ b/pkgs/imgp/default.nix
@@ -0,0 +1,22 @@
+{ lib, buildPythonApplication, pillow, imgp }:
+buildPythonApplication rec {
+}
application/octet-stream
This content has been proxied by September (3851b).