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"
|
"-D systemdunitdir=lib/systemd/user"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
passthru.providedSessions = [ "enlightenment" ];
|
passthru.providedSessions = [ "enlightenment" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user