Fixed some descriptions

This commit is contained in:
Pascal Wittmann 2015-06-29 16:20:58 +02:00
parent aefa3a30f0
commit 512225ef81
9 changed files with 23 additions and 17 deletions

View File

@ -23,9 +23,9 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "Fork of FLTK 1.3.0 with additional functionality."; description = "Fork of FLTK 1.3.0 with additional functionality";
version = "${version}"; version = "${version}";
homepage = "http://non.tuxfamily.org/"; homepage = http://non.tuxfamily.org/;
license = stdenv.lib.licenses.lgpl21; license = stdenv.lib.licenses.lgpl21;
maintainers = [ stdenv.lib.maintainers.magnetophon ]; maintainers = [ stdenv.lib.maintainers.magnetophon ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -57,7 +57,7 @@ let requireSource = version: part: hash: (requireFile rec {
dontPatchELF = true; dontPatchELF = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Oracle instant client libraries and sqlplus CLI."; description = "Oracle instant client libraries and sqlplus CLI";
longDescription = '' longDescription = ''
Oracle instant client provides access to Oracle databases (OCI, Oracle instant client provides access to Oracle databases (OCI,
OCCI, Pro*C, ODBC or JDBC). This package includes the sqlplus OCCI, Pro*C, ODBC or JDBC). This package includes the sqlplus

View File

@ -20,7 +20,7 @@ buildOcaml rec {
preConfigure = "./bootstrap"; preConfigure = "./bootstrap";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml."; description = "This library adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml";
homepage = http://code.google.com/p/bitstring/; homepage = http://code.google.com/p/bitstring/;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = [ maintainers.maurer ]; maintainers = [ maintainers.maurer ];

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://github.com/grondo/edac-utils; homepage = http://github.com/grondo/edac-utils;
description = "handles the reporting of hardware-related memory errors."; description = "Handles the reporting of hardware-related memory errors";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ]; maintainers = with maintainers; [ wkennington ];

View File

@ -19,7 +19,7 @@ goPackages.buildGoPackage rec {
]; ];
meta = with lib; { meta = with lib; {
description = "A tool to scrape a Prometheus client and dump the result as JSON."; description = "A tool to scrape a Prometheus client and dump the result as JSON";
homepage = https://github.com/prometheus/prom2json; homepage = https://github.com/prometheus/prom2json;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ benley ]; maintainers = with maintainers; [ benley ];

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = https://geteventstore.com/; homepage = https://geteventstore.com/;
description = "Event sourcing database with processing logic in JavaScript."; description = "Event sourcing database with processing logic in JavaScript";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ puffnfresh ]; maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
doCheck = false; # no check rule doCheck = false; # no check rule
meta = { meta = {
description = "PGP Tools is a collection for all kinds of pgp related things, including signing scripts, party preparation scripts etc."; description = "A collection for all kinds of pgp related things, including signing scripts, party preparation scripts etc";
homepage = http://pgp-tools.alioth.debian.org; homepage = http://pgp-tools.alioth.debian.org;
platforms = gnupg.meta.platforms; platforms = gnupg.meta.platforms;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;

View File

@ -280,8 +280,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
outputFiles = [ "FSharp.AutoComplete/bin/Release/*" ]; outputFiles = [ "FSharp.AutoComplete/bin/Release/*" ];
meta = { meta = {
description = "This project provides a command-line interface to the FSharp.Compiler.Service project. It is intended to be used as a backend service for rich editing or 'intellisense' features for editors."; description = "An interface to the FSharp.Compiler.Service project";
homepage = "https://github.com/fsharp/FSharp.AutoComplete"; longDescription = ''
This project provides a command-line interface to the
FSharp.Compiler.Service project. It is intended to be used as a backend
service for rich editing or 'intellisense' features for editors.
'';
homepage = https://github.com/fsharp/FSharp.AutoComplete;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ obadz ]; maintainers = with stdenv.lib.maintainers; [ obadz ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
@ -498,8 +503,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
dontStrip = true; dontStrip = true;
meta = { meta = {
description = "NDesk.Options is a callback-based program option parser for C#."; description = "A callback-based program option parser for C#";
homepage = "http://www.ndesk.org/Options"; homepage = http://www.ndesk.org/Options;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ obadz ]; maintainers = with stdenv.lib.maintainers; [ obadz ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
@ -677,8 +682,8 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
outputFiles = [ "bin/net40/*" ]; outputFiles = [ "bin/net40/*" ];
meta = { meta = {
description = "A declarative CLI argument/XML configuration parser for F# applications."; description = "A declarative CLI argument/XML configuration parser for F# applications";
homepage = "http://nessos.github.io/UnionArgParser/"; homepage = http://nessos.github.io/UnionArgParser/;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ obadz ]; maintainers = with stdenv.lib.maintainers; [ obadz ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -5195,8 +5195,8 @@ let
}; };
meta = { meta = {
description = "simple wrapper around fribidi."; description = "A simple wrapper around fribidi";
homepage = "https://github.com/pediapress/pyfribidi"; homepage = https://github.com/pediapress/pyfribidi;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
}; };
}; };
@ -9295,7 +9295,8 @@ let
}; };
meta = { meta = {
description = ''PicoSAT is a popular SAT solver written by Armin description = "Python bindings for PicoSAT";
longDescription = ''PicoSAT is a popular SAT solver written by Armin
Biere in pure C. This package provides efficient Python bindings Biere in pure C. This package provides efficient Python bindings
to picosat on the C level, i.e. when importing pycosat, the to picosat on the C level, i.e. when importing pycosat, the
picosat solver becomes part of the Python process itself. For picosat solver becomes part of the Python process itself. For