Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-07 12:20:40 +00:00
committed by GitHub
45 changed files with 746 additions and 660 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ Use the `meta.broken` attribute to disable the package for unsupported Qt versio
stdenv.mkDerivation {
# ...
# Disable this library with Qt < 5.9.0
# Disable this library with Qt < 5.9.0
meta.broken = lib.versionOlder qtbase.version "5.9.0";
}
```