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 d753a00 commit 0ce0839Copy full SHA for 0ce0839
pkgs/applications/networking/mullvad-vpn/default.nix
@@ -138,7 +138,8 @@ stdenv.mkDerivation {
138
changelog = "https://github.com/mullvad/mullvadvpn-app/blob/${version}/CHANGELOG.md";
139
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
140
license = licenses.gpl3Only;
141
- platforms = [ "x86_64-linux" "aarch64-linux" ];
+ platforms = platforms.unix ;
142
+ badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
143
maintainers = with maintainers; [ Br1ght0ne ymarkus ataraxiasjel ];
144
};
145
0 commit comments