Captialize meta.description of all packages

In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
This commit is contained in:
Bjørn Forsman 2016-06-20 12:53:46 +02:00
parent 0880f1f335
commit bd01fad0ed
227 changed files with 277 additions and 277 deletions

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.rycee ]; maintainers = [ maintainers.rycee ];
platforms = platforms.unix; platforms = platforms.unix;
description = "command-line utility to get CDDB discid information from a CD-ROM disc"; description = "Command-line utility to get CDDB discid information from a CD-ROM disc";
longDescription = '' longDescription = ''
cd-discid is a backend utility to get CDDB discid information cd-discid is a backend utility to get CDDB discid information

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ]; buildInputs = [ cmake libsndfile flex bison alsaLib libpulseaudio tcltk ];
meta = { meta = {
description = "sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms"; description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
homepage = http://www.csounds.com/; homepage = http://www.csounds.com/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = [stdenv.lib.maintainers.marcweber];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.linuxsampler.org; homepage = http://www.linuxsampler.org;
description = "graphical frontend to LinuxSampler"; description = "Graphical frontend to LinuxSampler";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
libpng libsamplerate libsndfile zlib ]; libpng libsamplerate libsndfile zlib ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "multi-effects processor emulating a guitar effects pedalboard"; description = "Multi-effects processor emulating a guitar effects pedalboard";
homepage = http://rakarrack.sourceforge.net; homepage = http://rakarrack.sourceforge.net;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "modern tracker-based DAW"; description = "Modern tracker-based DAW";
homepage = http://www.renoise.com/; homepage = http://www.renoise.com/;
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "minimal loop based midi sequencer"; description = "Minimal loop based midi sequencer";
homepage = "http://www.filter24.org/seq24"; homepage = "http://www.filter24.org/seq24";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ flac ]; buildInputs = [ flac ];
meta = { meta = {
description = "multi-purpose WAVE data processing and reporting utility"; description = "Multi-purpose WAVE data processing and reporting utility";
homepage = http://www.etree.org/shnutils/shntool/; homepage = http://www.etree.org/shnutils/shntool/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "classic-analog (VCOs-VCF-VCA) style software synthesizer"; description = "Classic-analog (VCOs-VCF-VCA) style software synthesizer";
longDescription = '' longDescription = ''
Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software
synthesizer which operates as a plugin for the DSSI Soft Synth synthesizer which operates as a plugin for the DSSI Soft Synth

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DFLTK_MATH_LIBRARY=${stdenv.glibc.out}/lib/libm.so -DCMAKE_INSTALL_DATAROOTDIR=$out" ]; cmakeFlags = [ "-DFLTK_MATH_LIBRARY=${stdenv.glibc.out}/lib/libm.so -DCMAKE_INSTALL_DATAROOTDIR=$out" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "high quality software synthesizer based on ZynAddSubFX"; description = "High quality software synthesizer based on ZynAddSubFX";
longDescription = '' longDescription = ''
Yoshimi delivers the same synthesizer capabilities as Yoshimi delivers the same synthesizer capabilities as
ZynAddSubFX along with very good Jack and Alsa midi/audio ZynAddSubFX along with very good Jack and Alsa midi/audio

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "tiny logging framework for Emacs"; description = "Tiny logging framework for Emacs";
homepage = https://github.com/sigma/logito; homepage = https://github.com/sigma/logito;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "an emacs library to access metaweblog based weblogs"; description = "An emacs library to access metaweblog based weblogs";
homepage = https://github.com/punchagan/metaweblog; homepage = https://github.com/punchagan/metaweblog;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
(require 'session) (require 'session)
(add-hook 'after-init-hook 'session-initialize) (add-hook 'after-init-hook 'session-initialize)
*/ */
description = "small session management for emacs"; description = "Small session management for emacs";
homepage = http://emacs-session.sourceforge.net/; homepage = http://emacs-session.sourceforge.net/;
license = "GPL"; license = "GPL";
}; };

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "the next generation code editor"; description = "The next generation code editor";
homepage = http://www.lighttable.com/; homepage = http://www.lighttable.com/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.matejc ]; maintainers = [ maintainers.matejc ];

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "the nice editor"; description = "The nice editor";
homepage = https://github.com/vigna/ne; homepage = https://github.com/vigna/ne;
longDescription = '' longDescription = ''
ne is a free (GPL'd) text editor based on the POSIX standard that runs (we hope) on almost any ne is a free (GPL'd) text editor based on the POSIX standard that runs (we hope) on almost any

View File

@ -174,7 +174,7 @@ rec {
installPhase = "installPlugins gmic_gimp"; installPhase = "installPlugins gmic_gimp";
meta = { meta = {
description = "script language for image processing which comes with its open-source interpreter"; description = "Script language for image processing which comes with its open-source interpreter";
homepage = http://gmic.eu/gimp.shtml; homepage = http://gmic.eu/gimp.shtml;
license = stdenv.lib.licenses.cecill20; license = stdenv.lib.licenses.cecill20;
/* /*

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://xournal.sourceforge.net/; homepage = http://xournal.sourceforge.net/;
description = "note-taking application (supposes stylus)"; description = "Note-taking application (supposes stylus)";
maintainers = [ stdenv.lib.maintainers.guibert ]; maintainers = [ stdenv.lib.maintainers.guibert ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
}; };

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
]; ];
meta = { meta = {
description = "a generic, highly customizable, and efficient menu for the X Window System"; description = "A generic, highly customizable, and efficient menu for the X Window System";
homepage = http://tools.suckless.org/dmenu; homepage = http://tools.suckless.org/dmenu;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ ]; maintainers = with stdenv.lib.maintainers; [ ];

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://www.fetchmail.info/"; homepage = "http://www.fetchmail.info/";
description = "a full-featured remote-mail retrieval and forwarding utility"; description = "A full-featured remote-mail retrieval and forwarding utility";
longDescription = '' longDescription = ''
A full-featured, robust, well-documented remote-mail retrieval and A full-featured, robust, well-documented remote-mail retrieval and
forwarding utility intended to be used over on-demand TCP/IP links forwarding utility intended to be used over on-demand TCP/IP links

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://goldendict.org/; homepage = http://goldendict.org/;
description = "a feature-rich dictionary lookup program"; description = "A feature-rich dictionary lookup program";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.astsmtl ]; maintainers = [ stdenv.lib.maintainers.astsmtl ];

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libgphoto2 libexif popt libjpeg readline libtool ]; buildInputs = [ libgphoto2 libexif popt libjpeg readline libtool ];
meta = { meta = {
description = "a ready to use set of digital camera software applications"; description = "A ready to use set of digital camera software applications";
longDescription = '' longDescription = ''
A set of command line utilities for manipulating over 1400 different A set of command line utilities for manipulating over 1400 different

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool gnome3.gtk pkgconfig texinfo ]; buildInputs = [ intltool gnome3.gtk pkgconfig texinfo ];
meta = { meta = {
description = "a GTK enabled dropin replacement for xmessage"; description = "A GTK enabled dropin replacement for xmessage";
homepage = "http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage"; homepage = "http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [jfb]; maintainers = with stdenv.lib.maintainers; [jfb];

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://www.jbidwatcher.com/"; homepage = "http://www.jbidwatcher.com/";
description = "monitor and snipe Ebay auctions"; description = "Monitor and snipe Ebay auctions";
license = "LGPL"; license = "LGPL";
longDescription = '' longDescription = ''

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
preConfigure = "./autogen.sh"; # install.sh is not contained in the tar preConfigure = "./autogen.sh"; # install.sh is not contained in the tar
meta = { meta = {
description = "modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc"; description = "Modular program to synchronize calendars, addressbooks and other PIM data between pcs, mobile devices etc";
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation {
buildInputs = [unzip]; buildInputs = [unzip];
meta = { meta = {
description = "open source Geographic Information System (GIS) written in the Java programming language"; description = "Open source Geographic Information System (GIS) written in the Java programming language";
homepage = http://www.openjump.org/index.html; homepage = http://www.openjump.org/index.html;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = [stdenv.lib.maintainers.marcweber];

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://github.com/mjheagle8/tasknc"; homepage = "https://github.com/mjheagle8/tasknc";
description = "a ncurses wrapper around taskwarrior"; description = "A ncurses wrapper around taskwarrior";
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
platforms = stdenv.lib.platforms.linux; # Cannot test others platforms = stdenv.lib.platforms.linux; # Cannot test others
}; };

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://www.foolabs.com/xpdf/"; homepage = "http://www.foolabs.com/xpdf/";
description = "viewer for Portable Document Format (PDF) files"; description = "Viewer for Portable Document Format (PDF) files";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.peti ]; maintainers = [ stdenv.lib.maintainers.peti ];

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.phreedom ]; maintainers = [ maintainers.phreedom ];
description = "a WebKit KPart for Konqueror, Akregator and other KDE applications"; description = "A WebKit KPart for Konqueror, Akregator and other KDE applications";
homepage = https://projects.kde.org/projects/extragear/base/kwebkitpart; homepage = https://projects.kde.org/projects/extragear/base/kwebkitpart;
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://hadoop.apache.org/"; homepage = "http://hadoop.apache.org/";
description = "framework for distributed processing of large data sets across clusters of computers"; description = "Framework for distributed processing of large data sets across clusters of computers";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
longDescription = '' longDescription = ''

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://gale.org/"; homepage = "http://gale.org/";
description = "chat/messaging system (server and client)"; description = "Chat/messaging system (server and client)";
platforms = platforms.all; platforms = platforms.all;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
}; };
meta = { meta = {
description = "benchmark to measure the performance of many different types of networking"; description = "Benchmark to measure the performance of many different types of networking";
homepage = "http://www.netperf.org/netperf/"; homepage = "http://www.netperf.org/netperf/";
license = "Hewlett-Packard BSD-like license"; license = "Hewlett-Packard BSD-like license";

View File

@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication rec {
meta = { meta = {
homepage = http://furius.ca/beancount/; homepage = http://furius.ca/beancount/;
description = "double-entry bookkeeping computer language"; description = "Double-entry bookkeeping computer language";
longDescription = '' longDescription = ''
A double-entry bookkeeping computer language that lets you define A double-entry bookkeeping computer language that lets you define
financial transaction records in a text file, read them in memory, financial transaction records in a text file, read them in memory,

View File

@ -9,7 +9,7 @@ bundlerEnv {
gemset = ./gemset.nix; gemset = ./gemset.nix;
meta = { meta = {
description = "a simple command line time tracker written in ruby"; description = "A simple command line time tracker written in ruby";
homepage = https://github.com/samg/timetrap; homepage = https://github.com/samg/timetrap;
license = lib.licenses.mit; license = lib.licenses.mit;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "fast translation from LTL formulae to Buchi automata"; description = "Fast translation from LTL formulae to Buchi automata";
homepage = "http://www.lsv.ens-cachan.fr/~gastin/ltl2ba"; homepage = "http://www.lsv.ens-cachan.fr/~gastin/ltl2ba";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.darwin ++ stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.darwin ++ stdenv.lib.platforms.linux;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
cp msieve $out/bin/''; cp msieve $out/bin/'';
meta = { meta = {
description = "a C library implementing a suite of algorithms to factor large integers"; description = "A C library implementing a suite of algorithms to factor large integers";
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
homepage = http://msieve.sourceforge.net/; homepage = http://msieve.sourceforge.net/;
maintainers = [ stdenv.lib.maintainers.roconnor ]; maintainers = [ stdenv.lib.maintainers.roconnor ];

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://www.gnu.org/software/pspp/"; homepage = "http://www.gnu.org/software/pspp/";
description = "a free replacement for SPSS, a program for statistical analysis of sampled data"; description = "A free replacement for SPSS, a program for statistical analysis of sampled data";
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
longDescription = '' longDescription = ''

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
}; };
meta = { meta = {
description = "provides full ground station support and configuration for the PX4 and APM Flight Stacks"; description = "Provides full ground station support and configuration for the PX4 and APM Flight Stacks";
homepage = http://qgroundcontrol.org/; homepage = http://qgroundcontrol.org/;
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://www.agwa.name/projects/git-crypt"; homepage = "https://www.agwa.name/projects/git-crypt";
description = "transparent file encryption in git"; description = "Transparent file encryption in git";
longDescription = '' longDescription = ''
git-crypt enables transparent encryption and decryption of files in a git git-crypt enables transparent encryption and decryption of files in a git
repository. Files which you choose to protect are encrypted when repository. Files which you choose to protect are encrypted when

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/felipec/git-remote-hg"; homepage = "https://github.com/felipec/git-remote-hg";
description = "semi-official Mercurial bridge from Git project, once installed, it allows you to clone, fetch and push to and from Mercurial repositories as if they were Git ones"; description = "Semi-official Mercurial bridge from Git project, once installed, it allows you to clone, fetch and push to and from Mercurial repositories as if they were Git ones";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.garbas ]; maintainers = [ maintainers.garbas ];
}; };

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://josefsson.org/git2cl/"; homepage = "http://josefsson.org/git2cl/";
description = "convert git logs to GNU style ChangeLog files"; description = "Convert git logs to GNU style ChangeLog files";
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
+ ":" + stdenv.cc.cc + "/lib64"; + ":" + stdenv.cc.cc + "/lib64";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "convert blu-ray and dvd to mkv"; description = "Convert blu-ray and dvd to mkv";
longDescription = '' longDescription = ''
makemkv is a one-click QT application that transcodes an encrypted makemkv is a one-click QT application that transcodes an encrypted
blu-ray or DVD disc into a more portable set of mkv files, preserving blu-ray or DVD disc into a more portable set of mkv files, preserving

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
NIX_LDFLAGS = "-lXext -lX11 -lz -lgcc_s"; NIX_LDFLAGS = "-lXext -lX11 -lz -lgcc_s";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "screencast video catpuring tool"; description = "Screencast video catpuring tool";
homepage = http://xvidcap.sourceforge.net/; homepage = http://xvidcap.sourceforge.net/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a single player arcade game. The player is invading various cities in a plane that is decreasing in height"; description = "A single player arcade game. The player is invading various cities in a plane that is decreasing in height";
}; };
} }

View File

@ -2,7 +2,7 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a Gomoku (from Japanese - lit. \"five points\") like game for two players, where the opponents alternate in placing their respective pictogram on the game board"; description = "A Gomoku (from Japanese - lit. \"five points\") like game for two players, where the opponents alternate in placing their respective pictogram on the game board";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a clone of the classic Bomberman game, inspired by the work of the Clanbomber clone"; description = "A clone of the classic Bomberman game, inspired by the work of the Clanbomber clone";
}; };
} }

View File

@ -8,6 +8,6 @@ kde rec {
postInstall = "wrapPythonPrograms"; postInstall = "wrapPythonPrograms";
meta = { meta = {
description = "an ancient Chinese board game for 4 players"; description = "An ancient Chinese board game for 4 players";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a clone of the well known game Pac-Man"; description = "A clone of the well known game Pac-Man";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a fun and educational puzzle game built around molecular geometry"; description = "A fun and educational puzzle game built around molecular geometry";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a game of hide and seek played on an grid of boxes, where the player shoots rays into the grid to deduce the positions of hidden objects"; description = "A game of hide and seek played on an grid of boxes, where the player shoots rays into the grid to deduce the positions of hidden objects";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a classic single player falling blocks puzzle game"; description = "A classic single player falling blocks puzzle game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a single player arcade game with the elements of puzzle"; description = "A single player arcade game with the elements of puzzle";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a Breakout-like game. Its object is to destroy as many bricks as possible without losing the ball"; description = "A Breakout-like game. Its object is to destroy as many bricks as possible without losing the ball";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a single player puzzle game. The object of the game is to build lines of three similar diamonds"; description = "A single player puzzle game. The object of the game is to build lines of three similar diamonds";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a board game for two players based on the Connect-Four game"; description = "A board game for two players based on the Connect-Four game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "an action game where the hero runs through a maze, climbs stairs, dig holes and dodges enemies in order to collect all the gold nuggets and escape to the next level"; description = "An action game where the hero runs through a maze, climbs stairs, dig holes and dodges enemies in order to collect all the gold nuggets and escape to the next level";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "an open-source implementation of the popular Go game"; description = "An open-source implementation of the popular Go game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple game of evading killer robots"; description = "A simple game of evading killer robots";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "an addictive and fun dice game, designed to be played by as many as six players"; description = "An addictive and fun dice game, designed to be played by as many as six players";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple dice driven tactical game"; description = "A simple dice driven tactical game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a puzzle game where the player removes groups of colored marbles to clear the board"; description = "A puzzle game where the player removes groups of colored marbles to clear the board";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple but highly addictive one player game. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five"; description = "A simple but highly addictive one player game. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames libkmahjongg ]; buildInputs = [ kdelibs libkdegames libkmahjongg ];
meta = { meta = {
description = "the tiles are scrambled and staked on top of each other to resemble a certain shape. The player is then expected to remove all the tiles off the game board by locating each tile's matching pair"; description = "The tiles are scrambled and staked on top of each other to resemble a certain shape. The player is then expected to remove all the tiles off the game board by locating each tile's matching pair";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a classic Minesweeper game"; description = "A classic Minesweeper game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a Battle Ship game"; description = "A Battle Ship game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a small game where you have to build up a computer network by rotating the wires to connect the terminals to the server"; description = "A small game where you have to build up a computer network by rotating the wires to connect the terminals to the server";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a miniature golf game"; description = "A miniature golf game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple ball dodging game"; description = "A simple ball dodging game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "the KDE version of Gnu-Lactic Konquest"; description = "The KDE version of Gnu-Lactic Konquest";
}; };
} }

View File

@ -3,6 +3,6 @@ kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
nativeBuildInputs = [ shared_mime_info ]; nativeBuildInputs = [ shared_mime_info ];
meta = { meta = {
description = "a relaxing card sorting game"; description = "A relaxing card sorting game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player"; description = "A simple one player strategy game played against the computer. If a player's piece is captured by an opposing player, that piece is turned over to reveal the color of that player";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames libkmahjongg ]; buildInputs = [ kdelibs libkdegames libkmahjongg ];
meta = { meta = {
description = "a solitaire-like game played using the standard set of Mahjong tiles"; description = "A solitaire-like game played using the standard set of Mahjong tiles";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames qca2 ]; buildInputs = [ kdelibs libkdegames qca2 ];
meta = { meta = {
description = "a computerized version of the well known strategic board game Risk"; description = "A computerized version of the well known strategic board game Risk";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple Tron-Clone"; description = "A simple Tron-Clone";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "each of two possible players control a satellite spaceship orbiting the sun. As the game progresses players have to eliminate the opponent's spacecraft with bullets or mines"; description = "Each of two possible players control a satellite spaceship orbiting the sun. As the game progresses players have to eliminate the opponent's spacecraft with bullets or mines";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a game modeled after the well known pen and paper based game of Dots and Boxes"; description = "A game modeled after the well known pen and paper based game of Dots and Boxes";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a logic-based symbol placement puzzle"; description = "A logic-based symbol placement puzzle";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a simple constructor game suitable for children and adults alike"; description = "A simple constructor game suitable for children and adults alike";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a game based on the Rubik's Cube puzzle"; description = "A game based on the Rubik's Cube puzzle";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a library for KMahjongg game"; description = "A library for KMahjongg game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a fun and engaging card game for two players, where the second player is either live opponent, or a built in artificial intelligence"; description = "A fun and engaging card game for two players, where the second player is either live opponent, or a built in artificial intelligence";
}; };
} }

View File

@ -8,6 +8,6 @@ kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a single-player jigsaw puzzle game"; description = "A single-player jigsaw puzzle game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkdegames ]; buildInputs = [ kdelibs libkdegames ];
meta = { meta = {
description = "a single player logic-based puzzle game"; description = "A single player logic-based puzzle game";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libkcompactdisc cdparanoia libkcddb libvorbis flac lame ]; buildInputs = [ kdelibs libkcompactdisc cdparanoia libkcddb libvorbis flac lame ];
meta = { meta = {
description = "transparent audio CD access for applications using the KDE Platform"; description = "Transparent audio CD access for applications using the KDE Platform";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs ]; buildInputs = [ kdelibs ];
meta = { meta = {
description = "a multimedia player with the focus on simplicity"; description = "A multimedia player with the focus on simplicity";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs ffmpeg ]; buildInputs = [ kdelibs ffmpeg ];
meta = { meta = {
description = "a video thumbnail generator for KDE file managers like Dolphin and Konqueror"; description = "A video thumbnail generator for KDE file managers like Dolphin and Konqueror";
}; };
} }

View File

@ -5,6 +5,6 @@ kde {
buildInputs = [ kdelibs taglib_1_9 libtunepimp ]; buildInputs = [ kdelibs taglib_1_9 libtunepimp ];
meta = { meta = {
description = "an audio jukebox application"; description = "An audio jukebox application";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs libcanberra libpulseaudio ]; buildInputs = [ kdelibs libcanberra libpulseaudio ];
meta = { meta = {
description = "sound mixer, an application to allow you to change the volume of your sound card"; description = "Sound mixer, an application to allow you to change the volume of your sound card";
}; };
} }

View File

@ -3,6 +3,6 @@ kde {
#todo: libmusicbrainz5 #todo: libmusicbrainz5
buildInputs = [ kdelibs ]; buildInputs = [ kdelibs ];
meta = { meta = {
description = "a library used to retrieve audio CD meta data from the internet"; description = "A library used to retrieve audio CD meta data from the internet";
}; };
} }

View File

@ -2,6 +2,6 @@
kde { kde {
buildInputs = [ kdelibs ]; buildInputs = [ kdelibs ];
meta = { meta = {
description = "a video thumbnail generator for KDE"; description = "A video thumbnail generator for KDE";
}; };
} }

View File

@ -6,6 +6,6 @@ kde {
preConfigure = "export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:${gcc}:${gcc.cc}"; preConfigure = "export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:${gcc}:${gcc.cc}";
meta = { meta = {
description = "various KDE development utilities"; description = "Various KDE development utilities";
}; };
} }

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
vte_290 libgee gsettings_desktop_schemas defaultIconTheme vte_290 libgee gsettings_desktop_schemas defaultIconTheme
]; ];
meta = { meta = {
description = "elementary OS's terminal"; description = "Elementary OS's terminal";
longDescription = "A super lightweight, beautiful, and simple terminal. It's designed to be setup with sane defaults and little to no configuration. It's just a terminal, nothing more, nothing less. Designed for elementary OS."; longDescription = "A super lightweight, beautiful, and simple terminal. It's designed to be setup with sane defaults and little to no configuration. It's just a terminal, nothing more, nothing less. Designed for elementary OS.";
homepage = https://launchpad.net/pantheon-terminal; homepage = https://launchpad.net/pantheon-terminal;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;

View File

@ -24,6 +24,6 @@ mkDerivation {
]; ];
jailbreak = true; jailbreak = true;
homepage = "https://github.com/elm-lang/elm-repl"; homepage = "https://github.com/elm-lang/elm-repl";
description = "a REPL for Elm"; description = "A REPL for Elm";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
} }

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/kripken/emscripten-fastcomp; homepage = https://github.com/kripken/emscripten-fastcomp;
description = "emscripten llvm"; description = "Emscripten llvm";
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ qknight matthewbauer ]; maintainers = with maintainers; [ qknight matthewbauer ];
license = stdenv.lib.licenses.ncsa; license = stdenv.lib.licenses.ncsa;

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
inherit stdenv coreutils autoconf automake smlnj; inherit stdenv coreutils autoconf automake smlnj;
meta = { meta = {
description = "a parallel, pure variant of Standard ML"; description = "A parallel, pure variant of Standard ML";
longDescription = '' longDescription = ''
Manticore is a high-level parallel programming language aimed at Manticore is a high-level parallel programming language aimed at

View File

@ -312,7 +312,7 @@
]; ];
jailbreak = true; jailbreak = true;
homepage = "http://github.com/ghcjs/ghcjs-base"; homepage = "http://github.com/ghcjs/ghcjs-base";
description = "base library for GHCJS"; description = "Base library for GHCJS";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
}) {}; }) {};
Cabal = callPackage Cabal = callPackage

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "high-performance JIT compiler for Lua 5.1"; description = "High-performance JIT compiler for Lua 5.1";
homepage = http://luajit.org; homepage = http://luajit.org;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;

View File

@ -109,7 +109,7 @@ let
meta = { meta = {
homepage = "http://python.org"; homepage = "http://python.org";
description = "a high-level dynamically-typed programming language"; description = "A high-level dynamically-typed programming language";
longDescription = '' longDescription = ''
Python is a remarkably powerful dynamic programming language that Python is a remarkably powerful dynamic programming language that
is used in a wide variety of application domains. Some of its key is used in a wide variety of application domains. Some of its key

View File

@ -162,7 +162,7 @@ let
meta = { meta = {
homepage = "http://python.org"; homepage = "http://python.org";
description = "a high-level dynamically-typed programming language"; description = "A high-level dynamically-typed programming language";
longDescription = '' longDescription = ''
Python is a remarkably powerful dynamic programming language that Python is a remarkably powerful dynamic programming language that
is used in a wide variety of application domains. Some of its key is used in a wide variety of application domains. Some of its key

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "resample library by Fons Adriaensen"; description = "Resample library by Fons Adriaensen";
version = "${version}"; version = "${version}";
homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"; homepage = "http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://sourceforge.net/projects/buddy/"; homepage = "http://sourceforge.net/projects/buddy/";
description = "binary decision diagram package"; description = "Binary decision diagram package";
license = "as-is"; license = "as-is";
platforms = with stdenv.lib.platforms; allBut cygwin; platforms = with stdenv.lib.platforms; allBut cygwin;

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
enableParallelBuild = true; enableParallelBuild = true;
meta = { meta = {
description = "advanced disassembly library"; description = "Advanced disassembly library";
homepage = "http://www.capstone-engine.org"; homepage = "http://www.capstone-engine.org";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

Some files were not shown because too many files have changed in this diff Show More