···63 meta = with lib; {
64 homepage = "https://pinegrow.com";
65 description = "UI Web Editor";
66- platforms = platforms.linux;
67 license = with licenses; [ unfreeRedistributable ];
68 maintainers = with maintainers; [ gador ];
69 };
···63 meta = with lib; {
64 homepage = "https://pinegrow.com";
65 description = "UI Web Editor";
66+ platforms = [ "x86_64-linux" ];
67 license = with licenses; [ unfreeRedistributable ];
68 maintainers = with maintainers; [ gador ];
69 };
+1
pkgs/applications/graphics/pixeluvo/default.nix
···50 description = "A Beautifully Designed Image and Photo Editor for Windows and Linux";
51 homepage = "http://www.pixeluvo.com/";
52 license = licenses.unfree;
053 maintainers = with maintainers; [ wolfangaukang ];
54 };
55}
···50 description = "A Beautifully Designed Image and Photo Editor for Windows and Linux";
51 homepage = "http://www.pixeluvo.com/";
52 license = licenses.unfree;
53+ platforms = [ "x86_64-linux" ];
54 maintainers = with maintainers; [ wolfangaukang ];
55 };
56}
+1
pkgs/applications/misc/foxitreader/default.nix
···74 description = "A viewer for PDF documents";
75 homepage = "https://www.foxitsoftware.com/";
76 license = licenses.unfree;
077 maintainers = with maintainers; [ p-h rhoriguchi ];
78 };
79}
···74 description = "A viewer for PDF documents";
75 homepage = "https://www.foxitsoftware.com/";
76 license = licenses.unfree;
77+ platforms = [ "x86_64-linux" ];
78 maintainers = with maintainers; [ p-h rhoriguchi ];
79 };
80}
···79 description = "Share your internet connection from your device to your PC and vice versa through a USB cable";
80 homepage = "https://tetrd.app";
81 license = licenses.unfree;
82- platforms = platforms.all;
83 maintainers = with maintainers; [ Madouura ];
84 };
85}
···79 description = "Share your internet connection from your device to your PC and vice versa through a USB cable";
80 homepage = "https://tetrd.app";
81 license = licenses.unfree;
82+ platforms = [ "x86_64-linux" ];
83 maintainers = with maintainers; [ Madouura ];
84 };
85}