Hi everyone, I'm new to Guix and I'm enjoying it very much so far. Here is my little contribution: a lightweight CAD package. I don't have a lot of experience with SolveSpace, so I haven't done any testing other than checking if export to DXF works and drawing some sketches. I think I've managed to follow the steps in the Submitting Patches guide. The package has a couple of TODO's though, mostly regarding extracting dependencies instead of building the git submodules in-place: - mimalloc This just points to Microsoft's upstream , very close to version 2.0.6. The only other use of mimalloc I found was rust-mimalloc, but it seems to be on version mimalloc 1.6.4. - dxfrw: I believe this is an independent fork , which is unlikely useful elsewhere. Please consider this for inclusion, Thank you. K.