mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
enlightenment.enlightenment: do not explicitly enable parallel building
By default enableParallelBuilding is already enabled when building with meson.
This commit is contained in:
parent
182f587c2f
commit
eec1f2ac53
@ -73,8 +73,6 @@ stdenv.mkDerivation rec {
|
||||
"-D systemdunitdir=lib/systemd/user"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.providedSessions = [ "enlightenment" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user