glibmm: don't manually enableParallelBuilding

This is automatic for Meson builds.
This commit is contained in:
Alyssa Ross
2021-05-12 11:57:35 +00:00
parent 5fe3cbceae
commit 058854e4e0
@@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
]);
propagatedBuildInputs = [ glib libsigcxx ];
enableParallelBuilding = true;
doCheck = false; # fails. one test needs the net, another /etc/fstab
passthru = {