···127127 # error: 'vvtanh' was not declared in this scope; did you mean 'tanh'?
128128 # error: no matching function for call to 'juce::dsp::SIMDRegister<double>::SIMDRegister(xsimd::simd_batch_traits<xsimd::batch<double, 2> >::batch_bool_type)'
129129 broken = stdenv.isAarch64; # since 2021-12-27 on hydra (update to 2.10): https://hydra.nixos.org/build/162558991
130130+ mainProgram = "CHOWTapeModel";
130131 };
131132}
···2727 # I asked upstream to assign a license, so maybe this can be free
2828 # in the future, but for now let's play it safe and make it unfree.
2929 license = lib.licenses.unfree;
3030+ mainProgram = "DolbyBi64";
3031 };
3132}
···8181 # ibtool -> real Xcode -> I can't get that, and Ofborg can't test that
8282 broken = stdenv.hostPlatform.isDarwin;
8383 maintainers = with maintainers; [ OPNA2608 ];
8484+ mainProgram = "milkytracker";
8485 };
8586})
···1818 description = "A straightforward command line program to play midi files through the ALSA sequencer";
1919 maintainers = with maintainers; [ lheckemann ];
2020 license = licenses.gpl2;
2121+ mainProgram = "pmidi";
2122 };
2223}
···2020 homepage = "https://streamripper.sourceforge.net/";
2121 description = "Application that lets you record streaming mp3 to your hard drive";
2222 license = licenses.gpl2;
2323+ mainProgram = "streamripper";
2324 };
2425}
···3636 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
3737 platforms = jre.meta.platforms;
3838 maintainers = with maintainers; [ abbradar ];
3939+ mainProgram = "yed";
3940 };
4041}
+1
pkgs/applications/graphics/yeetgif/default.nix
···2929 homepage = "https://github.com/sgreben/yeetgif";
3030 license = with licenses; [ mit asl20 cc-by-nc-sa-40 ];
3131 maintainers = with maintainers; [ ajs124 ];
3232+ mainProgram = "gif";
3233 };
3334}
···2828 description = "A CLI for managing and sending data to Humio";
2929 license = licenses.asl20;
3030 maintainers = with maintainers; [ lucperkins ];
3131+ mainProgram = "humioctl";
3132 };
3233}
+1
pkgs/applications/misc/HentaiAtHome/default.nix
···5252 "Hentai@Home is an open-source P2P gallery distribution system which reduces the load on the E-Hentai Galleries";
5353 license = licenses.gpl3;
5454 maintainers = with maintainers; [ terrorjack ];
5555+ mainProgram = "HentaiAtHome";
5556 };
5657}
···4848 description = "A to-do list for shopping or other use cases";
4949 license = licenses.mit;
5050 maintainers = with maintainers; [ annaaurora ];
5151+ mainProgram = "kaufdbclean";
5152 };
5253}
···3838 homepage = "https://www.ory.sh/kratos/";
3939 license = licenses.asl20;
4040 description = "An API-first Identity and User Management system that is built according to cloud architecture best practices";
4141+ mainProgram = "kratos";
4142 };
4243}
···1919 description = "A small CLI to fish out the current or next semver version from a git repository";
2020 maintainers = with maintainers; [ catouc ];
2121 license = licenses.mit;
2222+ mainProgram = "semver";
2223 };
2324}
···158158 Application for managing recipes, planning meals, building shopping lists
159159 and much much more!
160160 '';
161161+ mainProgram = "tandoor-recipes";
161162 };
162163}
···2222 # The maintainer is using this on linux, but if you test it on other platforms
2323 # please add them here!
2424 platforms = platforms.linux;
2525+ mainProgram = "igmpproxy";
2526 };
2627}
···2222 license = lib.licenses.bsd3;
2323 # never built on aarch64-linux since first introduction in nixpkgs
2424 broken = stdenv.isLinux && stdenv.isAarch64;
2525+ mainProgram = "srelay";
2526 };
2627}
···4040 maintainers = with lib.maintainers; [ thoughtpolice ];
4141 # never built on aarch64-linux since first introduction in nixpkgs
4242 broken = stdenv.isLinux && stdenv.isAarch64;
4343+ mainProgram = "wrk2";
4344 };
4445}