diff --git a/pkgs/dict/tatoebatools/default.nix b/pkgs/dict/tatoebatools/default.nix
index 9d1262690bae9aec4c96c1a9d6ea12985d6ed005..c83e4c2301296e6ac9eec4f0165bf27c63d6d7c9 100644
--- a/pkgs/dict/tatoebatools/default.nix
+++ b/pkgs/dict/tatoebatools/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchFromGitHub, withCli ? true, checkLang ? false }:
+{ lib, stdenv, python3Packages, fetchFromGitHub, withCli ? true, checkLang ? false }:
python3Packages.buildPythonApplication rec {
pname = "tatoebatools";
@@ -30,5 +30,6 @@ inherit (src.meta) homepage;
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/dict/zdict/default.nix b/pkgs/dict/zdict/default.nix
index a8a9a332f1218fc845a197e382e06a2dd2b423ea..ac646182c79b63391e5790eb620a3446d020d05c 100644
--- a/pkgs/dict/zdict/default.nix
+++ b/pkgs/dict/zdict/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchFromGitHub, python3Packages }:
+{ lib, stdenv, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "zdict";
@@ -36,5 +36,6 @@ inherit (src.meta) homepage;
license = licenses.gpl3;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
};
}
diff --git a/pkgs/osm/phyghtmap/default.nix b/pkgs/osm/phyghtmap/default.nix
index bca0a063bf65535967da1d610daf69d80e48884b..c2f7356f661103af093072024eebc1752d2a44f3 100644
--- a/pkgs/osm/phyghtmap/default.nix
+++ b/pkgs/osm/phyghtmap/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchurl, installShellFiles }:
+{ lib, stdenv, python3Packages, fetchurl, installShellFiles }:
python3Packages.buildPythonApplication rec {
pname = "phyghtmap";
@@ -21,5 +21,6 @@ homepage = "http://katze.tfiu.de/projects/phyghtmap";
license = licenses.gpl2Plus;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
};
}
application/octet-stream
This content has been proxied by September (3851b).