froide-govplan: inherit python from froide

This commit is contained in:
Robert Schütz
2025-12-06 10:07:00 -08:00
parent 028e287e2a
commit 5a2a9a532f
2 changed files with 5 additions and 6 deletions
+1 -6
View File
@@ -12,12 +12,7 @@
gettext,
}:
let
python = python3Packages.python.override {
packageOverrides = self: super: {
django_5 = super.django_5.override { withGdal = true; };
django = super.django_5;
};
};
inherit (froide) python;
in
python.pkgs.buildPythonApplication rec {
pname = "froide-govplan";
+4
View File
@@ -191,6 +191,10 @@ python.pkgs.buildPythonApplication rec {
# Playwright tests not supported on RiscV yet
doCheck = lib.meta.availableOn stdenv.hostPlatform playwright-driver.browsers;
passthru = {
inherit python;
};
meta = {
description = "Freedom of Information Portal";
homepage = "https://github.com/okfde/froide";