diff --git a/default.nix b/default.nix
index aaef67b0c386428d5ef4f5fae155cdc47b81a3e9..76f868eff1169f7e1238cc50a812c9dcd891d6c2 100644
--- a/default.nix
+++ b/default.nix
@@ -54,6 +54,9 @@ };
gpxtools = callPackage ./pkgs/gpxtools {
inherit (sources) gpxtools;
};
lsd2dsl = libsForQt5.callPackage ./pkgs/lsd2dsl {
inherit (sources) lsd2dsl;
};
diff --git a/nix/sources.json b/nix/sources.json
index 1ab6f5917e6fe80aea34992d0c696408ee9bf6a0..8459604e1e3ba4bf7b8f6a3f48b068a3af9695d9 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -143,6 +143,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": "Get translated text from your terminal! Console Google Translate Script (bash+curl+sed)",
"homepage": "https://ophoperhpo.github.io/GT-bash-client/",
"owner": "OPHoperHPO",
"repo": "GT-bash-client",
"rev": "f8959489d93de963721985b2b9501ed0bc8ce3e8",
"sha256": "10877mq9w5fc9krhr7fw8a0l2v27a1iy61zri3whbk2r604s0s6q",
"type": "tarball",
"url": "https://github.com/OPHoperHPO/GT-bash-client/archive/f8959489d93de963721985b2b9501ed0bc8ce3e8.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"imgp": {
"branch": "master",
"description": ":camera_flash: High-performance CLI batch image resizer & rotator",
diff --git a/pkgs/gt-bash-client/default.nix b/pkgs/gt-bash-client/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..ccda9ddfff1473e5e4ae9c308dce1de5e613963e
--- /dev/null
+++ b/pkgs/gt-bash-client/default.nix
@@ -0,0 +1,19 @@
+{ stdenv, gt-bash-client }:
+stdenv.mkDerivation rec {
+}
application/octet-stream
This content has been proxied by September (3851b).