Merge remote-tracking branch 'origin/master' into staging
Conflicts: pkgs/development/libraries/boost/generic.nix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user