diff --git a/pkgs/gemini/agunua/default.nix b/pkgs/gemini/agunua/default.nix
index 2fa3e448e2dd7cf7164b207b69303418ae2390a1..9d66e0e09302fd06761d65a83f917fc14ef3e4a4 100644
--- a/pkgs/gemini/agunua/default.nix
+++ b/pkgs/gemini/agunua/default.nix
@@ -1,15 +1,16 @@
-{ lib, stdenv, fetchFromGitLab, python3Packages }:
+{ lib, fetchFromGitLab, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "agunua";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "bortzmeyer";
repo = pname;
};
propagatedBuildInputs = with python3Packages; [
@@ -24,7 +25,6 @@ disabledTestPaths = [
"tests/test_egsam.py"
"tests/test_full.py"
"tests/test_random_projects.py"
];
meta = with lib; {
@@ -32,6 +32,5 @@ description = "Python library for the development of Gemini clients";
inherit (src.meta) homepage;
license = licenses.gpl2Only;
maintainers = [ maintainers.sikmir ];
};
}
application/octet-stream
This content has been proxied by September (3851b).