Merge pull request #32410 from grahamc/check-meta

treewide: checkMeta fixes for x86_64-linux
This commit is contained in:
Graham Christensen 2017-12-07 08:08:46 -05:00 committed by GitHub
commit 5b9e29c01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
116 changed files with 141 additions and 137 deletions

View File

@ -74,6 +74,6 @@ stdenv.mkDerivation {
description = "A beautiful cross platform Desktop Player for Google Play Music"; description = "A beautiful cross platform Desktop Player for Google Play Music";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = stdenv.lib.maintainers.SuprDewd; maintainers = [ stdenv.lib.maintainers.SuprDewd ];
}; };
} }

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
homepage = http://spatialaudio.net/ssr/; homepage = http://spatialaudio.net/ssr/;
description = "The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction"; description = "The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainer = stdenv.lib.maintainers.fridh; maintainers = [ stdenv.lib.maintainers.fridh ];
}; };
} }

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = http://aa-project.sourceforge.net/bb; homepage = http://aa-project.sourceforge.net/bb;
description = "AA-lib demo"; description = "AA-lib demo";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = maintainers.rnhmjoj; maintainers = [ maintainers.rnhmjoj ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "A wrapper for dmenu that recognize .desktop files"; description = "A wrapper for dmenu that recognize .desktop files";
homepage = "https://github.com/enkore/j4-dmenu-desktop"; homepage = "https://github.com/enkore/j4-dmenu-desktop";
license = licenses.gpl3; license = licenses.gpl3;
maintainer = with maintainers; [ ericsagnes ]; maintainers = with maintainers; [ ericsagnes ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "a graphical mass renaming program for files and folders"; description = "a graphical mass renaming program for files and folders";
homepage = "https://github.com/metamorphose/metamorphose2"; homepage = "https://github.com/metamorphose/metamorphose2";
license = with licenses; gpl3Plus; license = with licenses; gpl3Plus;
maintainer = with maintainers; [ ramkromberg ]; maintainers = with maintainers; [ ramkromberg ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A framework for controlling entertainment lighting equipment."; description = "A framework for controlling entertainment lighting equipment.";
maintainers = [ maintainers.globin ]; maintainers = [ maintainers.globin ];
licenses = with licenses; [ lgpl21 gpl2Plus ]; license = with licenses; [ lgpl21 gpl2Plus ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.daidouji.com/oneko/"; homepage = "http://www.daidouji.com/oneko/";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = [ maintainers.xaverdh ]; maintainers = [ maintainers.xaverdh ];
meta.platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://wpitchoune.net/ptask/; homepage = http://wpitchoune.net/ptask/;
description = "GTK-based GUI for taskwarrior"; description = "GTK-based GUI for taskwarrior";
license = licenses.gpl2; license = licenses.gpl2;
maintainer = [ maintainers.spacefrogg ]; maintainers = [ maintainers.spacefrogg ];
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = https://bitbucket.org/maproom/qmapshack/wiki/Home; homepage = https://bitbucket.org/maproom/qmapshack/wiki/Home;
description = "Plan your next outdoor trip"; description = "Plan your next outdoor trip";
license = licenses.gpl3; license = licenses.gpl3;
maintainter = with maintainers; [ dotlambda ]; maintainers = with maintainers; [ dotlambda ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Worldwide transit maps viewer"; description = "Worldwide transit maps viewer";
license = licenses.gpl3; license = licenses.gpl3;
maintainter = with maintainers; [ orivej ]; maintainers = with maintainers; [ orivej ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -26,7 +26,7 @@ in stdenv.mkDerivation {
homepage = https://github.com/neeasade/xst; homepage = https://github.com/neeasade/xst;
description = "Simple terminal fork that can load config from Xresources"; description = "Simple terminal fork that can load config from Xresources";
license = licenses.mit; license = licenses.mit;
maintainers = maintainers.vyp; maintainers = [ maintainers.vyp ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -37,8 +37,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Tiling terminal emulator following the Gnome Human Interface Guidelines."; description = "Tiling terminal emulator following the Gnome Human Interface Guidelines.";
homepage = https://gnunn1.github.io/tilix-web; homepage = https://gnunn1.github.io/tilix-web;
licence = licenses.mpl20; license = licenses.mpl20;
maintainer = with maintainers; [ midchildan ]; maintainers = with maintainers; [ midchildan ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Extract URLs from text"; description = "Extract URLs from text";
homepage = http://packages.qa.debian.org/u/urlview.html; 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; platforms = with stdenv.lib.platforms; linux ++ darwin;
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
homepage = http://www.cs.waikato.ac.nz/ml/weka/; homepage = http://www.cs.waikato.ac.nz/ml/weka/;
description = "Collection of machine learning algorithms for data mining tasks"; description = "Collection of machine learning algorithms for data mining tasks";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainer = [stdenv.lib.maintainers.mimadrid]; maintainers = [ stdenv.lib.maintainers.mimadrid ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Free cross-platform programming exerciser"; 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; license = licenses.gpl3;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2006"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2007"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2008 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2009 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2010 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2011 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2012 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte WA 2013 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2013 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte WA 2014 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Elektronische aangifte IB 2014 (Dutch Tax Return Program)"; 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; license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; hydraPlatforms = [];

View File

@ -264,7 +264,7 @@ rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://forum.kodi.tv/showthread.php?tid=187421; homepage = https://forum.kodi.tv/showthread.php?tid=187421;
descritpion = "A comic book reader"; description = "A comic book reader";
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo ];
}; };
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = https://www.mythtv.org/; homepage = https://www.mythtv.org/;
description = "Open Source DVR"; description = "Open Source DVR";
license = licenses.gpl2; license = licenses.gpl2;
meta.platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.titanous ]; maintainers = [ maintainers.titanous ];
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Fonts for Code, from Font Bureau"; description = "Fonts for Code, from Font Bureau";
longDescrition = '' longDescription = ''
Input is a font family designed for computer programming, data, Input is a font family designed for computer programming, data,
and text composition. It was designed by David Jonathan Ross and text composition. It was designed by David Jonathan Ross
between 2012 and 2014 and published by The Font Bureau. It between 2012 and 2014 and published by The Font Bureau. It

View File

@ -27,6 +27,6 @@ pythonPackages.buildPythonPackage rec {
description = "Noto fonts support tools and scripts plus web site generation"; description = "Noto fonts support tools and scripts plus web site generation";
license = lib.licenses.asl20; license = lib.licenses.asl20;
homepage = https://github.com/googlei18n/nototools; homepage = https://github.com/googlei18n/nototools;
platform = lib.platforms.unix; platforms = lib.platforms.unix;
}; };
} }

View File

@ -17,7 +17,7 @@ in fetchzip {
meta = { meta = {
homepage = https://github.com/stark/siji; homepage = https://github.com/stark/siji;
description = "An iconic bitmap font based on Stlarch with additional glyphs"; 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; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.asymmetric ]; maintainers = [ stdenv.lib.maintainers.asymmetric ];
}; };

View File

@ -26,7 +26,7 @@ fetchzip {
meta = { meta = {
description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)"; description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx; 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 # Set a non-zero priority to allow easy overriding of the
# fontconfig configuration files. # fontconfig configuration files.

View File

@ -73,7 +73,7 @@ let drv = stdenv.mkDerivation rec {
your own risk. your own risk.
''; '';
homepage = "https://bintray.com/jetbrains/intellij-jdk/"; homepage = "https://bintray.com/jetbrains/intellij-jdk/";
licenses = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ edwtjo ]; maintainers = with maintainers; [ edwtjo ];
platforms = with platforms; [ "x86_64-linux" ]; platforms = with platforms; [ "x86_64-linux" ];
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
doCheck = false; doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
descripton = "A functional lisp"; description = "A functional lisp";
homepage = https://github.com/aoh/owl-lisp; homepage = https://github.com/aoh/owl-lisp;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];

View File

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "A general-purpose video codec based on wavelets"; description = "A general-purpose video codec based on wavelets";
platforms = platforms.linux; platforms = platforms.linux;
license = with licenses; [ mpl11 gpl2 lgpl21 ]; license = with licenses; [ mpl11 gpl2 lgpl21 ];
maintainer = maintainers.igsha; maintainers = [ maintainers.igsha ];
}; };
} }

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "D binding and OO wrapper for GTK+"; description = "D binding and OO wrapper for GTK+";
homepage = https://gtkd.org; homepage = https://gtkd.org;
licence = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -13,7 +13,7 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules qttools ]; nativeBuildInputs = [ extra-cmake-modules qttools ];
propagatedBuildInputs = [ qtbase qtsvg ]; propagatedBuildInputs = [ qtbase qtsvg ];
meta = { meta = {
shortDescription = "Libraries for creating business diagrams"; description = "Libraries for creating business diagrams";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = qtbase.meta.platforms; platforms = qtbase.meta.platforms;
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];

View File

@ -1,11 +1,13 @@
{stdenv, fetchurl, xercesc }: { stdenv, fetchurl, xercesc }:
with stdenv; with lib; let
mkDerivation rec {
name = "libcutl-${meta.major}.${meta.minor}";
meta = {
major = "1.9"; major = "1.9";
minor = "0"; 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" ; description = "A collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks" ;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "XCB cursor library (libxcursor port)"; description = "XCB cursor library (libxcursor port)";
homepage = http://cgit.freedesktop.org/xcb/util-cursor; homepage = http://cgit.freedesktop.org/xcb/util-cursor;
license = licenses.mit; license = licenses.mit;
maintainer = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };

View File

@ -279,14 +279,14 @@ rec {
name = "ppx_sexp_message"; name = "ppx_sexp_message";
hash = "0r0skyr1zf2jh48xrxbs45gzywynhlivkq24xwc0qq435fmc2jqv"; hash = "0r0skyr1zf2jh48xrxbs45gzywynhlivkq24xwc0qq435fmc2jqv";
propagatedBuildInputs = [ ppx_sexp_conv ppx_here ]; 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 { ppx_sexp_value = janePackage {
name = "ppx_sexp_value"; name = "ppx_sexp_value";
hash = "0hha5mmx700m8fy9g4znb8278l09chgwlpshny83vsmmzgq2jhah"; hash = "0hha5mmx700m8fy9g4znb8278l09chgwlpshny83vsmmzgq2jhah";
propagatedBuildInputs = [ ppx_sexp_conv ppx_here ]; 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 { ppx_typerep_conv = janePackage {

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A package for acousticians"; description = "A package for acousticians";
maintainer = with maintainers; [ fridh ]; maintainers = with maintainers; [ fridh ];
license = with licenses; [ bsd3 ]; license = with licenses; [ bsd3 ];
homepage = https://github.com/python-acoustics/python-acoustics; homepage = https://github.com/python-acoustics/python-acoustics;
}; };

View File

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "File support for asyncio"; description = "File support for asyncio";
homepage = https://github.com/Tinche/aiofiles; homepage = https://github.com/Tinche/aiofiles;
license = with lib.licenses; [ asl20 ]; license = with lib.licenses; [ asl20 ];
maintainer = with lib.maintainers; [ fridh ]; maintainers = with lib.maintainers; [ fridh ];
}; };
} }

View File

@ -20,6 +20,6 @@ buildPythonPackage rec {
description = "Bibtex parser for python 2.7 and 3.3 and newer"; description = "Bibtex parser for python 2.7 and 3.3 and newer";
homepage = https://github.com/sciunto-org/python-bibtexparser; homepage = https://github.com/sciunto-org/python-bibtexparser;
license = with lib.licenses; [ gpl3 bsd3 ]; license = with lib.licenses; [ gpl3 bsd3 ];
maintainer = with lib.maintainers; [ fridh ]; maintainers = with lib.maintainers; [ fridh ];
}; };
} }

View File

@ -16,6 +16,6 @@ buildPythonPackage rec {
description = "A drop-in replacement for argparse"; description = "A drop-in replacement for argparse";
homepage = https://github.com/zorro3/ConfigArgParse; homepage = https://github.com/zorro3/ConfigArgParse;
license = licenses.mit; license = licenses.mit;
maintainer = [ maintainers.willibutz ]; maintainers = [ maintainers.willibutz ];
}; };
} }

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A collection of custom extensions for the Django Framework"; description = "A collection of custom extensions for the Django Framework";
homepage = https://github.com/django-extensions/django-extensions; homepage = https://github.com/django-extensions/django-extensions;
licenses = [ licenses.mit ]; license = licenses.mit;
}; };
} }

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Per object permissions for Django"; description = "Per object permissions for Django";
homepage = https://github.com/django-guardian/django-guardian; homepage = https://github.com/django-guardian/django-guardian;
licenses = [ licenses.mit licenses.bsd2 ]; license = [ licenses.mit licenses.bsd2 ];
}; };
} }

View File

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "A simple packaging tool for simple packages"; description = "A simple packaging tool for simple packages";
homepage = https://github.com/takluyver/flit; homepage = https://github.com/takluyver/flit;
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainer = lib.maintainers.fridh; maintainers = [ lib.maintainers.fridh ];
}; };
} }

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
homepage = http://graph-tool.skewed.de/; homepage = http://graph-tool.skewed.de/;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all; platforms = platforms.all;
maintainer = [ stdenv.lib.maintainers.joelmo ]; maintainers = [ stdenv.lib.maintainers.joelmo ];
}; };
src = fetchurl { src = fetchurl {

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Task-Based Parallelization Framework"; description = "A Task-Based Parallelization Framework";
license = licenses.mit; license = licenses.mit;
url = https://jug.readthedocs.io/; homepage = https://jug.readthedocs.io/;
maintainers = with maintainers; [ luispedro ]; maintainers = with maintainers; [ luispedro ];
}; };
} }

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
meta = { meta = {
homepage = https://github.com/erocarrera/pydot; homepage = https://github.com/erocarrera/pydot;
description = "Allows to easily create both directed and non directed graphs from Python"; description = "Allows to easily create both directed and non directed graphs from Python";
licenses = with lib.licenses; [ mit ]; license = lib.licenses.mit;
}; };
} }

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = licenses.mit; 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."; description = "py.test plugin to create a 'tmpdir' containing predefined files/directories.";
}; };
} }

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
description = "GPGPU algorithms for PyCUDA and PyOpenCL"; description = "GPGPU algorithms for PyCUDA and PyOpenCL";
homepage = https://github.com/fjarri/reikna; homepage = https://github.com/fjarri/reikna;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainer = stdenv.lib.maintainers.fridh; maintainers = [ stdenv.lib.maintainers.fridh ];
}; };

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Download files using requests and save them to a target path"; description = "Download files using requests and save them to a target path";
homepage = https://www.github.com/takluyver/requests_download; homepage = https://www.github.com/takluyver/requests_download;
license = lib.licenses.mit; license = lib.licenses.mit;
maintainer = lib.maintainers.fridh; maintainers = [ lib.maintainers.fridh ];
}; };
} }

View File

@ -22,6 +22,6 @@ buildPythonPackage rec {
homepage = "https://pypi.python.org/pypi/requestsexceptions"; homepage = "https://pypi.python.org/pypi/requestsexceptions";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ makefu ]; maintainers = with maintainers; [ makefu ];
patforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = "https://github.com/mitya57/secretstorage"; homepage = "https://github.com/mitya57/secretstorage";
description = "Python bindings to FreeDesktop.org Secret Service API"; description = "Python bindings to FreeDesktop.org Secret Service API";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainer = with maintainers; [ teto ]; maintainers = with maintainers; [ teto ];
}; };
} }

View File

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Collection of utilities for interacting with PyPI"; description = "Collection of utilities for interacting with PyPI";
homepage = https://github.com/pypa/twine; homepage = https://github.com/pypa/twine;
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainer = with lib.maintainers; [ fridh ]; maintainers = with lib.maintainers; [ fridh ];
}; };
} }

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://pythonhosted.org/uncertainties/; homepage = http://pythonhosted.org/uncertainties/;
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)"; description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
maintainer = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -13,6 +13,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "take version numbers from version control"; description = "take version numbers from version control";
homepage = https://github.com/habnabit/vcversioner; homepage = https://github.com/habnabit/vcversioner;
licenses = licenses.isc; license = licenses.isc;
}; };
} }

View File

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = http://www.lihaoyi.com/Ammonite/; homepage = http://www.lihaoyi.com/Ammonite/;
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = lib.platforms.all; platforms = lib.platforms.all;
maintainer = [ lib.maintainers.nequissimus ]; maintainers = [ lib.maintainers.nequissimus ];
}; };
} }

View File

@ -61,7 +61,7 @@ buildGoPackage rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainer = with maintainers; [ avnik ]; maintainers = with maintainers; [ avnik ];
license = licenses.asl20; license = licenses.asl20;
description = "Continuous Integration platform built on container technology"; description = "Continuous Integration platform built on container technology";
}; };

View File

@ -24,6 +24,6 @@
homepage = "https://flywaydb.org/"; homepage = "https://flywaydb.org/";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = maintainers.cmcdragonkai; maintainers = [ maintainers.cmcdragonkai ];
}; };
} }

View File

@ -43,6 +43,6 @@ buildRustPackage rec {
homepage = https://github.com/git-series/git-series; homepage = https://github.com/git-series/git-series;
license = licenses.mit; license = licenses.mit;
maintainer = [ maintainers.vmandela ]; maintainers = [ maintainers.vmandela ];
}; };
} }

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/imatix/gsl/; homepage = https://github.com/imatix/gsl/;
description = "A universal code generator"; description = "A universal code generator";
platforms = platforms.unix; platforms = platforms.unix;
maintainer = [ maintainers.moosingin3space ]; maintainers = [ maintainers.moosingin3space ];
}; };
} }

View File

@ -20,7 +20,7 @@ buildGoPackage rec {
homepage = https://github.com/jeffail/leaps/; homepage = https://github.com/jeffail/leaps/;
license = "MIT"; license = "MIT";
maintainers = with stdenv.lib.maintainers; [ qknight ]; maintainers = with stdenv.lib.maintainers; [ qknight ];
meta.platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "Set of programs to inspect and build Windows Installer (.MSI) files"; description = "Set of programs to inspect and build Windows Installer (.MSI) files";
homepage = https://wiki.gnome.org/msitools; homepage = https://wiki.gnome.org/msitools;
license = [licenses.gpl2 licenses.lgpl21]; license = [licenses.gpl2 licenses.lgpl21];
maintainer = [maintainers.vcunat]; maintainers = [maintainers.vcunat];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = http://martiansoftware.com/nailgun/; homepage = http://martiansoftware.com/nailgun/;
license = licenses.apsl20; license = licenses.apsl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainer = with maintainers; [ volth ]; maintainers = with maintainers; [ volth ];
}; };
} }

View File

@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/openshift/rhc; homepage = https://github.com/openshift/rhc;
description = "OpenShift client tools"; description = "OpenShift client tools";
license = licenses.asl20; license = licenses.asl20;
maintaners = maintainers.szczyp; maintainers = [ maintainers.szczyp ];
}; };
} }

View File

@ -52,6 +52,6 @@ rustPlatform.buildRustPackage rec {
description = "The Rust toolchain installer"; description = "The Rust toolchain installer";
homepage = https://www.rustup.rs/; homepage = https://www.rustup.rs/;
license = licenses.mit; license = licenses.mit;
maintainer = [ maintainers.mic92 ]; maintainers = [ maintainers.mic92 ];
}; };
} }

View File

@ -23,6 +23,6 @@ buildPythonApplication rec {
description = "Provides a command line tool to invoke vcs commands on multiple repositories"; description = "Provides a command line tool to invoke vcs commands on multiple repositories";
homepage = https://github.com/dirk-thomas/vcstool; homepage = https://github.com/dirk-thomas/vcstool;
license = licenses.asl20; license = licenses.asl20;
maintainer = with maintainers; [ sivteck ]; maintainers = with maintainers; [ sivteck ];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Modern Interpreter for the Commander Keen Games"; description = "Modern Interpreter for the Commander Keen Games";
longdescription = '' longDescription = ''
Commander Genius is an open-source clone of Commander Genius is an open-source clone of
Commander Keen which allows you to play Commander Keen which allows you to play
the games, and some of the mods the games, and some of the mods

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://gemrb.org/; homepage = http://gemrb.org/;
license = licenses.gpl2; license = licenses.gpl2;
maintainer = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
documentation = ''City building game''; description = ''City building game'';
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [stdenv.lib.maintainers.raskin]; maintainers = [stdenv.lib.maintainers.raskin];

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Interpreter for LucasArts' Lua-based 3D adventure games"; description = "Interpreter for LucasArts' Lua-based 3D adventure games";
homepage = http://residualvm.org/; homepage = http://residualvm.org/;
repositories.git = https://github.com/residualvm/residualvm.git; repositories.git = https://github.com/residualvm/residualvm.git;
licencse = licenses.gpl2; license = licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Provides a Virtual (SCSI) HBA"; description = "Provides a Virtual (SCSI) HBA";
homepage = http://cdemu.sourceforge.net/about/vhba/; homepage = http://cdemu.sourceforge.net/about/vhba/;
platforms = platforms.linux; platforms = platforms.linux;
licenses = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ bendlas ]; maintainers = with stdenv.lib.maintainers; [ bendlas ];
}; };
} }

View File

@ -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."; 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; homepage = https://github.com/Ma27/i3lock-pixeled;
license = licenses.mit; license = licenses.mit;
platform = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ ma27 ]; maintainers = with maintainers; [ ma27 ];
}; };
} }

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation {
cp -r Breeze* $out/share/themes cp -r Breeze* $out/share/themes
''; '';
preferLocalBuild = true;
meta = { meta = {
description = "A GTK theme built to match KDE's breeze theme"; description = "A GTK theme built to match KDE's breeze theme";
homepage = https://github.com/dirruk1/gnome-breeze; homepage = https://github.com/dirruk1/gnome-breeze;
@ -19,6 +21,5 @@ stdenv.mkDerivation {
maintainers = with stdenv.lib.maintainers; [ bennofs ]; maintainers = with stdenv.lib.maintainers; [ bennofs ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
hydraPlatforms = []; hydraPlatforms = [];
preferLocalBuild = true;
}; };
} }

View File

@ -290,7 +290,7 @@ rec {
buildInputs = [ unzip ]; buildInputs = [ unzip ];
dependencies = []; dependencies = [];
meta = { meta = {
url = "http://www.vim.org/scripts/script.php?script_id=1234"; homepage = "http://www.vim.org/scripts/script.php?script_id=1234";
}; };
sourceRoot = "."; sourceRoot = ".";
@ -2077,7 +2077,7 @@ rec {
buildInputs = [ unzip ]; buildInputs = [ unzip ];
dependencies = []; dependencies = [];
meta = { meta = {
url = "http://www.vim.org/scripts/script.php?script_id=39"; homepage = "http://www.vim.org/scripts/script.php?script_id=39";
}; };
unpackPhase = '' unpackPhase = ''
@ -2198,7 +2198,7 @@ rec {
buildInputs = [ unzip ]; buildInputs = [ unzip ];
dependencies = []; dependencies = [];
meta = { meta = {
url = "http://www.vim.org/scripts/script.php?script_id=273"; homepage = "http://www.vim.org/scripts/script.php?script_id=273";
}; };
setSourceRoot = '' setSourceRoot = ''

View File

@ -109,7 +109,7 @@ fun! nix#NixDerivation(opts, name, repository) abort
\ ' buildInputs = [ unzip ];', \ ' buildInputs = [ unzip ];',
\ ' dependencies = ['.join(map(copy(dependencies), "'\"'.nix#ToNixAttrName(v:val).'\"'")).'];', \ ' dependencies = ['.join(map(copy(dependencies), "'\"'.nix#ToNixAttrName(v:val).'\"'")).'];',
\ ' meta = {', \ ' 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), [], "").';'), \ addon_info == {} ? '' : (' addon_info = '.nix#ToNix(string(addon_info), [], "").';'),
\ additional_nix_code, \ additional_nix_code,

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
''; '';
maintainers = with maintainers; [matthewbauer]; maintainers = with maintainers; [matthewbauer];
platforms = platforms.darwin; platforms = platforms.darwin;
licenses = licenses.publicDomain; license = licenses.publicDomain;
homepage = "http://duti.org/"; homepage = "http://duti.org/";
}; };
} }

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; meta = with stdenv.lib;
{ description = "Hard Drive Active Protection System Daemon"; { description = "Hard Drive Active Protection System Daemon";
hompage = "http://hdaps.sf.net/"; homepage = "http://hdaps.sf.net/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.ehmry ]; maintainers = [ maintainers.ehmry ];

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "The webcam-tools package"; description = "The webcam-tools package";
platforms = platforms.linux; platforms = platforms.linux;
licenses = with licenses; [ lgpl3 ]; license = licenses.lgpl3;
maintainers = with maintainers; [ jraygauthier ]; maintainers = with maintainers; [ jraygauthier ];
}; };
} }

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "Test various memory protection measures"; description = "Test various memory protection measures";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainer = with maintainers; [ copumpkin joachifm ]; maintainers = with maintainers; [ copumpkin joachifm ];
}; };
} }

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
inherit version; inherit version;
homepage = http://linvdr.org/projects/regionset/; 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; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "An advanced and secure webserver"; description = "An advanced and secure webserver";
license = licenses.gpl2; license = licenses.gpl2;
homepage = https://www.hiawatha-webserver.org; homepage = https://www.hiawatha-webserver.org;
maintainer = [ maintainers.ndowens ]; maintainers = [ maintainers.ndowens ];
}; };
} }

View File

@ -19,7 +19,7 @@ in runCommand name {
description = "A postfix policy server to provide greylisting"; description = "A postfix policy server to provide greylisting";
homepage = https://postgrey.schweikert.ch/; homepage = https://postgrey.schweikert.ch/;
platforms = postfix.meta.platforms; platforms = postfix.meta.platforms;
licenses = licenses.gpl2; license = licenses.gpl2;
}; };
} '' } ''
mkdir -p $out/bin mkdir -p $out/bin

View File

@ -32,6 +32,6 @@ in python2Packages.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.claudiokuenzler.com/nagios-plugins/; homepage = https://www.claudiokuenzler.com/nagios-plugins/;
license = licenses.gpl2; license = licenses.gpl2;
maintainer = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
} }

View File

@ -48,7 +48,7 @@ let
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://labs.consol.de/; homepage = https://labs.consol.de/;
license = licenses.gpl2; license = licenses.gpl2;
maintainer = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
inherit description; inherit description;
}; };
}; };

View File

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
description = "Uptime check plugin for Sensu/Nagios/others"; description = "Uptime check plugin for Sensu/Nagios/others";
homepage = https://github.com/madrisan/nagios-plugins-uptime; homepage = https://github.com/madrisan/nagios-plugins-uptime;
license = licenses.gpl3; license = licenses.gpl3;
maintainer = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
}; };
} }

View File

@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
description = "Dynamo inspired NoSQL DB by Basho with S3 compatibility"; description = "Dynamo inspired NoSQL DB by Basho with S3 compatibility";
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];
license = licenses.asl20; license = licenses.asl20;
maintainer = with maintainers; [ mdaiter ]; maintainers = with maintainers; [ mdaiter ];
}; };
} }

View File

@ -29,7 +29,7 @@ in stdenv.mkDerivation {
description = "Ranger-like file navigation for zsh"; description = "Ranger-like file navigation for zsh";
homepage = "https://github.com/Vifon/deer"; homepage = "https://github.com/Vifon/deer";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = maintainers.vyp; maintainers = [ maintainers.vyp ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Simple X background setter inspired by imlibsetroot and feh"; description = "Simple X background setter inspired by imlibsetroot and feh";
homepage = https://github.com/ttzhou/setroot; homepage = https://github.com/ttzhou/setroot;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = maintainers.vyp; maintainers = [ maintainers.vyp ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/vain/xpointerbarrier; homepage = https://github.com/vain/xpointerbarrier;
description = "Create X11 pointer barriers around your working area"; description = "Create X11 pointer barriers around your working area";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = stdenv.lib.maintainers.xzfc; maintainers = [ stdenv.lib.maintainers.xzfc ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = https://sourceforge.net/projects/lsdvd/; 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; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "A client implementation of the Apple Filing Protocol"; description = "A client implementation of the Apple Filing Protocol";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ rnhmjoj ]; maintainers = with maintainers; [ rnhmjoj ];
platform = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Old-style RAID configuration utility"; description = "Old-style RAID configuration utility";
longDescritipn = '' longDescription = ''
Old RAID configuration utility (still under development, though). Old RAID configuration utility (still under development, though).
It is fully compatible with modern kernels and mdadm recognizes It is fully compatible with modern kernels and mdadm recognizes
its volumes. May be needed for rescuing an older system or nuking its volumes. May be needed for rescuing an older system or nuking

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://sourceware.org/lvm2/; 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; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -20,6 +20,6 @@ buildRustPackage rec {
homepage = "https://github.com/RazrFalcon/svgcleaner"; homepage = "https://github.com/RazrFalcon/svgcleaner";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all; platforms = platforms.all;
maintainer = [ maintainers.mehandes ]; maintainers = [ maintainers.mehandes ];
}; };
} }

View File

@ -27,7 +27,7 @@ in stdenv.mkDerivation {
description = "A minimal composable infrastructure on top of libudev and libevdev"; description = "A minimal composable infrastructure on top of libudev and libevdev";
homepage = "https://gitlab.com/interception/linux/tools"; homepage = "https://gitlab.com/interception/linux/tools";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = stdenv.lib.maintainers.vyp; maintainers = [ stdenv.lib.maintainers.vyp ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Manipulate the scancode/keycode translation tables of keyboard drivers."; 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; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ mboes ]; maintainers = with maintainers; [ mboes ];

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://www.ddcutil.com/; homepage = http://www.ddcutil.com/;
description = "Query and change Linux monitor settings using DDC/CI and USB"; description = "Query and change Linux monitor settings using DDC/CI and USB";
license = licenses.gpl2; 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