Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rtaudio: Enable parallel building

+2
+2
pkgs/development/libraries/audio/rtaudio/default.nix
··· 11 11 sha256 = "0jkqnhc2pq31nmq4daxhmqdjgv2qi4ib27hwms2r5zhnmvvzlr67"; 12 12 }; 13 13 14 + enableParallelBuilding = true; 15 + 14 16 buildInputs = [ autoconf automake libtool libjack2 alsaLib rtmidi ]; 15 17 16 18 preConfigure = ''