treewide: remove redundant rec

This commit is contained in:
volth
2019-08-13 21:52:01 +00:00
parent 5061fe0c2c
commit 08f68313a4
1875 changed files with 2591 additions and 2596 deletions

View File

@@ -36,7 +36,7 @@ let lispPackages = rec {
};
};
quicklisp-to-nix-system-info = stdenv.mkDerivation rec {
quicklisp-to-nix-system-info = stdenv.mkDerivation {
pname = "quicklisp-to-nix-system-info";
version = "1.0.0";
src = ./quicklisp-to-nix;
@@ -57,7 +57,7 @@ let lispPackages = rec {
dontStrip = true;
};
quicklisp-to-nix = stdenv.mkDerivation rec {
quicklisp-to-nix = stdenv.mkDerivation {
pname = "quicklisp-to-nix";
version = "1.0.0";
src = ./quicklisp-to-nix;

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''_3bmd'';
version = ''20171019-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''abnf'';
version = ''cl-20150608-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''alexandria'';
version = ''20181210-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''anaphora'';
version = ''20180228-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''array-utils'';
version = ''20181018-git'';

View File

@@ -1,5 +1,5 @@
{ fetchurl, ... }:
rec {
{
baseName = ''asdf-finalizers'';
version = ''20170403-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''asdf-system-connections'';
version = ''20170124-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''babel-streams'';
version = ''babel-20171227-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''babel'';
version = ''20171227-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''blackbird'';
version = ''20160531-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''bordeaux-threads'';
version = ''v0.8.6'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''buildnode-xhtml'';
version = ''buildnode-20170403-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''buildnode'';
version = ''20170403-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''caveman'';
version = ''20181210-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cffi-grovel'';
version = ''cffi_0.20.1'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cffi-toolchain'';
version = ''cffi_0.20.1'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cffi'';
version = ''cffi_0.20.1'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''chipz'';
version = ''20190202-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''chunga'';
version = ''20180131-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''circular-streams'';
version = ''20161204-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-aa'';
version = ''cl-vectors-20180228-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-annot'';
version = ''20150608-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-anonfun'';
version = ''20111203-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-ansi-text'';
version = ''20150804-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-async-repl'';
version = ''cl-async-20190307-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-async-ssl'';
version = ''cl-async-20190307-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-async'';
version = ''20190307-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-base64'';
version = ''20150923-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-cli'';
version = ''20151218-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-colors'';
version = ''20180328-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-containers'';
version = ''20170403-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-cookie'';
version = ''20150804-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-csv'';
version = ''20180831-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-dbi'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-emb'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-fad'';
version = ''20180430-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-fuse-meta-fs'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-fuse'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-html-parse'';
version = ''20161031-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-html5-parser'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-interpol'';
version = ''20180711-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-jpeg'';
version = ''20170630-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-json'';
version = ''20141217-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-l10n-cldr'';
version = ''20120909-darcs'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-l10n'';
version = ''20161204-darcs'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-libuv'';
version = ''20190107-git'';

View File

@@ -1,5 +1,5 @@
{ fetchurl, ... }:
rec {
{
baseName = ''cl-log'';
version = ''cl-log.1.0.1'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-markdown'';
version = ''20101006-darcs'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-markup'';
version = ''20131003-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-mysql'';
version = ''20171019-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-paths-ttf'';
version = ''cl-vectors-20180228-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-paths'';
version = ''cl-vectors-20180228-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-pdf'';
version = ''20170830-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-postgres'';
version = ''postmodern-20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-ppcre-template'';
version = ''cl-unification-20190107-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-ppcre-unicode'';
version = ''cl-ppcre-20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-ppcre'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-project'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-protobufs'';
version = ''20180328-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-reexport'';
version = ''20150709-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-smtp'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-store'';
version = ''20180328-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-syntax-annot'';
version = ''cl-syntax-20150407-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-syntax-anonfun'';
version = ''cl-syntax-20150407-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-syntax-markup'';
version = ''cl-syntax-20150407-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-syntax'';
version = ''20150407-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-test-more'';
version = ''prove-20171130-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-typesetting'';
version = ''20170830-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-unicode'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-unification'';
version = ''20190107-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-utilities'';
version = ''1.2.4'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-vectors'';
version = ''20180228-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl-who'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cl_plus_ssl'';
version = ''cl+ssl-20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clack-handler-hunchentoot'';
version = ''clack-20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clack-socket'';
version = ''clack-20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clack-test'';
version = ''clack-20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clack-v1-compat'';
version = ''clack-20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clack'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''closer-mop'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''closure-common'';
version = ''20181018-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''closure-html'';
version = ''20180711-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clsql-postgresql-socket'';
version = ''clsql-20160208-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clsql-postgresql'';
version = ''clsql-20160208-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clsql-sqlite3'';
version = ''clsql-20160208-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clsql-uffi'';
version = ''clsql-20160208-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clsql'';
version = ''20160208-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clss'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clx-truetype'';
version = ''20160825-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''clx'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''collectors'';
version = ''20161204-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''command-line-arguments'';
version = ''20190710-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''css-lite'';
version = ''20120407-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''css-selectors-simple-tree'';
version = ''css-selectors-20160628-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''css-selectors-stp'';
version = ''css-selectors-20160628-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''css-selectors'';
version = ''20160628-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cxml-stp'';
version = ''20190521-git'';

View File

@@ -1,5 +1,5 @@
args @ { fetchurl, ... }:
rec {
{
baseName = ''cxml'';
version = ''20181018-git'';

View File

@@ -1,5 +1,5 @@
{ fetchurl, ... }:
rec {
{
baseName = ''db3'';
version = ''cl-20150302-git'';

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