Merge staging-next into staging

This commit is contained in:
zowoq
2021-01-22 16:56:40 +10:00
1772 changed files with 4918 additions and 4917 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
- libOSMesa is in $osmesa (~4 MB)
*/
with stdenv.lib;
with lib;
let
# Release calendar: https://www.mesa3d.org/release-calendar.html
@@ -201,7 +201,7 @@ stdenv.mkDerivation {
done
'';
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-fno-common";
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-fno-common";
passthru = {
inherit libdrm;