treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
It's necessary to do this in order to fix ckb's compilation, now that fixupPhase rejects derivation results containing references to the temporary build directory. It seems like good practice so I've added it to the other packages that I maintain.