···1717 makeFlags = ["PREFIX=$(out)"];
18181919 meta = {
2020- inherit version;
2120 description = "";
2221 # Code cannot be used in commercial programs
2322 # Looks like the definition hinges on the price, not license
···1717 license = lib.licenses.gpl2;
1818 maintainers = with lib.maintainers; [ kovirobi ];
1919 platforms = lib.platforms.linux;
2020- inherit version;
2121-2220 longDescription = ''
2321 A simple command line tool to check for new mail in local mbox and
2422 maildir and remote POP3 and IMAP mailboxes.
···3232 ];
33333434 meta = {
3535- inherit version;
3635 description = "Extension of clingo to handle constraints over integers";
3736 license = lib.licenses.gpl3; # for now GPL3, next version MIT!
3837 platforms = lib.platforms.unix;
···9090 passthru.tests = {};
91919292 meta = with lib; {
9393- inherit version;
9493 description = "A fast, lightweight SCM system for very large distributed projects";
9594 homepage = "https://www.mercurial-scm.org";
9695 downloadPage = "https://www.mercurial-scm.org/release/";
···4141 description = "A small window manager controlled by a 9P filesystem";
4242 maintainers = with lib.maintainers; [ kovirobi ];
4343 license = lib.licenses.mit;
4444- inherit version;
4544 platforms = with lib.platforms; linux;
4645 };
4746}
-1
pkgs/data/fonts/noto-fonts/default.nix
···154154 '';
155155156156 meta = with lib; {
157157- inherit version;
158157 description = "Color and Black-and-White emoji fonts";
159158 homepage = "https://github.com/googlefonts/noto-emoji";
160159 license = with licenses; [ ofl asl20 ];
-1
pkgs/data/fonts/unscii/default.nix
···6161 outputs = [ "out" "extra" ];
62626363 meta = {
6464- inherit version;
6564 description = "Bitmapped character-art-friendly Unicode fonts";
6665 # Basically GPL2+ with font exception — because of the Unifont-augmented
6766 # version. The reduced version is public domain.
···2929 '';
3030 buildInputs = [jre ant jdk jre];
3131 meta = {
3232- inherit version;
3332 description = "A JVM-based Common Lisp implementation";
3433 license = lib.licenses.gpl3 ;
3534 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/compilers/dmd/binary.nix
···4343 '';
44444545 meta = with lib; {
4646- inherit version;
4746 description = "Digital Mars D Compiler Package";
4847 # As of 2.075 all sources and binaries use the boost license
4948 license = licenses.boost;
···1616 };
17171818 meta = with lib; {
1919- inherit version;
2019 description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
2120 homepage = "http://pythonwifi.tuxfamily.org/";
2221 # From the README: "pythonwifi is licensed under LGPLv2+, however, the
-1
pkgs/games/fairymax/default.nix
···2323 cp fmax.ini "$out/share/fairymax"
2424 '';
2525 meta = {
2626- inherit version;
2726 description = "A small chess engine supporting fairy pieces";
2827 longDescription = ''
2928 A version of micro-Max that reads the piece description
-1
pkgs/games/fish-fillets-ng/default.nix
···3232 '';
33333434 meta = with lib; {
3535- inherit version;
3635 description = "A puzzle game";
3736 license = licenses.gpl2Plus;
3837 maintainers = with maintainers; [ raskin ];
-1
pkgs/games/xsok/default.nix
···3737 '';
38383939 meta = {
4040- inherit version;
4140 description = "A generic Sokoban game for X11";
4241 license = lib.licenses.gpl2Plus;
4342 maintainers = [lib.maintainers.raskin];
···7474 longDescription = ''
7575 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.
7676 '';
7777- inherit version;
7877 license = licenses.gpl2Plus;
7978 downloadPage = "http://atoptool.nl/downloadatop.php";
8079 };