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.
1 parent d1805ec commit c684bfaCopy full SHA for c684bfa
pkgs/by-name/fr/freetube/package.nix
@@ -110,6 +110,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
110
ryand56
111
sigmasquadron
112
];
113
+ badPlatforms = [
114
+ # output app is called "Electron.app" while derivation expects "FreeTube.app"
115
+ #see: https://github.com/NixOS/nixpkgs/pull/384596#issuecomment-2677141349
116
+ lib.systems.inspect.patterns.isDarwin
117
+ ];
118
inherit (electron.meta) platforms;
119
mainProgram = "freetube";
120
};
0 commit comments