mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 18:40:39 +00:00
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.
contex: #271071