···8080 + supported sound systems: ASIO, DirectSound, MME, ALSA, OSS, JACK, Audiobus, IAA.
8181 '';
8282 homepage = "https://warmplace.ru/soft/ans/";
8383+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
8384 license = licenses.free;
8485 # I cannot test the Darwin version, so I'll leave it disabled
8586 platforms = [ "x86_64-linux" "i686-linux" ];
+1
pkgs/applications/blockchains/exodus/default.nix
···7676 meta = with lib; {
7777 homepage = "https://www.exodus.io/";
7878 description = "Top-rated cryptocurrency wallet with Trezor integration and built-in Exchange";
7979+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
7980 license = licenses.unfree;
8081 platforms = platforms.linux;
8182 maintainers = with maintainers; [ mmahut rople380 ];
+4
pkgs/applications/blockchains/sparrow/default.nix
···225225 meta = with lib; {
226226 description = "A modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasis on transparency and usability.";
227227 homepage = "https://sparrowwallet.com";
228228+ sourceProvenance = with sourceTypes; [
229229+ binaryBytecode
230230+ binaryNativeCode
231231+ ];
228232 license = licenses.asl20;
229233 maintainers = with maintainers; [ emmanuelrosa _1000101 ];
230234 platforms = [ "x86_64-linux" ];
···191191 inherit version;
192192 homepage = "https://www.winehq.org/";
193193 license = with lib.licenses; [ lgpl21Plus ];
194194+ sourceProvenance = with lib.sourceTypes; [
195195+ fromSource
196196+ binaryNativeCode # mono, gecko
197197+ ];
194198 description = if supportFlags.waylandSupport then "An Open Source implementation of the Windows API on top of OpenGL and Unix (with experimental Wayland support)" else "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
195199 platforms = if supportFlags.waylandSupport then (lib.remove "x86_64-darwin" prevPlatforms) else prevPlatforms;
196200 maintainers = with lib.maintainers; [ avnik raskin bendlas jmc-figueira ];
···4646 meta = with lib; {
4747 description = "For converting between different versions of .dwg and .dxf";
4848 homepage = "https://www.opendesign.com/guestfiles/oda_file_converter";
4949+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4950 license = licenses.unfree;
5051 maintainers = with maintainers; [ nagisa ];
5152 platforms = [ "x86_64-linux" ];
+1
pkgs/applications/graphics/pencil/default.nix
···9999 meta = with lib; {
100100 description = "GUI prototyping/mockup tool";
101101 homepage = "https://pencil.evolus.vn/";
102102+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
102103 license = licenses.gpl2; # Commercial license is also available
103104 maintainers = with maintainers; [ bjornfor prikhi mrVanDalo ];
104105 platforms = platforms.linux;
+1
pkgs/applications/graphics/pixeluvo/default.nix
···4949 meta = with lib; {
5050 description = "A Beautifully Designed Image and Photo Editor for Windows and Linux";
5151 homepage = "http://www.pixeluvo.com/";
5252+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5253 license = licenses.unfree;
5354 platforms = [ "x86_64-linux" ];
5455 maintainers = with maintainers; [ wolfangaukang ];
+1
pkgs/applications/graphics/pixinsight/default.nix
···124124 meta = with lib; {
125125 description = "Scientific image processing program for astrophotography";
126126 homepage = "https://pixinsight.com/";
127127+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
127128 license = licenses.unfree;
128129 platforms = [ "x86_64-linux" ];
129130 maintainers = [ maintainers.sheepforce ];
···7272 '';
73737474 meta = with lib; {
7575- sourceProvenance = with sourceTypes; [ binaryBytecode ];
7575+ sourceProvenance = with sourceTypes; [
7676+ binaryBytecode
7777+ binaryNativeCode
7878+ ];
7679 license = licenses.unfree;
7780 maintainers = with maintainers; [ vlaci ];
7881 platforms = [ "x86_64-linux" "i686-linux" ];
+1
pkgs/applications/misc/join-desktop/default.nix
···6464 meta = with lib; {
6565 homepage = "https://github.com/joaomgcd/JoinDesktop/";
6666 description = "Desktop app for Join";
6767+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
6768 # on https://joaoapps.com/join/desktop/ "Join Desktop is an open source app" but no license
6869 license = licenses.free;
6970 platforms = [ "x86_64-linux" ];
···122122 meta = {
123123 homepage = "https://getpolarized.io/";
124124 description = "Personal knowledge repository for PDF and web content supporting incremental reading and document annotation";
125125+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
125126 license = lib.licenses.gpl3Only;
126127 platforms = lib.platforms.linux;
127128 maintainers = [ lib.maintainers.noneucat ];
+1
pkgs/applications/misc/premid/default.nix
···8585 description = "A simple, configurable utility to show your web activity as playing status on Discord";
8686 homepage = "https://premid.app";
8787 downloadPage = "https://premid.app/downloads";
8888+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
8889 license = licenses.mpl20;
8990 maintainers = with maintainers; [ natto1784 ];
9091 platforms = [ "x86_64-linux" ];
+1
pkgs/applications/misc/rescuetime/default.nix
···5353 description = "Helps you understand your daily habits so you can focus and be more productive";
5454 homepage = "https://www.rescuetime.com";
5555 maintainers = with maintainers; [ cstrahan ];
5656+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
5657 license = licenses.unfree;
5758 platforms = [ "i686-linux" "x86_64-linux" ];
5859 };
···5959 introspective tooling, cluster navigation, and object management along
6060 with a plugin system to further extend its capabilities.
6161 '';
6262+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
6263 license = licenses.asl20;
6364 maintainers = with maintainers; [ jk ];
6465 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
···127127 meta = with lib; {
128128 description = "Video, audio, and web conferencing that works together with the collaboration tools you use every day";
129129 homepage = "https://www.bluejeans.com";
130130+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
130131 license = licenses.unfree;
131132 maintainers = with maintainers; [ ];
132133 platforms = [ "x86_64-linux" ];
···9191 Mailspring is an open-source mail client forked from Nylas Mail and built with Electron.
9292 Mailspring's sync engine runs locally, but its source is not open.
9393 '';
9494+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
9495 license = licenses.gpl3Plus;
9596 maintainers = with maintainers; [ toschmidt doronbehar ];
9697 homepage = "https://getmailspring.com";
···3434 meta = with lib; {
3535 description = "Automatically sync files via secure, distributed technology";
3636 homepage = "https://www.resilio.com/";
3737+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
3738 license = licenses.unfreeRedistributable;
3839 platforms = platforms.linux;
3940 maintainers = with maintainers; [ domenkozar thoughtpolice cwoac ];
+1
pkgs/applications/networking/scaleft/default.nix
···3434 meta = with lib; {
3535 description = "ScaleFT provides Zero Trust software which you can use to secure your internal servers and services";
3636 homepage = "https://www.scaleft.com";
3737+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
3738 license = licenses.unfree;
3839 maintainers = with maintainers; [ jloyet ];
3940 platforms = [ "x86_64-linux" ];
···77 meta = with lib; {
88 description = "Desktop application to synchronize files and folders between the computer and the Synology Drive server.";
99 homepage = "https://www.synology.com/en-global/dsm/feature/drive";
1010+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
1011 license = licenses.unfree;
1112 maintainers = with maintainers; [ jcouyang MoritzBoehme ];
1213 platforms = [ "x86_64-linux" "x86_64-darwin" ];
+1
pkgs/applications/networking/termius/default.nix
···7575 description = "A cross-platform SSH client with cloud data sync and more";
7676 homepage = "https://termius.com/";
7777 downloadPage = "https://termius.com/linux/";
7878+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
7879 license = licenses.unfree;
7980 maintainers = with maintainers; [ Br1ght0ne th0rgal ];
8081 platforms = [ "x86_64-linux" ];
+1
pkgs/applications/networking/tetrd/default.nix
···7878 meta = with lib; {
7979 description = "Share your internet connection from your device to your PC and vice versa through a USB cable";
8080 homepage = "https://tetrd.app";
8181+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
8182 license = licenses.unfree;
8283 platforms = [ "x86_64-linux" ];
8384 maintainers = with maintainers; [ Madouura ];
+1
pkgs/applications/office/appflowy/default.nix
···6969 meta = with lib; {
7070 description = "An open-source alternative to Notion";
7171 homepage = "https://www.appflowy.io/";
7272+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
7273 license = licenses.agpl3Only;
7374 changelog = "https://github.com/AppFlowy-IO/appflowy/releases/tag/${version}";
7475 maintainers = with maintainers; [ darkonion0 ];
···4444 # Also, it is unclear what is covered by "verbatim" - we will edit configs
4545 hydraPlatforms = [];
4646 platforms = platforms.all;
4747+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4748 license = licenses.unfreeRedistributable;
4849 };
4950}
···8686 You can then merge the changes, synchronize your files, and generate reports for your records.
8787 '';
8888 homepage = "https://www.scootersoftware.com";
8989+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
8990 license = licenses.unfree;
9091 maintainers = with maintainers; [ ktor arkivm ];
9192 platforms = builtins.attrNames srcs;
···7979 can always download the latest version from makemkv.com that will reset the
8080 expiration date.
8181 '';
8282+ sourceProvenance = with sourceTypes; [ binaryNativeCode ];
8283 license = licenses.unfree;
8384 homepage = "http://makemkv.com";
8485 platforms = [ "x86_64-linux" ];
···155155 This add-on provides support for dynamic resizing of the X Display, shared
156156 host/guest clipboard support and guest OpenGL support.
157157 '';
158158+ sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
158159 license = "GPL";
159160 maintainers = [ lib.maintainers.sander ];
160161 platforms = lib.platforms.linux;