mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
mesa: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
11e0b4022e
commit
31c5b4fe9b
@ -145,7 +145,6 @@ self = stdenv.mkDerivation {
|
||||
] ++ optional stdenv.isLinux libdrm
|
||||
++ optionals stdenv.isDarwin [ OpenGL Xplugin ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = false;
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user