Unverified Commit 8fca6750 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

pdm: fix AGPL issues (#446282)

parents a6bdf10f 7427dbbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ let
          hash = "sha256-UBdgFN+fvbjz+rp8+rog8FW2jwO/jCfUPV7UehJKiV8=";
        };
      });
      # pdm requires ...... -> ghostscript-with-X which is AGPL only
      matplotlib = super.matplotlib.override ({ enableTk = false; });
      # pdm requires ...... -> jbig2dec which is AGPL only
      moto = super.moto.overridePythonAttrs (old: rec {
        doCheck = false;