Skip to content

Commit bc604cb

Browse files
authored
flatpak: set meta.mainProgram (#358995)
2 parents da01f1f + 696ff47 commit bc604cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/fl/flatpak/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ stdenv.mkDerivation (finalAttrs: {
265265
changelog = "https://github.com/flatpak/flatpak/releases/tag/${finalAttrs.version}";
266266
license = lib.licenses.lgpl21Plus;
267267
maintainers = with lib.maintainers; [ getchoo ];
268+
mainProgram = "flatpak";
268269
platforms = lib.platforms.linux;
269270
};
270271
})

0 commit comments

Comments
 (0)