froide-govplan: inherit python from froide
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user