nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

vassal: correct platforms

Upstream also supports Windows

+1 -1
+1 -1
pkgs/by-name/va/vassal/package.nix
··· 79 79 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 80 80 license = licenses.lgpl21Only; 81 81 maintainers = with maintainers; [ tvestelind ]; 82 - platforms = platforms.unix; 82 + platforms = with lib.platforms; unix ++ windows; 83 83 mainProgram = "vassal"; 84 84 }; 85 85 }