mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
treewide: remove meta.version
This commit is contained in:
parent
b59c06dc92
commit
82cb33a0ae
@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/rust-ethereum/ethabi";
|
homepage = "https://github.com/rust-ethereum/ethabi";
|
||||||
maintainers = [ maintainers.dbrock ];
|
maintainers = [ maintainers.dbrock ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Wallet for Nano cryptocurrency";
|
description = "Wallet for Nano cryptocurrency";
|
||||||
homepage = "https://nano.org/en/wallet/";
|
homepage = "https://nano.org/en/wallet/";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
|
@ -21,7 +21,6 @@ stdenv.mkDerivation (rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Quick image viewer";
|
description = "Quick image viewer";
|
||||||
homepage = "http://spiegl.de/qiv/";
|
homepage = "http://spiegl.de/qiv/";
|
||||||
inherit version;
|
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = ["PREFIX=$(out)"];
|
makeFlags = ["PREFIX=$(out)"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "";
|
description = "";
|
||||||
# Code cannot be used in commercial programs
|
# Code cannot be used in commercial programs
|
||||||
# Looks like the definition hinges on the price, not license
|
# Looks like the definition hinges on the price, not license
|
||||||
|
@ -54,6 +54,5 @@ mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = with lib.maintainers; [ tstrobel ];
|
maintainers = with lib.maintainers; [ tstrobel ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,5 @@ buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/insanum/gcalcli";
|
homepage = "https://github.com/insanum/gcalcli";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nocoolnametom ];
|
maintainers = with maintainers; [ nocoolnametom ];
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ flokli ];
|
maintainers = with lib.maintainers; [ flokli ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ tstrobel ];
|
maintainers = with lib.maintainers; [ tstrobel ];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,6 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
downloadPage = "https://vifm.info/downloads.shtml";
|
downloadPage = "https://vifm.info/downloads.shtml";
|
||||||
homepage = "https://vifm.info/";
|
homepage = "https://vifm.info/";
|
||||||
inherit version;
|
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog";
|
changelog = "https://github.com/vifm/vifm/blob/v${version}/ChangeLog";
|
||||||
};
|
};
|
||||||
|
@ -86,7 +86,6 @@ buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Interactive terminal multitool for tabular data";
|
description = "Interactive terminal multitool for tabular data";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = [ lib.maintainers.raskin ];
|
maintainers = [ lib.maintainers.raskin ];
|
||||||
|
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
maintainers = with lib.maintainers; [raskin];
|
maintainers = with lib.maintainers; [raskin];
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
inherit version;
|
|
||||||
downloadPage = "http://www.creytiv.com/pub/";
|
downloadPage = "http://www.creytiv.com/pub/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
downloadURLRegexp = "/baresip-.*[.]tar[.].*";
|
downloadURLRegexp = "/baresip-.*[.]tar[.].*";
|
||||||
|
@ -54,6 +54,5 @@ mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ colemickens ];
|
maintainers = with maintainers; [ colemickens ];
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
inherit (qtbase.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "Perl Console Twitter Client";
|
description = "Perl Console Twitter Client";
|
||||||
homepage = "http://oysttyer.github.io/";
|
homepage = "http://oysttyer.github.io/";
|
||||||
maintainers = with maintainers; [ woffs ];
|
maintainers = with maintainers; [ woffs ];
|
||||||
|
@ -42,6 +42,5 @@ mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
inherit (qtbase.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -60,6 +60,5 @@ mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
inherit (qtbase.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ kovirobi ];
|
maintainers = with lib.maintainers; [ kovirobi ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
inherit version;
|
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A simple command line tool to check for new mail in local mbox and
|
A simple command line tool to check for new mail in local mbox and
|
||||||
maildir and remote POP3 and IMAP mailboxes.
|
maildir and remote POP3 and IMAP mailboxes.
|
||||||
|
@ -16,7 +16,6 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator";
|
description = "Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator";
|
||||||
homepage = "http://tetgen.org/";
|
homepage = "http://tetgen.org/";
|
||||||
license = lib.licenses.agpl3Plus;
|
license = lib.licenses.agpl3Plus;
|
||||||
|
@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Extension of clingo to handle constraints over integers";
|
description = "Extension of clingo to handle constraints over integers";
|
||||||
license = lib.licenses.gpl3; # for now GPL3, next version MIT!
|
license = lib.licenses.gpl3; # for now GPL3, next version MIT!
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
cmakeFlags = [ "-DCLINGO_BUILD_WITH_PYTHON=OFF" ];
|
cmakeFlags = [ "-DCLINGO_BUILD_WITH_PYTHON=OFF" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "ASP system to ground and solve logic programs";
|
description = "ASP system to ground and solve logic programs";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -60,7 +60,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Automated theorem prover for higher-order logic";
|
description = "Automated theorem prover for higher-order logic";
|
||||||
license = lib.licenses.mit ;
|
license = lib.licenses.mit ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
inherit (z3.meta) license homepage platforms;
|
inherit (z3.meta) license homepage platforms;
|
||||||
description = "TPTP wrapper for Z3 prover";
|
description = "TPTP wrapper for Z3 prover";
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -21,7 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ gmp mpir cddlib ];
|
buildInputs = [ gmp mpir cddlib ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A software package for computing Gröbner fans and tropical varieties";
|
description = "A software package for computing Gröbner fans and tropical varieties";
|
||||||
license = lib.licenses.gpl2 ;
|
license = lib.licenses.gpl2 ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
checkTarget = "checks";
|
checkTarget = "checks";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "Programs for computing automorphism groups of graphs and digraphs";
|
description = "Programs for computing automorphism groups of graphs and digraphs";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = teams.sage.members;
|
maintainers = teams.sage.members;
|
||||||
|
@ -21,6 +21,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ ftrvxmtrx ];
|
maintainers = with lib.maintainers; [ ftrvxmtrx ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Software for research in polyhedral geometry";
|
description = "Software for research in polyhedral geometry";
|
||||||
license = lib.licenses.gpl2 ;
|
license = lib.licenses.gpl2 ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
preInstall = ''mkdir -p "$out"/{bin,share,lib,include}'';
|
preInstall = ''mkdir -p "$out"/{bin,share,lib,include}'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A program to find rational points on hyperelliptic curves";
|
description = "A program to find rational points on hyperelliptic curves";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Cellular automata simulation program";
|
description = "Cellular automata simulation program";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Cellular automata simulation program";
|
description = "Cellular automata simulation program";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -90,7 +90,6 @@ let
|
|||||||
passthru.tests = {};
|
passthru.tests = {};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "A fast, lightweight SCM system for very large distributed projects";
|
description = "A fast, lightweight SCM system for very large distributed projects";
|
||||||
homepage = "https://www.mercurial-scm.org";
|
homepage = "https://www.mercurial-scm.org";
|
||||||
downloadPage = "https://www.mercurial-scm.org/release/";
|
downloadPage = "https://www.mercurial-scm.org/release/";
|
||||||
|
@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Monotone ancestry visualiser";
|
description = "Monotone ancestry visualiser";
|
||||||
license = lib.licenses.gpl2Plus ;
|
license = lib.licenses.gpl2Plus ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -29,7 +29,6 @@ buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Strip output from Jupyter and IPython notebooks";
|
description = "Strip output from Jupyter and IPython notebooks";
|
||||||
homepage = "https://github.com/kynan/nbstripout";
|
homepage = "https://github.com/kynan/nbstripout";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A small window manager controlled by a 9P filesystem";
|
description = "A small window manager controlled by a 9P filesystem";
|
||||||
maintainers = with lib.maintainers; [ kovirobi ];
|
maintainers = with lib.maintainers; [ kovirobi ];
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
inherit version;
|
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -154,7 +154,6 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "Color and Black-and-White emoji fonts";
|
description = "Color and Black-and-White emoji fonts";
|
||||||
homepage = "https://github.com/googlefonts/noto-emoji";
|
homepage = "https://github.com/googlefonts/noto-emoji";
|
||||||
license = with licenses; [ ofl asl20 ];
|
license = with licenses; [ ofl asl20 ];
|
||||||
|
@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
|
|||||||
outputs = [ "out" "extra" ];
|
outputs = [ "out" "extra" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Bitmapped character-art-friendly Unicode fonts";
|
description = "Bitmapped character-art-friendly Unicode fonts";
|
||||||
# Basically GPL2+ with font exception — because of the Unifont-augmented
|
# Basically GPL2+ with font exception — because of the Unifont-augmented
|
||||||
# version. The reduced version is public domain.
|
# version. The reduced version is public domain.
|
||||||
|
@ -102,7 +102,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "Spell checker oriented word lists";
|
description = "Spell checker oriented word lists";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [pkg-config];
|
nativeBuildInputs = [pkg-config];
|
||||||
buildInputs = [xorgproto];
|
buildInputs = [xorgproto];
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "X11 colorname to RGB mapping database";
|
description = "X11 colorname to RGB mapping database";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
buildInputs = [jre ant jdk jre];
|
buildInputs = [jre ant jdk jre];
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A JVM-based Common Lisp implementation";
|
description = "A JVM-based Common Lisp implementation";
|
||||||
license = lib.licenses.gpl3 ;
|
license = lib.licenses.gpl3 ;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -43,7 +43,6 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "Digital Mars D Compiler Package";
|
description = "Digital Mars D Compiler Package";
|
||||||
# As of 2.075 all sources and binaries use the boost license
|
# As of 2.075 all sources and binaries use the boost license
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
|
@ -46,6 +46,5 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
license = with licenses; [ gpl2 lgpl2 ];
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
|
description = "A GCC wrapper that makes it easy to embed secure computation protocols inside regular C programs";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
|
|||||||
'');
|
'');
|
||||||
|
|
||||||
meta = sbclBootstrap.meta // {
|
meta = sbclBootstrap.meta // {
|
||||||
inherit version;
|
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,6 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
|
description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
|
||||||
homepage = "http://pythonwifi.tuxfamily.org/";
|
homepage = "http://pythonwifi.tuxfamily.org/";
|
||||||
# From the README: "pythonwifi is licensed under LGPLv2+, however, the
|
# From the README: "pythonwifi is licensed under LGPLv2+, however, the
|
||||||
|
@ -23,7 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
cp fmax.ini "$out/share/fairymax"
|
cp fmax.ini "$out/share/fairymax"
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A small chess engine supporting fairy pieces";
|
description = "A small chess engine supporting fairy pieces";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A version of micro-Max that reads the piece description
|
A version of micro-Max that reads the piece description
|
||||||
|
@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "A puzzle game";
|
description = "A puzzle game";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
|
@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A generic Sokoban game for X11";
|
description = "A generic Sokoban game for X11";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ raskin ];
|
maintainers = with lib.maintainers; [ raskin ];
|
||||||
platforms = lib.platforms.unix; # Once had cygwin problems
|
platforms = lib.platforms.unix; # Once had cygwin problems
|
||||||
inherit version;
|
|
||||||
downloadPage = "https://www.jwz.org/xscreensaver/download.html";
|
downloadPage = "https://www.jwz.org/xscreensaver/download.html";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
|
@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = ''
|
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.
|
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;
|
license = licenses.gpl2Plus;
|
||||||
downloadPage = "http://atoptool.nl/downloadatop.php";
|
downloadPage = "http://atoptool.nl/downloadatop.php";
|
||||||
};
|
};
|
||||||
|
@ -47,6 +47,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3 ;
|
license = licenses.gpl3 ;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,6 +50,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
downloadPage = "https://www.netfilter.org/projects/iptables/files/";
|
downloadPage = "https://www.netfilter.org/projects/iptables/files/";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
homepage = "http://www.infradead.org/~tgr/libnl/";
|
homepage = "http://www.infradead.org/~tgr/libnl/";
|
||||||
description = "Linux Netlink interface library suite";
|
description = "Linux Netlink interface library suite";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
|
@ -25,7 +25,6 @@ in stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "A minimal ftp server";
|
description = "A minimal ftp server";
|
||||||
downloadPage = "http://bftpd.sf.net/download.html";
|
downloadPage = "http://bftpd.sf.net/download.html";
|
||||||
homepage = "http://bftpd.sf.net/";
|
homepage = "http://bftpd.sf.net/";
|
||||||
|
@ -54,7 +54,6 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
inherit version;
|
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
};
|
};
|
||||||
|
@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ asymmetric ];
|
maintainers = with maintainers; [ asymmetric ];
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ python3 python3.pkgs.python-lz4 ];
|
buildInputs = [ python3 python3.pkgs.python-lz4 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
|
||||||
description = "A script to handle Mozilla's mozlz4 files";
|
description = "A script to handle Mozilla's mozlz4 files";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
maintainers = [lib.maintainers.raskin];
|
maintainers = [lib.maintainers.raskin];
|
||||||
|
@ -23,7 +23,6 @@ python2Packages.buildPythonApplication rec {
|
|||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
|
||||||
homepage = "http://pyropus.ca/software/getmail/";
|
homepage = "http://pyropus.ca/software/getmail/";
|
||||||
inherit version;
|
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
|
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit version;
|
|
||||||
description = "Ncurses-based monitoring application for wireless network devices";
|
description = "Ncurses-based monitoring application for wireless network devices";
|
||||||
homepage = "https://github.com/uoaerg/wavemon";
|
homepage = "https://github.com/uoaerg/wavemon";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user