mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
fusePackages: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
9a13661b38
commit
917218e8e2
@ -82,8 +82,6 @@ in stdenv.mkDerivation rec {
|
||||
cp ${fusePackages.fuse_3.common}/etc/udev/rules.d/99-fuse.rules etc/udev/rules.d/99-fuse.rules
|
||||
'');
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library that allows filesystems to be implemented in user space";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user