We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da01f1f + 696ff47 commit bc604cbCopy full SHA for bc604cb
pkgs/by-name/fl/flatpak/package.nix
@@ -265,6 +265,7 @@ stdenv.mkDerivation (finalAttrs: {
265
changelog = "https://github.com/flatpak/flatpak/releases/tag/${finalAttrs.version}";
266
license = lib.licenses.lgpl21Plus;
267
maintainers = with lib.maintainers; [ getchoo ];
268
+ mainProgram = "flatpak";
269
platforms = lib.platforms.linux;
270
};
271
})
0 commit comments