mesa: don't manually enableParallelBuilding

This is automatic for Meson builds.
launchpad/nixpkgs/master
Alyssa Ross 3 years ago
parent 11e0b4022e
commit 31c5b4fe9b
  1. 1
      pkgs/development/libraries/mesa/default.nix

@ -145,7 +145,6 @@ self = stdenv.mkDerivation {
] ++ optional stdenv.isLinux libdrm
++ optionals stdenv.isDarwin [ OpenGL Xplugin ];
enableParallelBuilding = true;
doCheck = false;
postInstall = ''

Loading…
Cancel
Save