mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +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
|
] ++ optional stdenv.isLinux libdrm
|
||||||
++ optionals stdenv.isDarwin [ OpenGL Xplugin ];
|
++ optionals stdenv.isDarwin [ OpenGL Xplugin ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user