Fixed many descriptions

This commit is contained in:
Pascal Wittmann
2014-11-11 14:36:34 +01:00
parent 0e309af732
commit 8df0e0b151
72 changed files with 160 additions and 159 deletions
@@ -48,7 +48,7 @@ let lispPackages = rec {
alexandria = buildLispPackage rec {
baseName = "alexandria";
version = "git-20131029";
description = "Alexandria is a collection of portable public domain utilities.";
description = "A collection of portable public domain utilities";
deps = [];
src = pkgs.fetchgit {
url = "git://common-lisp.net/projects/alexandria/alexandria.git";
@@ -88,7 +88,7 @@ let lispPackages = rec {
esrap = buildLispPackage rec {
baseName = "esrap";
version = "git-20131029";
description = "A Packrat / Parsing Grammar / TDPL parser for Common Lisp.";
description = "A Packrat / Parsing Grammar / TDPL parser for Common Lisp";
deps = [alexandria];
src = pkgs.fetchgit {
url = "https://github.com/scymtym/esrap.git";