Unverified Commit 6a1a5d3b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

froide-govplan: inherit python from froide (#468487)

parents 04b1c0bf 5a2a9a53
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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";
+0 −2
Original line number Diff line number Diff line
@@ -5747,8 +5747,6 @@ self: super: with self; {
  fritzconnection = callPackage ../development/python-modules/fritzconnection { };
  froide = toPythonModule (pkgs.froide.override { python3Packages = self; });
  frozendict = callPackage ../development/python-modules/frozendict { };
  frozenlist = callPackage ../development/python-modules/frozenlist { };