Unverified Commit c9cb777a authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

pdm: fix AGPL issues (#413247)

parents 37a9c8af 53a2aac7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@ let
          hash = "sha256-UBdgFN+fvbjz+rp8+rog8FW2jwO/jCfUPV7UehJKiV8=";
        };
      });
      # pdm requires ...... -> jbig2dec which is AGPL only
      moto = super.moto.overridePythonAttrs (old: rec {
        doCheck = false;
      });
    };
  };
in