enlightenment.enlightenment: do not explicitly enable parallel building
By default enableParallelBuilding is already enabled when building with meson.
This commit is contained in:
@@ -73,8 +73,6 @@ stdenv.mkDerivation rec {
|
|||||||
"-D systemdunitdir=lib/systemd/user"
|
"-D systemdunitdir=lib/systemd/user"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
passthru.providedSessions = [ "enlightenment" ];
|
passthru.providedSessions = [ "enlightenment" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user