vde2: explicitly disable parallel building

+7
+7
pkgs/tools/networking/vde2/default.nix
··· 34 35 hardeningDisable = [ "format" ]; 36 37 meta = with lib; { 38 homepage = "https://github.com/virtualsquare/vde-2"; 39 description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";
··· 34 35 hardeningDisable = [ "format" ]; 36 37 + # Disable parallel build as it fails as: 38 + # make: *** No rule to make target '../../src/lib/libvdemgmt.la', 39 + # needed by 'libvdesnmp.la'. Stop. 40 + # Next release should address it with 41 + # https://github.com/virtualsquare/vde-2/commit/7dd9ed46d5dca125ca45d679ac9f3acbfb0f9300.patch 42 + enableParallelBuilding = false; 43 + 44 meta = with lib; { 45 homepage = "https://github.com/virtualsquare/vde-2"; 46 description = "Virtual Distributed Ethernet, an Ethernet compliant virtual network";