tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pcalc: enable on darwin
Nikolay Korotkiy
4 years ago
89707c93
19b87ec9
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
pcalc
default.nix
+3
-3
pkgs/applications/science/math/pcalc/default.nix
···
19
19
meta = with lib; {
20
20
homepage = "https://vapier.github.io/pcalc/";
21
21
description = "Programmer's calculator";
22
22
-
license = licenses.gpl2;
23
23
-
maintainers = with lib.maintainers; [ ftrvxmtrx ];
24
24
-
platforms = lib.platforms.linux;
22
22
+
license = licenses.gpl2Plus;
23
23
+
maintainers = with maintainers; [ ftrvxmtrx ];
24
24
+
platforms = platforms.unix;
25
25
};
26
26
}