glibmm: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user