We actually don't need to `strip` using `install`. Stripping is already part of the fixup. This ends up being a fix we can apply universally, but works around an issue where `install` doesn't know about the prefixed `strip` binary.
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname