Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-06-16 18:05:38 +02:00
117 changed files with 1171 additions and 587 deletions
+1 -1
View File
@@ -5745,7 +5745,7 @@ in {
rply = callPackage ../development/python-modules/rply {};
rpm = toPythonModule (pkgs.rpm.override{inherit python;});
rpm = disabledIf (!isPy3k) (toPythonModule (pkgs.rpm.override{ inherit python; }));
rpmfluff = callPackage ../development/python-modules/rpmfluff {};