hol: expand platforms to unix

+1 -1
+1 -1
pkgs/applications/science/logic/hol/default.nix
··· 81 ''; 82 homepage = "http://hol.sourceforge.net/"; 83 license = licenses.bsd3; 84 - platforms = [ "x86_64-linux" ]; 85 maintainers = with maintainers; [ mudri ]; 86 }; 87 }
··· 81 ''; 82 homepage = "http://hol.sourceforge.net/"; 83 license = licenses.bsd3; 84 + platforms = platforms.unix; 85 maintainers = with maintainers; [ mudri ]; 86 }; 87 }