diff --git a/default.nix b/default.nix
index d6d7f4849cce5500e2e4a3f71284ebad90b0cdb5..568f08cbd7b513f5af093450ef8b5b15a39b9c70 100644
--- a/default.nix
+++ b/default.nix
@@ -10,5 +10,6 @@ datamaps = callPackage ./pkgs/datamaps { inherit (sources) datamaps; };
gpx-layer = perlPackages.callPackage ./pkgs/gpx-layer { inherit (sources) gpx-layer; };
gpxpy = python3Packages.callPackage ./pkgs/gpxpy { inherit (sources) gpxpy; };
gpxsee-maps = callPackage ./pkgs/gpxsee-maps { inherit (sources) GPXSee-maps; };
mbutil = python3Packages.callPackage ./pkgs/mbutil { inherit (sources) mbutil; };
}
diff --git a/nix/sources.json b/nix/sources.json
index ad8af1a145ba8a2bb2f1cb5e674639959d1dc43d..6b17f977f2aec42f39bda9e03118cf2d5582fe61 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -23,6 +23,18 @@ "type": "tarball",
"url": "https://github.com/ericfischer/datamaps/archive/76e620adabbedabd6866b23b30c145b53bae751e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Add Google translate to GoldenDict",
"homepage": "",
"owner": "xinebf",
"repo": "google-translate-for-goldendict",
"rev": "d8a271ed5f8b9db6c7504f5ebcc0a0bd0380b0c8",
"sha256": "1wmxyak6b86657wavfxi33m3l60v10r8n26fjv6z47krk7a318a1",
"type": "tarball",
"url": "https://github.com/xinebf/google-translate-for-goldendict/archive/d8a271ed5f8b9db6c7504f5ebcc0a0bd0380b0c8.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"gpx-layer": {
"branch": "master",
"description": "Tools to turn GPX files into a GPS map tracing layer",
diff --git a/pkgs/gt4gd/default.nix b/pkgs/gt4gd/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..4fb92f0395fcfad991bc9734d28090af971a60dc
--- /dev/null
+++ b/pkgs/gt4gd/default.nix
@@ -0,0 +1,26 @@
+{ lib, buildPythonApplication, requests, google-translate-for-goldendict }:
+buildPythonApplication rec {
+}
application/octet-stream
This content has been proxied by September (3851b).