treewide: remove meta.version

This commit is contained in:
Felix Buehler 2021-07-18 00:07:38 +02:00
parent b59c06dc92
commit 82cb33a0ae
57 changed files with 0 additions and 58 deletions

View File

@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-ethereum/ethabi";
maintainers = [ maintainers.dbrock ];
license = licenses.asl20;
inherit version;
};
}

View File

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Wallet for Nano cryptocurrency";
homepage = "https://nano.org/en/wallet/";
license = lib.licenses.bsd2;

View File

@ -21,7 +21,6 @@ stdenv.mkDerivation (rec {
meta = with lib; {
description = "Quick image viewer";
homepage = "http://spiegl.de/qiv/";
inherit version;
license = licenses.gpl2;
platforms = platforms.linux;
};

View File

@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
makeFlags = ["PREFIX=$(out)"];
meta = {
inherit version;
description = "";
# Code cannot be used in commercial programs
# Looks like the definition hinges on the price, not license

View File

@ -54,6 +54,5 @@ mkDerivation rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ tstrobel ];
platforms = with lib.platforms; linux;
inherit version;
};
}

View File

@ -33,6 +33,5 @@ buildPythonApplication rec {
homepage = "https://github.com/insanum/gcalcli";
license = licenses.mit;
maintainers = with maintainers; [ nocoolnametom ];
inherit version;
};
}

View File

@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
license = licenses.isc;
maintainers = with maintainers; [ obadz ];
platforms = platforms.all;
inherit version;
};
}

View File

@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ flokli ];
platforms = with lib.platforms; linux;
inherit version;
};
}

View File

@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ tstrobel ];
platforms = with lib.platforms; linux;
inherit version;
};
}

View File

@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2;
downloadPage = "https://vifm.info/downloads.shtml";
homepage = "https://vifm.info/";
inherit version;
updateWalker = true;
changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog";
};

View File

@ -86,7 +86,6 @@ buildPythonApplication rec {
'';
meta = {
inherit version;
description = "Interactive terminal multitool for tabular data";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.raskin ];

View File

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [raskin];
license = lib.licenses.bsd3;
inherit version;
downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true;
downloadURLRegexp = "/baresip-.*[.]tar[.].*";

View File

@ -54,6 +54,5 @@ mkDerivation rec {
maintainers = with maintainers; [ colemickens ];
broken = stdenv.isDarwin;
inherit (qtbase.meta) platforms;
inherit version;
};
}

View File

@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
inherit version;
description = "Perl Console Twitter Client";
homepage = "http://oysttyer.github.io/";
maintainers = with maintainers; [ woffs ];

View File

@ -42,6 +42,5 @@ mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
inherit (qtbase.meta) platforms;
inherit version;
};
}

View File

@ -60,6 +60,5 @@ mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
inherit (qtbase.meta) platforms;
inherit version;
};
}

View File

@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ kovirobi ];
platforms = lib.platforms.linux;
inherit version;
longDescription = ''
A simple command line tool to check for new mail in local mbox and
maildir and remote POP3 and IMAP mailboxes.

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation {
'';
meta = {
inherit version;
description = "Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator";
homepage = "http://tetgen.org/";
license = lib.licenses.agpl3Plus;

View File

@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
];
meta = {
inherit version;
description = "Extension of clingo to handle constraints over integers";
license = lib.licenses.gpl3; # for now GPL3, next version MIT!
platforms = lib.platforms.unix;

View File

@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DCLINGO_BUILD_WITH_PYTHON=OFF" ];
meta = {
inherit version;
description = "ASP system to ground and solve logic programs";
license = lib.licenses.mit;
maintainers = [lib.maintainers.raskin];

View File

@ -60,7 +60,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Automated theorem prover for higher-order logic";
license = lib.licenses.mit ;
maintainers = [lib.maintainers.raskin];

View File

@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
inherit (z3.meta) license homepage platforms;
description = "TPTP wrapper for Z3 prover";
maintainers = [lib.maintainers.raskin];

View File

@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp mpir cddlib ];
meta = {
inherit version;
description = "A software package for computing Gröbner fans and tropical varieties";
license = lib.licenses.gpl2 ;
maintainers = [lib.maintainers.raskin];

View File

@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
'';
checkTarget = "checks";
meta = with lib; {
inherit version;
description = "Programs for computing automorphism groups of graphs and digraphs";
license = licenses.asl20;
maintainers = teams.sage.members;

View File

@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with lib.maintainers; [ ftrvxmtrx ];
platforms = lib.platforms.linux;
inherit version;
};
}

View File

@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Software for research in polyhedral geometry";
license = lib.licenses.gpl2 ;
maintainers = [lib.maintainers.raskin];

View File

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
preInstall = ''mkdir -p "$out"/{bin,share,lib,include}'';
meta = {
inherit version;
description = "A program to find rational points on hyperelliptic curves";
license = lib.licenses.gpl2Plus;
maintainers = [lib.maintainers.raskin];

View File

@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Cellular automata simulation program";
license = lib.licenses.gpl2;
maintainers = [lib.maintainers.raskin];

View File

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Cellular automata simulation program";
license = lib.licenses.gpl2;
maintainers = [lib.maintainers.raskin];

View File

@ -90,7 +90,6 @@ let
passthru.tests = {};
meta = with lib; {
inherit version;
description = "A fast, lightweight SCM system for very large distributed projects";
homepage = "https://www.mercurial-scm.org";
downloadPage = "https://www.mercurial-scm.org/release/";

View File

@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Monotone ancestry visualiser";
license = lib.licenses.gpl2Plus ;
maintainers = [lib.maintainers.raskin];

View File

@ -29,7 +29,6 @@ buildPythonApplication rec {
'';
meta = {
inherit version;
description = "Strip output from Jupyter and IPython notebooks";
homepage = "https://github.com/kynan/nbstripout";
license = lib.licenses.mit;

View File

@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
description = "A small window manager controlled by a 9P filesystem";
maintainers = with lib.maintainers; [ kovirobi ];
license = lib.licenses.mit;
inherit version;
platforms = with lib.platforms; linux;
};
}

View File

@ -154,7 +154,6 @@ in
'';
meta = with lib; {
inherit version;
description = "Color and Black-and-White emoji fonts";
homepage = "https://github.com/googlefonts/noto-emoji";
license = with licenses; [ ofl asl20 ];

View File

@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
outputs = [ "out" "extra" ];
meta = {
inherit version;
description = "Bitmapped character-art-friendly Unicode fonts";
# Basically GPL2+ with font exception — because of the Unifont-augmented
# version. The reduced version is public domain.

View File

@ -102,7 +102,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "Spell checker oriented word lists";
license = lib.licenses.mit;
maintainers = [lib.maintainers.raskin];

View File

@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [pkg-config];
buildInputs = [xorgproto];
meta = {
inherit version;
description = "X11 colorname to RGB mapping database";
license = lib.licenses.mit;
maintainers = [lib.maintainers.raskin];

View File

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
'';
buildInputs = [jre ant jdk jre];
meta = {
inherit version;
description = "A JVM-based Common Lisp implementation";
license = lib.licenses.gpl3 ;
maintainers = [lib.maintainers.raskin];

View File

@ -43,7 +43,6 @@ in stdenv.mkDerivation {
'';
meta = with lib; {
inherit version;
description = "Digital Mars D Compiler Package";
# As of 2.075 all sources and binaries use the boost license
license = licenses.boost;

View File

@ -46,6 +46,5 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.raskin ];
license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.linux;
inherit version;
};
}

View File

@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
license = lib.licenses.bsd3;
maintainers = [lib.maintainers.raskin];

View File

@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
'');
meta = sbclBootstrap.meta // {
inherit version;
updateWalker = true;
};
}

View File

@ -16,7 +16,6 @@ buildPythonPackage rec {
};
meta = with lib; {
inherit version;
description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
homepage = "http://pythonwifi.tuxfamily.org/";
# From the README: "pythonwifi is licensed under LGPLv2+, however, the

View File

@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
cp fmax.ini "$out/share/fairymax"
'';
meta = {
inherit version;
description = "A small chess engine supporting fairy pieces";
longDescription = ''
A version of micro-Max that reads the piece description

View File

@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
inherit version;
description = "A puzzle game";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ raskin ];

View File

@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
'';
meta = {
inherit version;
description = "A generic Sokoban game for X11";
license = lib.licenses.gpl2Plus;
maintainers = [lib.maintainers.raskin];

View File

@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ raskin ];
platforms = lib.platforms.unix; # Once had cygwin problems
inherit version;
downloadPage = "https://www.jwz.org/xscreensaver/download.html";
updateWalker = true;
};

View File

@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
longDescription = ''
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.
'';
inherit version;
license = licenses.gpl2Plus;
downloadPage = "http://atoptool.nl/downloadatop.php";
};

View File

@ -47,6 +47,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl3 ;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
inherit version;
};
}

View File

@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
downloadPage = "https://www.netfilter.org/projects/iptables/files/";
updateWalker = true;
inherit version;
};
}

View File

@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
inherit version;
homepage = "http://www.infradead.org/~tgr/libnl/";
description = "Linux Netlink interface library suite";
license = licenses.lgpl21;

View File

@ -25,7 +25,6 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
inherit version;
description = "A minimal ftp server";
downloadPage = "http://bftpd.sf.net/download.html";
homepage = "http://bftpd.sf.net/";

View File

@ -54,7 +54,6 @@ stdenv.mkDerivation rec {
'';
maintainers = [lib.maintainers.raskin];
license = lib.licenses.gpl2Plus;
inherit version;
platforms = lib.platforms.all;
hydraPlatforms = [];
};

View File

@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ asymmetric ];
inherit version;
};
}

View File

@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
buildInputs = [ python3 python3.pkgs.python-lz4 ];
meta = {
inherit version;
description = "A script to handle Mozilla's mozlz4 files";
license = lib.licenses.bsd2;
maintainers = [lib.maintainers.raskin];

View File

@ -23,7 +23,6 @@ python2Packages.buildPythonApplication rec {
platforms = lib.platforms.linux;
homepage = "http://pyropus.ca/software/getmail/";
inherit version;
updateWalker = true;
license = lib.licenses.gpl2Plus;
};

View File

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
inherit version;
description = "Ncurses-based monitoring application for wireless network devices";
homepage = "https://github.com/uoaerg/wavemon";
license = licenses.gpl3Plus;