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