Just fixed a problem with installing the nodejs
package mediasoup
on NixOS which was caused by pip
(yes, the python thing) downloading a binary. Shouldn’t the NixOS pip
always build any executables it needs? It could do with via the pip
argument --no-binary
.