···17 makeFlags = ["PREFIX=$(out)"];
1819 meta = {
20- inherit version;
21 description = "";
22 # Code cannot be used in commercial programs
23 # Looks like the definition hinges on the price, not license
···17 makeFlags = ["PREFIX=$(out)"];
1819 meta = {
020 description = "";
21 # Code cannot be used in commercial programs
22 # Looks like the definition hinges on the price, not license
···17 license = lib.licenses.gpl2;
18 maintainers = with lib.maintainers; [ kovirobi ];
19 platforms = lib.platforms.linux;
20- inherit version;
21-22 longDescription = ''
23 A simple command line tool to check for new mail in local mbox and
24 maildir and remote POP3 and IMAP mailboxes.
···17 license = lib.licenses.gpl2;
18 maintainers = with lib.maintainers; [ kovirobi ];
19 platforms = lib.platforms.linux;
0020 longDescription = ''
21 A simple command line tool to check for new mail in local mbox and
22 maildir and remote POP3 and IMAP mailboxes.
···32 ];
3334 meta = {
35- inherit version;
36 description = "Extension of clingo to handle constraints over integers";
37 license = lib.licenses.gpl3; # for now GPL3, next version MIT!
38 platforms = lib.platforms.unix;
···32 ];
3334 meta = {
035 description = "Extension of clingo to handle constraints over integers";
36 license = lib.licenses.gpl3; # for now GPL3, next version MIT!
37 platforms = lib.platforms.unix;
···90 passthru.tests = {};
9192 meta = with lib; {
93- inherit version;
94 description = "A fast, lightweight SCM system for very large distributed projects";
95 homepage = "https://www.mercurial-scm.org";
96 downloadPage = "https://www.mercurial-scm.org/release/";
···90 passthru.tests = {};
9192 meta = with lib; {
093 description = "A fast, lightweight SCM system for very large distributed projects";
94 homepage = "https://www.mercurial-scm.org";
95 downloadPage = "https://www.mercurial-scm.org/release/";
···41 description = "A small window manager controlled by a 9P filesystem";
42 maintainers = with lib.maintainers; [ kovirobi ];
43 license = lib.licenses.mit;
44- inherit version;
45 platforms = with lib.platforms; linux;
46 };
47}
···41 description = "A small window manager controlled by a 9P filesystem";
42 maintainers = with lib.maintainers; [ kovirobi ];
43 license = lib.licenses.mit;
044 platforms = with lib.platforms; linux;
45 };
46}
-1
pkgs/data/fonts/noto-fonts/default.nix
···154 '';
155156 meta = with lib; {
157- inherit version;
158 description = "Color and Black-and-White emoji fonts";
159 homepage = "https://github.com/googlefonts/noto-emoji";
160 license = with licenses; [ ofl asl20 ];
···154 '';
155156 meta = with lib; {
0157 description = "Color and Black-and-White emoji fonts";
158 homepage = "https://github.com/googlefonts/noto-emoji";
159 license = with licenses; [ ofl asl20 ];
-1
pkgs/data/fonts/unscii/default.nix
···61 outputs = [ "out" "extra" ];
6263 meta = {
64- inherit version;
65 description = "Bitmapped character-art-friendly Unicode fonts";
66 # Basically GPL2+ with font exception — because of the Unifont-augmented
67 # version. The reduced version is public domain.
···61 outputs = [ "out" "extra" ];
6263 meta = {
064 description = "Bitmapped character-art-friendly Unicode fonts";
65 # Basically GPL2+ with font exception — because of the Unifont-augmented
66 # version. The reduced version is public domain.
···29 '';
30 buildInputs = [jre ant jdk jre];
31 meta = {
32- inherit version;
33 description = "A JVM-based Common Lisp implementation";
34 license = lib.licenses.gpl3 ;
35 maintainers = [lib.maintainers.raskin];
···29 '';
30 buildInputs = [jre ant jdk jre];
31 meta = {
032 description = "A JVM-based Common Lisp implementation";
33 license = lib.licenses.gpl3 ;
34 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/compilers/dmd/binary.nix
···43 '';
4445 meta = with lib; {
46- inherit version;
47 description = "Digital Mars D Compiler Package";
48 # As of 2.075 all sources and binaries use the boost license
49 license = licenses.boost;
···43 '';
4445 meta = with lib; {
046 description = "Digital Mars D Compiler Package";
47 # As of 2.075 all sources and binaries use the boost license
48 license = licenses.boost;
···33 '';
3435 meta = {
36- inherit version;
37 description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
38 license = lib.licenses.bsd3;
39 maintainers = [lib.maintainers.raskin];
···33 '';
3435 meta = {
036 description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
37 license = lib.licenses.bsd3;
38 maintainers = [lib.maintainers.raskin];
···16 };
1718 meta = with lib; {
19- inherit version;
20 description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
21 homepage = "http://pythonwifi.tuxfamily.org/";
22 # From the README: "pythonwifi is licensed under LGPLv2+, however, the
···16 };
1718 meta = with lib; {
019 description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
20 homepage = "http://pythonwifi.tuxfamily.org/";
21 # From the README: "pythonwifi is licensed under LGPLv2+, however, the
-1
pkgs/games/fairymax/default.nix
···23 cp fmax.ini "$out/share/fairymax"
24 '';
25 meta = {
26- inherit version;
27 description = "A small chess engine supporting fairy pieces";
28 longDescription = ''
29 A version of micro-Max that reads the piece description
···23 cp fmax.ini "$out/share/fairymax"
24 '';
25 meta = {
026 description = "A small chess engine supporting fairy pieces";
27 longDescription = ''
28 A version of micro-Max that reads the piece description
-1
pkgs/games/fish-fillets-ng/default.nix
···32 '';
3334 meta = with lib; {
35- inherit version;
36 description = "A puzzle game";
37 license = licenses.gpl2Plus;
38 maintainers = with maintainers; [ raskin ];
···32 '';
3334 meta = with lib; {
035 description = "A puzzle game";
36 license = licenses.gpl2Plus;
37 maintainers = with maintainers; [ raskin ];
-1
pkgs/games/xsok/default.nix
···37 '';
3839 meta = {
40- inherit version;
41 description = "A generic Sokoban game for X11";
42 license = lib.licenses.gpl2Plus;
43 maintainers = [lib.maintainers.raskin];
···37 '';
3839 meta = {
040 description = "A generic Sokoban game for X11";
41 license = lib.licenses.gpl2Plus;
42 maintainers = [lib.maintainers.raskin];
···74 longDescription = ''
75 Atop is an ASCII full-screen performance monitor that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and for every active process it shows the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.
76 '';
77- inherit version;
78 license = licenses.gpl2Plus;
79 downloadPage = "http://atoptool.nl/downloadatop.php";
80 };
···74 longDescription = ''
75 Atop is an ASCII full-screen performance monitor that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and for every active process it shows the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.
76 '';
077 license = licenses.gpl2Plus;
78 downloadPage = "http://atoptool.nl/downloadatop.php";
79 };