Loading
losslesscut-bin.x86_64-appimage: fix overriding
Pass attributes `pname` and `version` directly into appimage.wrapType2,
instead of attribute set update ('//'), to ensure that they survive
across overriding.
This is possible as the pname-version passing of buildFHSEnvBubblewrap,
buildFHSEnv, and appimageTools.wrapAppImage is fixed.[1]
[1]: https://github.com/NixOS/nixpkgs/pull/271071