mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
treewide: checkMeta fixes for x86_64-linux
This commit is contained in:
parent
ae7e3a3a41
commit
6f5d989478
@ -74,6 +74,6 @@ stdenv.mkDerivation {
|
||||
description = "A beautiful cross platform Desktop Player for Google Play Music";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = stdenv.lib.maintainers.SuprDewd;
|
||||
maintainers = [ stdenv.lib.maintainers.SuprDewd ];
|
||||
};
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://spatialaudio.net/ssr/;
|
||||
description = "The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainer = stdenv.lib.maintainers.fridh;
|
||||
maintainers = [ stdenv.lib.maintainers.fridh ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://aa-project.sourceforge.net/bb;
|
||||
description = "AA-lib demo";
|
||||
license = licenses.gpl2;
|
||||
maintainers = maintainers.rnhmjoj;
|
||||
maintainers = [ maintainers.rnhmjoj ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A wrapper for dmenu that recognize .desktop files";
|
||||
homepage = "https://github.com/enkore/j4-dmenu-desktop";
|
||||
license = licenses.gpl3;
|
||||
maintainer = with maintainers; [ ericsagnes ];
|
||||
platforms = with platforms; unix;
|
||||
maintainers = with maintainers; [ ericsagnes ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
description = "a graphical mass renaming program for files and folders";
|
||||
homepage = "https://github.com/metamorphose/metamorphose2";
|
||||
license = with licenses; gpl3Plus;
|
||||
maintainer = with maintainers; [ ramkromberg ];
|
||||
maintainers = with maintainers; [ ramkromberg ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A framework for controlling entertainment lighting equipment.";
|
||||
maintainers = [ maintainers.globin ];
|
||||
licenses = with licenses; [ lgpl21 gpl2Plus ];
|
||||
license = with licenses; [ lgpl21 gpl2Plus ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.daidouji.com/oneko/";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = [ maintainers.xaverdh ];
|
||||
meta.platforms = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://wpitchoune.net/ptask/;
|
||||
description = "GTK-based GUI for taskwarrior";
|
||||
license = licenses.gpl2;
|
||||
maintainer = [ maintainers.spacefrogg ];
|
||||
maintainers = [ maintainers.spacefrogg ];
|
||||
};
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://bitbucket.org/maproom/qmapshack/wiki/Home;
|
||||
description = "Plan your next outdoor trip";
|
||||
license = licenses.gpl3;
|
||||
maintainter = with maintainers; [ dotlambda ];
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Worldwide transit maps viewer";
|
||||
license = licenses.gpl3;
|
||||
|
||||
maintainter = with maintainers; [ orivej ];
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ in stdenv.mkDerivation {
|
||||
homepage = https://github.com/neeasade/xst;
|
||||
description = "Simple terminal fork that can load config from Xresources";
|
||||
license = licenses.mit;
|
||||
maintainers = maintainers.vyp;
|
||||
maintainers = [ maintainers.vyp ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tiling terminal emulator following the Gnome Human Interface Guidelines.";
|
||||
homepage = https://gnunn1.github.io/tilix-web;
|
||||
licence = licenses.mpl20;
|
||||
maintainer = with maintainers; [ midchildan ];
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ midchildan ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Extract URLs from text";
|
||||
homepage = http://packages.qa.debian.org/u/urlview.html;
|
||||
licencse = stdenv.lib.licenses.gpl2;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.cs.waikato.ac.nz/ml/weka/;
|
||||
description = "Collection of machine learning algorithms for data mining tasks";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainer = [stdenv.lib.maintainers.mimadrid];
|
||||
maintainers = [ stdenv.lib.maintainers.mimadrid ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Free cross-platform programming exerciser";
|
||||
Homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/;
|
||||
homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/;
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2006";
|
||||
url = "http://www.belastingdienst.nl/download/1341.html";
|
||||
homepage = "http://www.belastingdienst.nl/download/1341.html";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2007";
|
||||
url = "http://www.belastingdienst.nl/download/1341.html";
|
||||
homepage = "http://www.belastingdienst.nl/download/1341.html";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2008 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/particulier/aangifte2008/aangifte_2008/aangifte_2008.html;
|
||||
homepage = http://www.belastingdienst.nl/particulier/aangifte2008/aangifte_2008/aangifte_2008.html;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2009 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/particulier/aangifte2009/download/;
|
||||
homepage = http://www.belastingdienst.nl/particulier/aangifte2009/download/;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2010 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/particulier/aangifte2009/download/;
|
||||
homepage = http://www.belastingdienst.nl/particulier/aangifte2009/download/;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2011 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/particulier/aangifte2009/download/;
|
||||
homepage = http://www.belastingdienst.nl/particulier/aangifte2009/download/;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2012 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/particulier/aangifte2012/download/;
|
||||
homepage = http://www.belastingdienst.nl/particulier/aangifte2012/download/;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte WA 2013 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux;
|
||||
homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2013 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux;
|
||||
homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte WA 2014 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux;
|
||||
homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Elektronische aangifte IB 2014 (Dutch Tax Return Program)";
|
||||
url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux;
|
||||
homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux;
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
|
@ -264,7 +264,7 @@ rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://forum.kodi.tv/showthread.php?tid=187421;
|
||||
descritpion = "A comic book reader";
|
||||
description = "A comic book reader";
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
};
|
||||
};
|
||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://www.mythtv.org/;
|
||||
description = "Open Source DVR";
|
||||
license = licenses.gpl2;
|
||||
meta.platforms = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.titanous ];
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fonts for Code, from Font Bureau";
|
||||
longDescrition = ''
|
||||
longDescription = ''
|
||||
Input is a font family designed for computer programming, data,
|
||||
and text composition. It was designed by David Jonathan Ross
|
||||
between 2012 and 2014 and published by The Font Bureau. It
|
||||
|
@ -27,6 +27,6 @@ pythonPackages.buildPythonPackage rec {
|
||||
description = "Noto fonts support tools and scripts plus web site generation";
|
||||
license = lib.licenses.asl20;
|
||||
homepage = https://github.com/googlei18n/nototools;
|
||||
platform = lib.platforms.unix;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ in fetchzip {
|
||||
meta = {
|
||||
homepage = https://github.com/stark/siji;
|
||||
description = "An iconic bitmap font based on Stlarch with additional glyphs";
|
||||
liscense = stdenv.lib.licenses.gpl2;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.asymmetric ];
|
||||
};
|
||||
|
@ -26,7 +26,7 @@ fetchzip {
|
||||
meta = {
|
||||
description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
|
||||
homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx;
|
||||
binaryDistribution = false; # haven't read the EULA, but we probably can't redistribute these files, so...
|
||||
license = stdenv.lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so...
|
||||
|
||||
# Set a non-zero priority to allow easy overriding of the
|
||||
# fontconfig configuration files.
|
||||
|
@ -73,7 +73,7 @@ let drv = stdenv.mkDerivation rec {
|
||||
your own risk.
|
||||
'';
|
||||
homepage = "https://bintray.com/jetbrains/intellij-jdk/";
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
platforms = with platforms; [ "x86_64-linux" ];
|
||||
};
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
descripton = "A functional lisp";
|
||||
description = "A functional lisp";
|
||||
homepage = https://github.com/aoh/owl-lisp;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
|
@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A general-purpose video codec based on wavelets";
|
||||
platforms = platforms.linux;
|
||||
license = with licenses; [ mpl11 gpl2 lgpl21 ];
|
||||
maintainer = maintainers.igsha;
|
||||
maintainers = [ maintainers.igsha ];
|
||||
};
|
||||
}
|
||||
|
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "D binding and OO wrapper for GTK+";
|
||||
homepage = https://gtkd.org;
|
||||
licence = licenses.lgpl3Plus;
|
||||
license = licenses.lgpl3Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ mkDerivation {
|
||||
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
||||
propagatedBuildInputs = [ qtbase qtsvg ];
|
||||
meta = {
|
||||
shortDescription = "Libraries for creating business diagrams";
|
||||
description = "Libraries for creating business diagrams";
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = qtbase.meta.platforms;
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
|
@ -1,11 +1,13 @@
|
||||
{stdenv, fetchurl, xercesc }:
|
||||
with stdenv; with lib;
|
||||
mkDerivation rec {
|
||||
name = "libcutl-${meta.major}.${meta.minor}";
|
||||
|
||||
meta = {
|
||||
{ stdenv, fetchurl, xercesc }:
|
||||
let
|
||||
major = "1.9";
|
||||
minor = "0";
|
||||
in
|
||||
with stdenv; with lib;
|
||||
mkDerivation rec {
|
||||
name = "libcutl-${major}.${minor}";
|
||||
|
||||
meta = {
|
||||
description = "A collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks" ;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ];
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
description = "XCB cursor library (libxcursor port)";
|
||||
homepage = http://cgit.freedesktop.org/xcb/util-cursor;
|
||||
license = licenses.mit;
|
||||
maintainer = with maintainers; [ lovek323 ];
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
||||
|
@ -279,14 +279,14 @@ rec {
|
||||
name = "ppx_sexp_message";
|
||||
hash = "0r0skyr1zf2jh48xrxbs45gzywynhlivkq24xwc0qq435fmc2jqv";
|
||||
propagatedBuildInputs = [ ppx_sexp_conv ppx_here ];
|
||||
meta.declarations = "A ppx rewriter for easy construction of s-expressions";
|
||||
meta.description = "A ppx rewriter for easy construction of s-expressions";
|
||||
};
|
||||
|
||||
ppx_sexp_value = janePackage {
|
||||
name = "ppx_sexp_value";
|
||||
hash = "0hha5mmx700m8fy9g4znb8278l09chgwlpshny83vsmmzgq2jhah";
|
||||
propagatedBuildInputs = [ ppx_sexp_conv ppx_here ];
|
||||
meta.declarations = "A ppx rewriter that simplifies building s-expressions from OCaml values";
|
||||
meta.description = "A ppx rewriter that simplifies building s-expressions from OCaml values";
|
||||
};
|
||||
|
||||
ppx_typerep_conv = janePackage {
|
||||
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A package for acousticians";
|
||||
maintainer = with maintainers; [ fridh ];
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
license = with licenses; [ bsd3 ];
|
||||
homepage = https://github.com/python-acoustics/python-acoustics;
|
||||
};
|
||||
|
@ -28,6 +28,6 @@ buildPythonPackage rec {
|
||||
description = "File support for asyncio";
|
||||
homepage = https://github.com/Tinche/aiofiles;
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainer = with lib.maintainers; [ fridh ];
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -20,6 +20,6 @@ buildPythonPackage rec {
|
||||
description = "Bibtex parser for python 2.7 and 3.3 and newer";
|
||||
homepage = https://github.com/sciunto-org/python-bibtexparser;
|
||||
license = with lib.licenses; [ gpl3 bsd3 ];
|
||||
maintainer = with lib.maintainers; [ fridh ];
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
|
@ -16,6 +16,6 @@ buildPythonPackage rec {
|
||||
description = "A drop-in replacement for argparse";
|
||||
homepage = https://github.com/zorro3/ConfigArgParse;
|
||||
license = licenses.mit;
|
||||
maintainer = [ maintainers.willibutz ];
|
||||
maintainers = [ maintainers.willibutz ];
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A collection of custom extensions for the Django Framework";
|
||||
homepage = https://github.com/django-extensions/django-extensions;
|
||||
licenses = [ licenses.mit ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Per object permissions for Django";
|
||||
homepage = https://github.com/django-guardian/django-guardian;
|
||||
licenses = [ licenses.mit licenses.bsd2 ];
|
||||
license = [ licenses.mit licenses.bsd2 ];
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,6 @@ buildPythonPackage rec {
|
||||
description = "A simple packaging tool for simple packages";
|
||||
homepage = https://github.com/takluyver/flit;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainer = lib.maintainers.fridh;
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://graph-tool.skewed.de/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainer = [ stdenv.lib.maintainers.joelmo ];
|
||||
maintainers = [ stdenv.lib.maintainers.joelmo ];
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Task-Based Parallelization Framework";
|
||||
license = licenses.mit;
|
||||
url = https://jug.readthedocs.io/;
|
||||
homepage = https://jug.readthedocs.io/;
|
||||
maintainers = with maintainers; [ luispedro ];
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
homepage = https://github.com/erocarrera/pydot;
|
||||
description = "Allows to easily create both directed and non directed graphs from Python";
|
||||
licenses = with lib.licenses; [ mit ];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
license = licenses.mit;
|
||||
website = https://pypi.python.org/pypi/pytest-catchlog/;
|
||||
homepage = https://pypi.python.org/pypi/pytest-catchlog/;
|
||||
description = "py.test plugin to create a 'tmpdir' containing predefined files/directories.";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -38,8 +38,8 @@ buildPythonPackage rec {
|
||||
description = "GPGPU algorithms for PyCUDA and PyOpenCL";
|
||||
homepage = https://github.com/fjarri/reikna;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainer = stdenv.lib.maintainers.fridh;
|
||||
maintainers = [ stdenv.lib.maintainers.fridh ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Download files using requests and save them to a target path";
|
||||
homepage = https://www.github.com/takluyver/requests_download;
|
||||
license = lib.licenses.mit;
|
||||
maintainer = lib.maintainers.fridh;
|
||||
maintainers = [ lib.maintainers.fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://pypi.python.org/pypi/requestsexceptions";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ makefu ];
|
||||
patforms = platforms.all;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/mitya57/secretstorage";
|
||||
description = "Python bindings to FreeDesktop.org Secret Service API";
|
||||
license = licenses.bsdOriginal;
|
||||
maintainer = with maintainers; [ teto ];
|
||||
maintainers = with maintainers; [ teto ];
|
||||
};
|
||||
}
|
||||
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
||||
description = "Collection of utilities for interacting with PyPI";
|
||||
homepage = https://github.com/pypa/twine;
|
||||
license = lib.licenses.asl20;
|
||||
maintainer = with lib.maintainers; [ fridh ];
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://pythonhosted.org/uncertainties/;
|
||||
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
|
||||
maintainer = with maintainers; [ rnhmjoj ];
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
@ -13,6 +13,6 @@ buildPythonPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "take version numbers from version control";
|
||||
homepage = https://github.com/habnabit/vcversioner;
|
||||
licenses = licenses.isc;
|
||||
license = licenses.isc;
|
||||
};
|
||||
}
|
||||
|
@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.lihaoyi.com/Ammonite/;
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainer = [ lib.maintainers.nequissimus ];
|
||||
maintainers = [ lib.maintainers.nequissimus ];
|
||||
};
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
maintainer = with maintainers; [ avnik ];
|
||||
maintainers = with maintainers; [ avnik ];
|
||||
license = licenses.asl20;
|
||||
description = "Continuous Integration platform built on container technology";
|
||||
};
|
||||
|
@ -24,6 +24,6 @@
|
||||
homepage = "https://flywaydb.org/";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.cmcdragonkai;
|
||||
maintainers = [ maintainers.cmcdragonkai ];
|
||||
};
|
||||
}
|
||||
|
@ -43,6 +43,6 @@ buildRustPackage rec {
|
||||
homepage = https://github.com/git-series/git-series;
|
||||
|
||||
license = licenses.mit;
|
||||
maintainer = [ maintainers.vmandela ];
|
||||
maintainers = [ maintainers.vmandela ];
|
||||
};
|
||||
}
|
||||
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/imatix/gsl/;
|
||||
description = "A universal code generator";
|
||||
platforms = platforms.unix;
|
||||
maintainer = [ maintainers.moosingin3space ];
|
||||
maintainers = [ maintainers.moosingin3space ];
|
||||
};
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
homepage = https://github.com/jeffail/leaps/;
|
||||
license = "MIT";
|
||||
maintainers = with stdenv.lib.maintainers; [ qknight ];
|
||||
meta.platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Set of programs to inspect and build Windows Installer (.MSI) files";
|
||||
homepage = https://wiki.gnome.org/msitools;
|
||||
license = [licenses.gpl2 licenses.lgpl21];
|
||||
maintainer = [maintainers.vcunat];
|
||||
maintainers = [maintainers.vcunat];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://martiansoftware.com/nailgun/;
|
||||
license = licenses.apsl20;
|
||||
platforms = platforms.linux;
|
||||
maintainer = with maintainers; [ volth ];
|
||||
maintainers = with maintainers; [ volth ];
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/openshift/rhc;
|
||||
description = "OpenShift client tools";
|
||||
license = licenses.asl20;
|
||||
maintaners = maintainers.szczyp;
|
||||
maintainers = [ maintainers.szczyp ];
|
||||
};
|
||||
}
|
||||
|
@ -52,6 +52,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "The Rust toolchain installer";
|
||||
homepage = https://www.rustup.rs/;
|
||||
license = licenses.mit;
|
||||
maintainer = [ maintainers.mic92 ];
|
||||
maintainers = [ maintainers.mic92 ];
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,6 @@ buildPythonApplication rec {
|
||||
description = "Provides a command line tool to invoke vcs commands on multiple repositories";
|
||||
homepage = https://github.com/dirk-thomas/vcstool;
|
||||
license = licenses.asl20;
|
||||
maintainer = with maintainers; [ sivteck ];
|
||||
maintainers = with maintainers; [ sivteck ];
|
||||
};
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Modern Interpreter for the Commander Keen Games";
|
||||
longdescription = ''
|
||||
longDescription = ''
|
||||
Commander Genius is an open-source clone of
|
||||
Commander Keen which allows you to play
|
||||
the games, and some of the mods
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://gemrb.org/;
|
||||
license = licenses.gpl2;
|
||||
maintainer = with maintainers; [ peterhoeg ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
documentation = ''City building game'';
|
||||
description = ''City building game'';
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Interpreter for LucasArts' Lua-based 3D adventure games";
|
||||
homepage = http://residualvm.org/;
|
||||
repositories.git = https://github.com/residualvm/residualvm.git;
|
||||
licencse = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Provides a Virtual (SCSI) HBA";
|
||||
homepage = http://cdemu.sourceforge.net/about/vhba/;
|
||||
platforms = platforms.linux;
|
||||
licenses = licenses.gpl2Plus;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [ bendlas ];
|
||||
};
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Simple i3lock helper which pixels a screenshot by scaling it down and up to get a pixeled version of the screen when the lock is active.";
|
||||
homepage = https://github.com/Ma27/i3lock-pixeled;
|
||||
license = licenses.mit;
|
||||
platform = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ma27 ];
|
||||
};
|
||||
}
|
||||
|
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||
cp -r Breeze* $out/share/themes
|
||||
'';
|
||||
|
||||
preferLocalBuild = true;
|
||||
|
||||
meta = {
|
||||
description = "A GTK theme built to match KDE's breeze theme";
|
||||
homepage = https://github.com/dirruk1/gnome-breeze;
|
||||
@ -19,6 +21,5 @@ stdenv.mkDerivation {
|
||||
maintainers = with stdenv.lib.maintainers; [ bennofs ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
hydraPlatforms = [];
|
||||
preferLocalBuild = true;
|
||||
};
|
||||
}
|
||||
|
@ -290,7 +290,7 @@ rec {
|
||||
buildInputs = [ unzip ];
|
||||
dependencies = [];
|
||||
meta = {
|
||||
url = "http://www.vim.org/scripts/script.php?script_id=1234";
|
||||
homepage = "http://www.vim.org/scripts/script.php?script_id=1234";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
@ -2077,7 +2077,7 @@ rec {
|
||||
buildInputs = [ unzip ];
|
||||
dependencies = [];
|
||||
meta = {
|
||||
url = "http://www.vim.org/scripts/script.php?script_id=39";
|
||||
homepage = "http://www.vim.org/scripts/script.php?script_id=39";
|
||||
};
|
||||
|
||||
unpackPhase = ''
|
||||
@ -2198,7 +2198,7 @@ rec {
|
||||
buildInputs = [ unzip ];
|
||||
dependencies = [];
|
||||
meta = {
|
||||
url = "http://www.vim.org/scripts/script.php?script_id=273";
|
||||
homepage = "http://www.vim.org/scripts/script.php?script_id=273";
|
||||
};
|
||||
|
||||
setSourceRoot = ''
|
||||
|
@ -109,7 +109,7 @@ fun! nix#NixDerivation(opts, name, repository) abort
|
||||
\ ' buildInputs = [ unzip ];',
|
||||
\ ' dependencies = ['.join(map(copy(dependencies), "'\"'.nix#ToNixAttrName(v:val).'\"'")).'];',
|
||||
\ ' meta = {',
|
||||
\ ' url = "http://www.vim.org/scripts/script.php?script_id='.a:repository.vim_script_nr.'";',
|
||||
\ ' homepage = "http://www.vim.org/scripts/script.php?script_id='.a:repository.vim_script_nr.'";',
|
||||
\ ' };',
|
||||
\ addon_info == {} ? '' : (' addon_info = '.nix#ToNix(string(addon_info), [], "").';'),
|
||||
\ additional_nix_code,
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
maintainers = with maintainers; [matthewbauer];
|
||||
platforms = platforms.darwin;
|
||||
licenses = licenses.publicDomain;
|
||||
license = licenses.publicDomain;
|
||||
homepage = "http://duti.org/";
|
||||
};
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib;
|
||||
{ description = "Hard Drive Active Protection System Daemon";
|
||||
hompage = "http://hdaps.sf.net/";
|
||||
homepage = "http://hdaps.sf.net/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "The webcam-tools package";
|
||||
platforms = platforms.linux;
|
||||
licenses = with licenses; [ lgpl3 ];
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ jraygauthier ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Test various memory protection measures";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainer = with maintainers; [ copumpkin joachifm ];
|
||||
maintainers = with maintainers; [ copumpkin joachifm ];
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
homepage = http://linvdr.org/projects/regionset/;
|
||||
descriptions = "Tool for changing the region code setting of DVD players";
|
||||
description = "Tool for changing the region code setting of DVD players";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
description = "An advanced and secure webserver";
|
||||
license = licenses.gpl2;
|
||||
homepage = https://www.hiawatha-webserver.org;
|
||||
maintainer = [ maintainers.ndowens ];
|
||||
maintainers = [ maintainers.ndowens ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ in runCommand name {
|
||||
description = "A postfix policy server to provide greylisting";
|
||||
homepage = https://postgrey.schweikert.ch/;
|
||||
platforms = postfix.meta.platforms;
|
||||
licenses = licenses.gpl2;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
} ''
|
||||
mkdir -p $out/bin
|
||||
|
@ -32,6 +32,6 @@ in python2Packages.buildPythonApplication rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.claudiokuenzler.com/nagios-plugins/;
|
||||
license = licenses.gpl2;
|
||||
maintainer = with maintainers; [ peterhoeg ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
}
|
||||
|
@ -46,9 +46,9 @@ let
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://labs.consol.de/;
|
||||
license = licenses.gpl2;
|
||||
maintainer = with maintainers; [ peterhoeg ];
|
||||
homepage = https://labs.consol.de/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
inherit description;
|
||||
};
|
||||
};
|
||||
|
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Uptime check plugin for Sensu/Nagios/others";
|
||||
homepage = https://github.com/madrisan/nagios-plugins-uptime;
|
||||
license = licenses.gpl3;
|
||||
maintainer = with maintainers; [ peterhoeg ];
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
}
|
||||
|
@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Dynamo inspired NoSQL DB by Basho with S3 compatibility";
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
license = licenses.asl20;
|
||||
maintainer = with maintainers; [ mdaiter ];
|
||||
maintainers = with maintainers; [ mdaiter ];
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
||||
description = "Ranger-like file navigation for zsh";
|
||||
homepage = "https://github.com/Vifon/deer";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = maintainers.vyp;
|
||||
maintainers = [ maintainers.vyp ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Simple X background setter inspired by imlibsetroot and feh";
|
||||
homepage = https://github.com/ttzhou/setroot;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = maintainers.vyp;
|
||||
maintainers = [ maintainers.vyp ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/vain/xpointerbarrier;
|
||||
description = "Create X11 pointer barriers around your working area";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = stdenv.lib.maintainers.xzfc;
|
||||
maintainers = [ stdenv.lib.maintainers.xzfc ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = https://sourceforge.net/projects/lsdvd/;
|
||||
shortDescription = "Display information about audio, video, and subtitle tracks on a DVD";
|
||||
description = "Display information about audio, video, and subtitle tracks on a DVD";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A client implementation of the Apple Filing Protocol";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
platform = platforms.linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Old-style RAID configuration utility";
|
||||
longDescritipn = ''
|
||||
longDescription = ''
|
||||
Old RAID configuration utility (still under development, though).
|
||||
It is fully compatible with modern kernels and mdadm recognizes
|
||||
its volumes. May be needed for rescuing an older system or nuking
|
||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = http://sourceware.org/lvm2/;
|
||||
descriptions = "Tools to support Logical Volume Management (LVM) on Linux";
|
||||
description = "Tools to support Logical Volume Management (LVM) on Linux";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,6 @@ buildRustPackage rec {
|
||||
homepage = "https://github.com/RazrFalcon/svgcleaner";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainer = [ maintainers.mehandes ];
|
||||
maintainers = [ maintainers.mehandes ];
|
||||
};
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ in stdenv.mkDerivation {
|
||||
description = "A minimal composable infrastructure on top of libudev and libevdev";
|
||||
homepage = "https://gitlab.com/interception/linux/tools";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = stdenv.lib.maintainers.vyp;
|
||||
maintainers = [ stdenv.lib.maintainers.vyp ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Manipulate the scancode/keycode translation tables of keyboard drivers.";
|
||||
homepace = http://0pointer.de/lennart/projects/keyfuzz/;
|
||||
homepage = http://0pointer.de/lennart/projects/keyfuzz/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ mboes ];
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.ddcutil.com/;
|
||||
description = "Query and change Linux monitor settings using DDC/CI and USB";
|
||||
license = licenses.gpl2;
|
||||
maintainer = with maintainers; [ rnhmjoj ];
|
||||
maintainers = with maintainers; [ rnhmjoj ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user