pcalc: enable on darwin

+3 -3
+3 -3
pkgs/applications/science/math/pcalc/default.nix
··· 19 meta = with lib; { 20 homepage = "https://vapier.github.io/pcalc/"; 21 description = "Programmer's calculator"; 22 - license = licenses.gpl2; 23 - maintainers = with lib.maintainers; [ ftrvxmtrx ]; 24 - platforms = lib.platforms.linux; 25 }; 26 }
··· 19 meta = with lib; { 20 homepage = "https://vapier.github.io/pcalc/"; 21 description = "Programmer's calculator"; 22 + license = licenses.gpl2Plus; 23 + maintainers = with maintainers; [ ftrvxmtrx ]; 24 + platforms = platforms.unix; 25 }; 26 }