glibmm: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
@@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
|
||||
]);
|
||||
propagatedBuildInputs = [ glib libsigcxx ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = false; # fails. one test needs the net, another /etc/fstab
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user