fastd: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
@@ -45,8 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
"-Dmac_ghash_pclmulqdq=disabled"
|
"-Dmac_ghash_pclmulqdq=disabled"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fast and Secure Tunneling Daemon";
|
description = "Fast and Secure Tunneling Daemon";
|
||||||
homepage = "https://projects.universe-factory.net/projects/fastd/wiki";
|
homepage = "https://projects.universe-factory.net/projects/fastd/wiki";
|
||||||
|
|||||||
Reference in New Issue
Block a user