lol

Merge pull request #130504 from Stunkymonkey/inherit-version4

treewide: remove meta.version

authored by

Sandro and committed by
GitHub
53217ccb d9a3a54b

-58
-1
pkgs/applications/blockchains/ethabi/default.nix
··· 22 homepage = "https://github.com/rust-ethereum/ethabi"; 23 maintainers = [ maintainers.dbrock ]; 24 license = licenses.asl20; 25 - inherit version; 26 }; 27 }
··· 22 homepage = "https://github.com/rust-ethereum/ethabi"; 23 maintainers = [ maintainers.dbrock ]; 24 license = licenses.asl20; 25 }; 26 }
-1
pkgs/applications/blockchains/nano-wallet/default.nix
··· 45 ''; 46 47 meta = { 48 - inherit version; 49 description = "Wallet for Nano cryptocurrency"; 50 homepage = "https://nano.org/en/wallet/"; 51 license = lib.licenses.bsd2;
··· 45 ''; 46 47 meta = { 48 description = "Wallet for Nano cryptocurrency"; 49 homepage = "https://nano.org/en/wallet/"; 50 license = lib.licenses.bsd2;
-1
pkgs/applications/graphics/qiv/default.nix
··· 21 meta = with lib; { 22 description = "Quick image viewer"; 23 homepage = "http://spiegl.de/qiv/"; 24 - inherit version; 25 license = licenses.gpl2; 26 platforms = platforms.linux; 27 };
··· 21 meta = with lib; { 22 description = "Quick image viewer"; 23 homepage = "http://spiegl.de/qiv/"; 24 license = licenses.gpl2; 25 platforms = platforms.linux; 26 };
-1
pkgs/applications/graphics/xfractint/default.nix
··· 17 makeFlags = ["PREFIX=$(out)"]; 18 19 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)"]; 18 19 meta = { 20 description = ""; 21 # Code cannot be used in commercial programs 22 # Looks like the definition hinges on the price, not license
-1
pkgs/applications/misc/diffpdf/default.nix
··· 54 license = lib.licenses.gpl2Plus; 55 maintainers = with lib.maintainers; [ tstrobel ]; 56 platforms = with lib.platforms; linux; 57 - inherit version; 58 }; 59 }
··· 54 license = lib.licenses.gpl2Plus; 55 maintainers = with lib.maintainers; [ tstrobel ]; 56 platforms = with lib.platforms; linux; 57 }; 58 }
-1
pkgs/applications/misc/gcalcli/default.nix
··· 33 homepage = "https://github.com/insanum/gcalcli"; 34 license = licenses.mit; 35 maintainers = with maintainers; [ nocoolnametom ]; 36 - inherit version; 37 }; 38 }
··· 33 homepage = "https://github.com/insanum/gcalcli"; 34 license = licenses.mit; 35 maintainers = with maintainers; [ nocoolnametom ]; 36 }; 37 }
-1
pkgs/applications/misc/getxbook/default.nix
··· 27 license = licenses.isc; 28 maintainers = with maintainers; [ obadz ]; 29 platforms = platforms.all; 30 - inherit version; 31 }; 32 }
··· 27 license = licenses.isc; 28 maintainers = with maintainers; [ obadz ]; 29 platforms = platforms.all; 30 }; 31 }
-1
pkgs/applications/misc/gummi/default.nix
··· 32 license = lib.licenses.mit; 33 maintainers = with lib.maintainers; [ flokli ]; 34 platforms = with lib.platforms; linux; 35 - inherit version; 36 }; 37 }
··· 32 license = lib.licenses.mit; 33 maintainers = with lib.maintainers; [ flokli ]; 34 platforms = with lib.platforms; linux; 35 }; 36 }
-1
pkgs/applications/misc/tpmmanager/default.nix
··· 36 license = lib.licenses.gpl2; 37 maintainers = with lib.maintainers; [ tstrobel ]; 38 platforms = with lib.platforms; linux; 39 - inherit version; 40 }; 41 }
··· 36 license = lib.licenses.gpl2; 37 maintainers = with lib.maintainers; [ tstrobel ]; 38 platforms = with lib.platforms; linux; 39 }; 40 }
-1
pkgs/applications/misc/vifm/default.nix
··· 38 license = licenses.gpl2; 39 downloadPage = "https://vifm.info/downloads.shtml"; 40 homepage = "https://vifm.info/"; 41 - inherit version; 42 updateWalker = true; 43 changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog"; 44 };
··· 38 license = licenses.gpl2; 39 downloadPage = "https://vifm.info/downloads.shtml"; 40 homepage = "https://vifm.info/"; 41 updateWalker = true; 42 changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog"; 43 };
-1
pkgs/applications/misc/visidata/default.nix
··· 86 ''; 87 88 meta = { 89 - inherit version; 90 description = "Interactive terminal multitool for tabular data"; 91 license = lib.licenses.gpl3; 92 maintainers = [ lib.maintainers.raskin ];
··· 86 ''; 87 88 meta = { 89 description = "Interactive terminal multitool for tabular data"; 90 license = lib.licenses.gpl3; 91 maintainers = [ lib.maintainers.raskin ];
-1
pkgs/applications/networking/instant-messengers/baresip/default.nix
··· 45 platforms = with lib.platforms; linux; 46 maintainers = with lib.maintainers; [raskin]; 47 license = lib.licenses.bsd3; 48 - inherit version; 49 downloadPage = "http://www.creytiv.com/pub/"; 50 updateWalker = true; 51 downloadURLRegexp = "/baresip-.*[.]tar[.].*";
··· 45 platforms = with lib.platforms; linux; 46 maintainers = with lib.maintainers; [raskin]; 47 license = lib.licenses.bsd3; 48 downloadPage = "http://www.creytiv.com/pub/"; 49 updateWalker = true; 50 downloadURLRegexp = "/baresip-.*[.]tar[.].*";
-1
pkgs/applications/networking/instant-messengers/mirage/default.nix
··· 54 maintainers = with maintainers; [ colemickens ]; 55 broken = stdenv.isDarwin; 56 inherit (qtbase.meta) platforms; 57 - inherit version; 58 }; 59 }
··· 54 maintainers = with maintainers; [ colemickens ]; 55 broken = stdenv.isDarwin; 56 inherit (qtbase.meta) platforms; 57 }; 58 }
-1
pkgs/applications/networking/instant-messengers/oysttyer/default.nix
··· 33 ''; 34 35 meta = with lib; { 36 - inherit version; 37 description = "Perl Console Twitter Client"; 38 homepage = "http://oysttyer.github.io/"; 39 maintainers = with maintainers; [ woffs ];
··· 33 ''; 34 35 meta = with lib; { 36 description = "Perl Console Twitter Client"; 37 homepage = "http://oysttyer.github.io/"; 38 maintainers = with maintainers; [ woffs ];
-1
pkgs/applications/networking/instant-messengers/quaternion/default.nix
··· 42 license = licenses.gpl3; 43 maintainers = with maintainers; [ peterhoeg ]; 44 inherit (qtbase.meta) platforms; 45 - inherit version; 46 }; 47 }
··· 42 license = licenses.gpl3; 43 maintainers = with maintainers; [ peterhoeg ]; 44 inherit (qtbase.meta) platforms; 45 }; 46 }
-1
pkgs/applications/networking/instant-messengers/tensor/default.nix
··· 60 license = licenses.gpl3; 61 maintainers = with maintainers; [ peterhoeg ]; 62 inherit (qtbase.meta) platforms; 63 - inherit version; 64 }; 65 }
··· 60 license = licenses.gpl3; 61 maintainers = with maintainers; [ peterhoeg ]; 62 inherit (qtbase.meta) platforms; 63 }; 64 }
-2
pkgs/applications/networking/mailreaders/mailcheck/default.nix
··· 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; 20 longDescription = '' 21 A simple command line tool to check for new mail in local mbox and 22 maildir and remote POP3 and IMAP mailboxes.
-1
pkgs/applications/science/geometry/tetgen/default.nix
··· 16 ''; 17 18 meta = { 19 - inherit version; 20 description = "Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator"; 21 homepage = "http://tetgen.org/"; 22 license = lib.licenses.agpl3Plus;
··· 16 ''; 17 18 meta = { 19 description = "Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator"; 20 homepage = "http://tetgen.org/"; 21 license = lib.licenses.agpl3Plus;
-1
pkgs/applications/science/logic/potassco/clingcon.nix
··· 32 ]; 33 34 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 ]; 33 34 meta = { 35 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;
-1
pkgs/applications/science/logic/potassco/clingo.nix
··· 14 cmakeFlags = [ "-DCLINGO_BUILD_WITH_PYTHON=OFF" ]; 15 16 meta = { 17 - inherit version; 18 description = "ASP system to ground and solve logic programs"; 19 license = lib.licenses.mit; 20 maintainers = [lib.maintainers.raskin];
··· 14 cmakeFlags = [ "-DCLINGO_BUILD_WITH_PYTHON=OFF" ]; 15 16 meta = { 17 description = "ASP system to ground and solve logic programs"; 18 license = lib.licenses.mit; 19 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/logic/satallax/default.nix
··· 60 ''; 61 62 meta = { 63 - inherit version; 64 description = "Automated theorem prover for higher-order logic"; 65 license = lib.licenses.mit ; 66 maintainers = [lib.maintainers.raskin];
··· 60 ''; 61 62 meta = { 63 description = "Automated theorem prover for higher-order logic"; 64 license = lib.licenses.mit ; 65 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/logic/z3/tptp.nix
··· 23 ''; 24 25 meta = { 26 - inherit version; 27 inherit (z3.meta) license homepage platforms; 28 description = "TPTP wrapper for Z3 prover"; 29 maintainers = [lib.maintainers.raskin];
··· 23 ''; 24 25 meta = { 26 inherit (z3.meta) license homepage platforms; 27 description = "TPTP wrapper for Z3 prover"; 28 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/math/gfan/default.nix
··· 21 buildInputs = [ gmp mpir cddlib ]; 22 23 meta = { 24 - inherit version; 25 description = "A software package for computing Gröbner fans and tropical varieties"; 26 license = lib.licenses.gpl2 ; 27 maintainers = [lib.maintainers.raskin];
··· 21 buildInputs = [ gmp mpir cddlib ]; 22 23 meta = { 24 description = "A software package for computing Gröbner fans and tropical varieties"; 25 license = lib.licenses.gpl2 ; 26 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/math/nauty/default.nix
··· 30 ''; 31 checkTarget = "checks"; 32 meta = with lib; { 33 - inherit version; 34 description = "Programs for computing automorphism groups of graphs and digraphs"; 35 license = licenses.asl20; 36 maintainers = teams.sage.members;
··· 30 ''; 31 checkTarget = "checks"; 32 meta = with lib; { 33 description = "Programs for computing automorphism groups of graphs and digraphs"; 34 license = licenses.asl20; 35 maintainers = teams.sage.members;
-1
pkgs/applications/science/math/pcalc/default.nix
··· 21 license = licenses.gpl2; 22 maintainers = with lib.maintainers; [ ftrvxmtrx ]; 23 platforms = lib.platforms.linux; 24 - inherit version; 25 }; 26 }
··· 21 license = licenses.gpl2; 22 maintainers = with lib.maintainers; [ ftrvxmtrx ]; 23 platforms = lib.platforms.linux; 24 }; 25 }
-1
pkgs/applications/science/math/polymake/default.nix
··· 37 ''; 38 39 meta = { 40 - inherit version; 41 description = "Software for research in polyhedral geometry"; 42 license = lib.licenses.gpl2 ; 43 maintainers = [lib.maintainers.raskin];
··· 37 ''; 38 39 meta = { 40 description = "Software for research in polyhedral geometry"; 41 license = lib.licenses.gpl2 ; 42 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/math/ratpoints/default.nix
··· 26 preInstall = ''mkdir -p "$out"/{bin,share,lib,include}''; 27 28 meta = { 29 - inherit version; 30 description = "A program to find rational points on hyperelliptic curves"; 31 license = lib.licenses.gpl2Plus; 32 maintainers = [lib.maintainers.raskin];
··· 26 preInstall = ''mkdir -p "$out"/{bin,share,lib,include}''; 27 28 meta = { 29 description = "A program to find rational points on hyperelliptic curves"; 30 license = lib.licenses.gpl2Plus; 31 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/misc/golly/beta.nix
··· 41 ''; 42 43 meta = { 44 - inherit version; 45 description = "Cellular automata simulation program"; 46 license = lib.licenses.gpl2; 47 maintainers = [lib.maintainers.raskin];
··· 41 ''; 42 43 meta = { 44 description = "Cellular automata simulation program"; 45 license = lib.licenses.gpl2; 46 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/science/misc/golly/default.nix
··· 29 ''; 30 31 meta = { 32 - inherit version; 33 description = "Cellular automata simulation program"; 34 license = lib.licenses.gpl2; 35 maintainers = [lib.maintainers.raskin];
··· 29 ''; 30 31 meta = { 32 description = "Cellular automata simulation program"; 33 license = lib.licenses.gpl2; 34 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/version-management/mercurial/default.nix
··· 90 passthru.tests = {}; 91 92 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 = {}; 91 92 meta = with lib; { 93 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/";
-1
pkgs/applications/version-management/monotone-viz/default.nix
··· 46 ''; 47 48 meta = { 49 - inherit version; 50 description = "Monotone ancestry visualiser"; 51 license = lib.licenses.gpl2Plus ; 52 maintainers = [lib.maintainers.raskin];
··· 46 ''; 47 48 meta = { 49 description = "Monotone ancestry visualiser"; 50 license = lib.licenses.gpl2Plus ; 51 maintainers = [lib.maintainers.raskin];
-1
pkgs/applications/version-management/nbstripout/default.nix
··· 29 ''; 30 31 meta = { 32 - inherit version; 33 description = "Strip output from Jupyter and IPython notebooks"; 34 homepage = "https://github.com/kynan/nbstripout"; 35 license = lib.licenses.mit;
··· 29 ''; 30 31 meta = { 32 description = "Strip output from Jupyter and IPython notebooks"; 33 homepage = "https://github.com/kynan/nbstripout"; 34 license = lib.licenses.mit;
-1
pkgs/applications/window-managers/wmii-hg/default.nix
··· 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; 44 platforms = with lib.platforms; linux; 45 }; 46 }
-1
pkgs/data/fonts/noto-fonts/default.nix
··· 154 ''; 155 156 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 ''; 155 156 meta = with lib; { 157 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" ]; 62 63 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" ]; 62 63 meta = { 64 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.
-1
pkgs/data/misc/scowl/default.nix
··· 102 ''; 103 104 meta = { 105 - inherit version; 106 description = "Spell checker oriented word lists"; 107 license = lib.licenses.mit; 108 maintainers = [lib.maintainers.raskin];
··· 102 ''; 103 104 meta = { 105 description = "Spell checker oriented word lists"; 106 license = lib.licenses.mit; 107 maintainers = [lib.maintainers.raskin];
-1
pkgs/data/misc/xorg-rgb/default.nix
··· 11 nativeBuildInputs = [pkg-config]; 12 buildInputs = [xorgproto]; 13 meta = { 14 - inherit version; 15 description = "X11 colorname to RGB mapping database"; 16 license = lib.licenses.mit; 17 maintainers = [lib.maintainers.raskin];
··· 11 nativeBuildInputs = [pkg-config]; 12 buildInputs = [xorgproto]; 13 meta = { 14 description = "X11 colorname to RGB mapping database"; 15 license = lib.licenses.mit; 16 maintainers = [lib.maintainers.raskin];
-1
pkgs/development/compilers/abcl/default.nix
··· 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 = { 32 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 ''; 44 45 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 ''; 44 45 meta = with lib; { 46 description = "Digital Mars D Compiler Package"; 47 # As of 2.075 all sources and binaries use the boost license 48 license = licenses.boost;
-1
pkgs/development/compilers/fpc/default.nix
··· 46 maintainers = [ maintainers.raskin ]; 47 license = with licenses; [ gpl2 lgpl2 ]; 48 platforms = platforms.linux; 49 - inherit version; 50 }; 51 }
··· 46 maintainers = [ maintainers.raskin ]; 47 license = with licenses; [ gpl2 lgpl2 ]; 48 platforms = platforms.linux; 49 }; 50 }
-1
pkgs/development/compilers/obliv-c/default.nix
··· 33 ''; 34 35 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 ''; 34 35 meta = { 36 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];
-1
pkgs/development/compilers/sbcl/common.nix
··· 110 ''); 111 112 meta = sbclBootstrap.meta // { 113 - inherit version; 114 updateWalker = true; 115 }; 116 }
··· 110 ''); 111 112 meta = sbclBootstrap.meta // { 113 updateWalker = true; 114 }; 115 }
-1
pkgs/development/python-modules/python-wifi/default.nix
··· 16 }; 17 18 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 }; 17 18 meta = with lib; { 19 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 = { 26 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 ''; 33 34 meta = with lib; { 35 - inherit version; 36 description = "A puzzle game"; 37 license = licenses.gpl2Plus; 38 maintainers = with maintainers; [ raskin ];
··· 32 ''; 33 34 meta = with lib; { 35 description = "A puzzle game"; 36 license = licenses.gpl2Plus; 37 maintainers = with maintainers; [ raskin ];
-1
pkgs/games/xsok/default.nix
··· 37 ''; 38 39 meta = { 40 - inherit version; 41 description = "A generic Sokoban game for X11"; 42 license = lib.licenses.gpl2Plus; 43 maintainers = [lib.maintainers.raskin];
··· 37 ''; 38 39 meta = { 40 description = "A generic Sokoban game for X11"; 41 license = lib.licenses.gpl2Plus; 42 maintainers = [lib.maintainers.raskin];
-1
pkgs/misc/screensavers/xscreensaver/default.nix
··· 52 license = lib.licenses.mit; 53 maintainers = with lib.maintainers; [ raskin ]; 54 platforms = lib.platforms.unix; # Once had cygwin problems 55 - inherit version; 56 downloadPage = "https://www.jwz.org/xscreensaver/download.html"; 57 updateWalker = true; 58 };
··· 52 license = lib.licenses.mit; 53 maintainers = with lib.maintainers; [ raskin ]; 54 platforms = lib.platforms.unix; # Once had cygwin problems 55 downloadPage = "https://www.jwz.org/xscreensaver/download.html"; 56 updateWalker = true; 57 };
-1
pkgs/os-specific/linux/atop/default.nix
··· 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 ''; 77 license = licenses.gpl2Plus; 78 downloadPage = "http://atoptool.nl/downloadatop.php"; 79 };
-1
pkgs/os-specific/linux/iio-sensor-proxy/default.nix
··· 47 license = licenses.gpl3 ; 48 maintainers = with maintainers; [ peterhoeg ]; 49 platforms = platforms.linux; 50 - inherit version; 51 }; 52 }
··· 47 license = licenses.gpl3 ; 48 maintainers = with maintainers; [ peterhoeg ]; 49 platforms = platforms.linux; 50 }; 51 }
-1
pkgs/os-specific/linux/iptables/default.nix
··· 50 license = licenses.gpl2; 51 downloadPage = "https://www.netfilter.org/projects/iptables/files/"; 52 updateWalker = true; 53 - inherit version; 54 }; 55 }
··· 50 license = licenses.gpl2; 51 downloadPage = "https://www.netfilter.org/projects/iptables/files/"; 52 updateWalker = true; 53 }; 54 }
-1
pkgs/os-specific/linux/libnl/default.nix
··· 34 }; 35 36 meta = with lib; { 37 - inherit version; 38 homepage = "http://www.infradead.org/~tgr/libnl/"; 39 description = "Linux Netlink interface library suite"; 40 license = licenses.lgpl21;
··· 34 }; 35 36 meta = with lib; { 37 homepage = "http://www.infradead.org/~tgr/libnl/"; 38 description = "Linux Netlink interface library suite"; 39 license = licenses.lgpl21;
-1
pkgs/servers/ftp/bftpd/default.nix
··· 25 enableParallelBuilding = true; 26 27 meta = with lib; { 28 - inherit version; 29 description = "A minimal ftp server"; 30 downloadPage = "http://bftpd.sf.net/download.html"; 31 homepage = "http://bftpd.sf.net/";
··· 25 enableParallelBuilding = true; 26 27 meta = with lib; { 28 description = "A minimal ftp server"; 29 downloadPage = "http://bftpd.sf.net/download.html"; 30 homepage = "http://bftpd.sf.net/";
-1
pkgs/servers/http/nix-binary-cache/default.nix
··· 54 ''; 55 maintainers = [lib.maintainers.raskin]; 56 license = lib.licenses.gpl2Plus; 57 - inherit version; 58 platforms = lib.platforms.all; 59 hydraPlatforms = []; 60 };
··· 54 ''; 55 maintainers = [lib.maintainers.raskin]; 56 license = lib.licenses.gpl2Plus; 57 platforms = lib.platforms.all; 58 hydraPlatforms = []; 59 };
-1
pkgs/tools/backup/btrbk/default.nix
··· 43 license = licenses.gpl3; 44 platforms = platforms.unix; 45 maintainers = with maintainers; [ asymmetric ]; 46 - inherit version; 47 }; 48 }
··· 43 license = licenses.gpl3; 44 platforms = platforms.unix; 45 maintainers = with maintainers; [ asymmetric ]; 46 }; 47 }
-1
pkgs/tools/compression/mozlz4a/default.nix
··· 24 buildInputs = [ python3 python3.pkgs.python-lz4 ]; 25 26 meta = { 27 - inherit version; 28 description = "A script to handle Mozilla's mozlz4 files"; 29 license = lib.licenses.bsd2; 30 maintainers = [lib.maintainers.raskin];
··· 24 buildInputs = [ python3 python3.pkgs.python-lz4 ]; 25 26 meta = { 27 description = "A script to handle Mozilla's mozlz4 files"; 28 license = lib.licenses.bsd2; 29 maintainers = [lib.maintainers.raskin];
-1
pkgs/tools/networking/getmail/default.nix
··· 23 platforms = lib.platforms.linux; 24 25 homepage = "http://pyropus.ca/software/getmail/"; 26 - inherit version; 27 updateWalker = true; 28 license = lib.licenses.gpl2Plus; 29 };
··· 23 platforms = lib.platforms.linux; 24 25 homepage = "http://pyropus.ca/software/getmail/"; 26 updateWalker = true; 27 license = lib.licenses.gpl2Plus; 28 };
-1
pkgs/tools/networking/wavemon/default.nix
··· 15 }; 16 17 meta = with lib; { 18 - inherit version; 19 description = "Ncurses-based monitoring application for wireless network devices"; 20 homepage = "https://github.com/uoaerg/wavemon"; 21 license = licenses.gpl3Plus;
··· 15 }; 16 17 meta = with lib; { 18 description = "Ncurses-based monitoring application for wireless network devices"; 19 homepage = "https://github.com/uoaerg/wavemon"; 20 license = licenses.gpl3Plus;