Skip to content

Commit 0ce0839

Browse files
committed
mullvad-vpn add darwin as badPlatform
1 parent d753a00 commit 0ce0839

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/applications/networking/mullvad-vpn/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ stdenv.mkDerivation {
138138
changelog = "https://github.com/mullvad/mullvadvpn-app/blob/${version}/CHANGELOG.md";
139139
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
140140
license = licenses.gpl3Only;
141-
platforms = [ "x86_64-linux" "aarch64-linux" ];
141+
platforms = platforms.unix ;
142+
badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
142143
maintainers = with maintainers; [ Br1ght0ne ymarkus ataraxiasjel ];
143144
};
144145

0 commit comments

Comments
 (0)