Merge pull request #291190 from ShamrockLee/losslesscut-bin-overriding

losslesscut-bin.x86_64-appimage: fix overriding
This commit is contained in:
éclairevoyant 2024-04-25 07:39:47 +00:00 committed by GitHub
commit 8b7cca91da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@ let
inherit pname version src;
};
in
(appimageTools.wrapType2 {
appimageTools.wrapType2 {
inherit pname version src;
profile = ''
@ -52,6 +52,4 @@ in
platforms = [ "x86_64-linux" ];
mainProgram = "losslesscut";
};
}) // {
inherit pname version;
}