diff --git a/pkgs/data/maps/maptourist/default.nix b/pkgs/data/maps/maptourist/default.nix
index 1c2ad8a530b61dabdfa55600431a9f713437d67e..b26c57738af31c5bf57b84f80bd6c1d6104c387a 100644
--- a/pkgs/data/maps/maptourist/default.nix
+++ b/pkgs/data/maps/maptourist/default.nix
@@ -2,11 +2,11 @@ { lib, stdenvNoCC, fetchurl, unzip }:
stdenvNoCC.mkDerivation rec {
pname = "maptourist";
src = fetchurl {
url = "https://maptourist.org/osm-garmin/archive/OSM-MapTourist-szfo-RU_${version}.zip";
};
sourceRoot = ".";
diff --git a/pkgs/development/python-modules/wikitextprocessor/default.nix b/pkgs/development/python-modules/wikitextprocessor/default.nix
index 4997242a0132287343d1d4573d54ac85fdc34523..e9a1f32b41392ea74eae2d797a8c9e62a2dcc739 100644
--- a/pkgs/development/python-modules/wikitextprocessor/default.nix
+++ b/pkgs/development/python-modules/wikitextprocessor/default.nix
@@ -2,13 +2,13 @@ { lib, stdenv, python3Packages, fetchFromGitHub, lru-dict }:
python3Packages.buildPythonApplication rec {
pname = "wikitextprocessor";
src = fetchFromGitHub {
owner = "tatuylonen";
repo = pname;
};
propagatedBuildInputs = with python3Packages; [ lupa dateparser lru-dict ];
diff --git a/pkgs/dict/wiktextract/default.nix b/pkgs/dict/wiktextract/default.nix
index 5b5ebbe94e834623e7992f9d51922f18ceee8d94..ad44aa5d6de924f66ced1e82b1e77cd1af1f162e 100644
--- a/pkgs/dict/wiktextract/default.nix
+++ b/pkgs/dict/wiktextract/default.nix
@@ -1,19 +1,32 @@
-{ lib, python3Packages, fetchFromGitHub, wikitextprocessor }:
+{ lib, python3Packages, fetchFromGitHub, fetchurl, unzip, wikitextprocessor }:
+let
+in
python3Packages.buildPythonApplication rec {
pname = "wiktextract";
src = fetchFromGitHub {
owner = "tatuylonen";
repo = pname;
rev = "v${version}";
};
meta = with lib; {
description = "Wiktionary dump file parser and multilingual data extractor";
diff --git a/pkgs/osm/map-machine/default.nix b/pkgs/osm/map-machine/default.nix
index b081ace86b2efda02f54c3fc3d0c89b9e44dfda0..ca01ed2271f6577201f30c7bbb2d88c006506f10 100644
--- a/pkgs/osm/map-machine/default.nix
+++ b/pkgs/osm/map-machine/default.nix
@@ -2,14 +2,14 @@ { lib, fetchFromGitHub, python3Packages, portolan }:
python3Packages.buildPythonApplication rec {
pname = "map-machine";
disabled = python3Packages.pythonOlder "3.9";
src = fetchFromGitHub {
owner = "enzet";
repo = pname;
};
propagatedBuildInputs = with python3Packages; [
application/octet-stream
This content has been proxied by September (3851b).