Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-11-11 16:00:34 +01:00
155 changed files with 1569 additions and 801 deletions
+8
View File
@@ -7691,6 +7691,14 @@ in {
};
};
wxPython_4_1 = callPackage ../development/python-modules/wxPython/4.1.nix {
inherit (pkgs) pkgconfig;
wxGTK = pkgs.wxGTK31.override {
withGtk2 = false;
withWebKit = true;
};
};
wxPython = self.wxPython30;
x11_hash = callPackage ../development/python-modules/x11_hash { };