From 427d33bfaaa1b6536c5bb11d6eeda10900ae7ac9 Mon Sep 17 00:00:00 2001
From: Marius Bergmann
Date: Fri, 24 Mar 2017 00:27:59 +0100
Subject: [PATCH 01/57] keepalived: 1.3.4 -> 1.3.5
---
pkgs/tools/networking/keepalived/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/tools/networking/keepalived/default.nix b/pkgs/tools/networking/keepalived/default.nix
index 6e18e1dba1d..0e4842ec24d 100644
--- a/pkgs/tools/networking/keepalived/default.nix
+++ b/pkgs/tools/networking/keepalived/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "keepalived-${version}";
- version = "1.3.4";
+ version = "1.3.5";
src = fetchFromGitHub {
owner = "acassen";
repo = "keepalived";
rev = "v${version}";
- sha256 = "0vmflvr7j53dhpfawd1l2kkqw9prs2vl6r4a8rv5ilrrj3j0q989";
+ sha256 = "0lbzbw5giddr4rrhppdpsswh88x86ywxrl01vm8z5am7acixn1zr";
};
buildInputs = [
From 9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2 Mon Sep 17 00:00:00 2001
From: Christine Koppelt
Date: Sun, 26 Mar 2017 16:07:21 +0200
Subject: [PATCH 02/57] spark: 1.6.0 ->1.6.3
---
pkgs/applications/networking/cluster/spark/default.nix | 4 ++--
pkgs/top-level/all-packages.nix | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/applications/networking/cluster/spark/default.nix b/pkgs/applications/networking/cluster/spark/default.nix
index bdcb0a84625..70200972377 100644
--- a/pkgs/applications/networking/cluster/spark/default.nix
+++ b/pkgs/applications/networking/cluster/spark/default.nix
@@ -5,9 +5,9 @@
let
versionMap = {
- "1.6.0" = {
+ "1.6.3" = {
hadoopVersion = "cdh4";
- sparkSha256 = "19ycx1r8g82vkvzmn9wxkssmv2damrg72yfmrgzpc6xyh071g91c";
+ sparkSha256 = "00il083cjb9xqzsma2ifphq9ggichwndrj6skh2z5z9jk3z0lgyn";
};
"2.1.0" = {
hadoopVersion = "hadoop2.4";
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ead43cdab3f..4883b293143 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6092,7 +6092,7 @@ with pkgs;
self = callPackage_i686 ../development/interpreters/self { };
spark = spark_21;
- spark_16 = callPackage ../applications/networking/cluster/spark { version = "1.6.0"; };
+ spark_16 = callPackage ../applications/networking/cluster/spark { version = "1.6.3"; };
spark_21 = callPackage ../applications/networking/cluster/spark { version = "2.1.0"; };
spidermonkey_1_8_5 = callPackage ../development/interpreters/spidermonkey/1.8.5.nix { };
From fb50abba2e0c8738b3a92142488e57ef3c631495 Mon Sep 17 00:00:00 2001
From: Rahul Gopinath
Date: Sun, 26 Mar 2017 09:09:02 -0700
Subject: [PATCH 03/57] vis: 2016-10-09 -> 0.3
---
pkgs/applications/editors/vis/default.nix | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index f6760895b57..921018531ea 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -1,18 +1,15 @@
{ stdenv, fetchFromGitHub, pkgconfig, makeWrapper, makeDesktopItem
, ncurses, libtermkey, lpeg, lua
, acl ? null, libselinux ? null
-, version ? "2016-10-09"
-, rev ? "b0c9b0063d0b9ed9a7f93c69779749130b353ff1"
-, sha256 ? "0g3242g3r2w38ld3w71f79qp7zzy3zhanff2nhwkwmyq89js8s90"
}:
stdenv.mkDerivation rec {
- name = "vis-unstable-${version}";
- inherit version;
+ name = "vis-${version}";
+ version = "0.3";
src = fetchFromGitHub {
- inherit sha256;
- inherit rev;
+ rev = "v${version}";
+ sha256 = "13xyyq30dg66v4azl2jvlyfyglxmc3r9p7p87vrganq0p6lmb0bk";
repo = "vis";
owner = "martanne";
};
From df4b6ae3ba69350f7cc5f66fa55e116958459ecf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?=
Date: Mon, 27 Mar 2017 00:18:05 +0200
Subject: [PATCH 04/57] vis: use correct separator for LUA_CPATH/LUA_PATH
---
pkgs/applications/editors/vis/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index 921018531ea..291c7b1b412 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -34,8 +34,8 @@ stdenv.mkDerivation rec {
cp $desktopItem/share/applications/* $out/share/applications
echo wrapping $out/bin/vis with runtime environment
wrapProgram $out/bin/vis \
- --prefix LUA_CPATH : "${lpeg}/lib/lua/${lua.luaversion}/?.so" \
- --prefix LUA_PATH : "${lpeg}/share/lua/${lua.luaversion}/?.lua" \
+ --prefix LUA_CPATH ';' "${lpeg}/lib/lua/${lua.luaversion}/?.so" \
+ --prefix LUA_PATH ';' "${lpeg}/share/lua/${lua.luaversion}/?.lua" \
--prefix VIS_PATH : "\$HOME/.config:$out/share/vis"
'';
From e58e681d9f1407142409c6414769d21df9ff4bd7 Mon Sep 17 00:00:00 2001
From: Thomas Bach
Date: Tue, 14 Mar 2017 21:39:40 +0100
Subject: [PATCH 05/57] haproxy: refactor
`preConfigure` line became too long to edit comfortably. Split up
flags into ones necessary during both build and install phase and
install phase only. Makefile defines a target for OS X/Darwin which
automatically sets the `KQUEUE` flag.
---
pkgs/tools/networking/haproxy/default.nix | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/pkgs/tools/networking/haproxy/default.nix b/pkgs/tools/networking/haproxy/default.nix
index 3b7a68fb972..88c750525b2 100644
--- a/pkgs/tools/networking/haproxy/default.nix
+++ b/pkgs/tools/networking/haproxy/default.nix
@@ -15,9 +15,17 @@ stdenv.mkDerivation rec {
buildInputs = [ openssl zlib ];
# TODO: make it work on bsd as well
- preConfigure = ''
- export makeFlags="TARGET=${if stdenv.isSunOS then "solaris" else if stdenv.isLinux then "linux2628" else "generic"} PREFIX=$out USE_OPENSSL=yes USE_ZLIB=yes ${stdenv.lib.optionalString stdenv.isDarwin "CC=cc USE_KQUEUE=1"}"
- '';
+ makeFlags = [
+ "PREFIX=\${out}"
+ ("TARGET=" + (if stdenv.isSunOS then "solaris"
+ else if stdenv.isLinux then "linux2628"
+ else if stdenv.isDarwin then "osx"
+ else "generic"))
+ ];
+ buildFlags = [
+ "USE_OPENSSL=yes"
+ "USE_ZLIB=yes"
+ ] ++ stdenv.lib.optional stdenv.isDarwin "CC=cc";
meta = {
description = "Reliable, high performance TCP/HTTP load balancer";
From 73c7649708940e776bcc4f1268c02892d083560e Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Mon, 27 Mar 2017 13:28:56 -0400
Subject: [PATCH 06/57] google-cloud-sdk: 138.0.0 -> 148.0.1
---
pkgs/tools/admin/google-cloud-sdk/default.nix | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkgs/tools/admin/google-cloud-sdk/default.nix b/pkgs/tools/admin/google-cloud-sdk/default.nix
index acc440b34ed..6e6fbed2dbf 100644
--- a/pkgs/tools/admin/google-cloud-sdk/default.nix
+++ b/pkgs/tools/admin/google-cloud-sdk/default.nix
@@ -7,23 +7,23 @@ assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux" || stden
stdenv.mkDerivation rec {
name = "google-cloud-sdk-${version}";
- version = "138.0.0";
+ version = "148.0.1";
src =
if stdenv.system == "i686-linux" then
fetchurl {
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/${name}-linux-x86.tar.gz";
- sha256 = "1z2v4bg743qkdlmyyy0z2j5s0g10vbc1643gxrhyz491sk6sp616";
+ sha256 = "17az8nah6s33c790kkqcpmcsc8cydhndmq7dblpwgizd86hg245g";
}
else if stdenv.system == "x86_64-darwin" then
fetchurl {
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/${name}-darwin-x86_64.tar.gz";
- sha256 = "efbe2074da5a544c09b6bf87a8ca045dc429ac38dfcd5380561987769491d5ba";
+ sha256 = "1p5076cqk02y8zc3pkdlmrgh3mx2w1pddb2r5c9h3krfcaim2yj8";
}
else
fetchurl {
url = "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/${name}-linux-x86_64.tar.gz";
- sha256 = "1y64bx9vj6rrapffr7zwxbxxbqlddx91n82kr99mwv19n11hydyw";
+ sha256 = "0fr07vcksy0vrg7inmyddz9jlbqx0yg933s45zzkpp3a0m5hz6ll";
};
buildInputs = [python27 makeWrapper];
From 45788aeebed646938f525508bd75ca0319b668d9 Mon Sep 17 00:00:00 2001
From: Thomas Bach
Date: Mon, 27 Mar 2017 10:21:19 +0200
Subject: [PATCH 07/57] haproxy: Provide LUA and PCRE support as configurable
options
Both are enabled by default. Except for LUA on Darwin where
compilation fails. (See #23901.)
---
pkgs/tools/networking/haproxy/default.nix | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/pkgs/tools/networking/haproxy/default.nix b/pkgs/tools/networking/haproxy/default.nix
index 88c750525b2..b7c8111751a 100644
--- a/pkgs/tools/networking/haproxy/default.nix
+++ b/pkgs/tools/networking/haproxy/default.nix
@@ -1,4 +1,11 @@
-{ stdenv, pkgs, fetchurl, openssl, zlib }:
+{ useLua ? false
+, usePcre ? false
+, stdenv, fetchurl
+, openssl, zlib, lua ? null, pcre ? null
+}:
+
+assert useLua -> lua != null;
+assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
@@ -12,7 +19,9 @@ stdenv.mkDerivation rec {
sha256 = "ebb31550a5261091034f1b6ac7f4a8b9d79a8ce2a3ddcd7be5b5eb355c35ba65";
};
- buildInputs = [ openssl zlib ];
+ buildInputs = [ openssl zlib ]
+ ++ stdenv.lib.optional useLua lua
+ ++ stdenv.lib.optional usePcre pcre;
# TODO: make it work on bsd as well
makeFlags = [
@@ -25,6 +34,13 @@ stdenv.mkDerivation rec {
buildFlags = [
"USE_OPENSSL=yes"
"USE_ZLIB=yes"
+ ] ++ stdenv.lib.optionals usePcre [
+ "USE_PCRE=yes"
+ "USE_PCRE_JIT=yes"
+ ] ++ stdenv.lib.optionals useLua [
+ "USE_LUA=yes"
+ "LUA_LIB=${lua}/lib"
+ "LUA_INC=${lua}/include"
] ++ stdenv.lib.optional stdenv.isDarwin "CC=cc";
meta = {
From ea80cd1f1101aa9553a6bdb9896e619593948cef Mon Sep 17 00:00:00 2001
From: Thomas Bach
Date: Wed, 29 Mar 2017 12:27:50 +0200
Subject: [PATCH 08/57] haproxy: added fuzzy-id to the list of maintainers
---
lib/maintainers.nix | 1 +
pkgs/tools/networking/haproxy/default.nix | 16 ++++++++--------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index e6c44aa81b1..9bc0c2fd5d2 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -181,6 +181,7 @@
ftrvxmtrx = "Siarhei Zirukin ";
funfunctor = "Edward O'Callaghan ";
fuuzetsu = "Mateusz Kowalczyk ";
+ fuzzy-id = "Thomas Bach ";
fxfactorial = "Edgar Aroutiounian ";
gal_bolle = "Florent Becker ";
garbas = "Rok Garbas ";
diff --git a/pkgs/tools/networking/haproxy/default.nix b/pkgs/tools/networking/haproxy/default.nix
index b7c8111751a..dda4452f644 100644
--- a/pkgs/tools/networking/haproxy/default.nix
+++ b/pkgs/tools/networking/haproxy/default.nix
@@ -1,10 +1,10 @@
-{ useLua ? false
-, usePcre ? false
+{ useLua ? !stdenv.isDarwin
+, usePcre ? true
, stdenv, fetchurl
-, openssl, zlib, lua ? null, pcre ? null
+, openssl, zlib, lua5_3 ? null, pcre ? null
}:
-assert useLua -> lua != null;
+assert useLua -> lua5_3 != null;
assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ openssl zlib ]
- ++ stdenv.lib.optional useLua lua
+ ++ stdenv.lib.optional useLua lua5_3
++ stdenv.lib.optional usePcre pcre;
# TODO: make it work on bsd as well
@@ -39,8 +39,8 @@ stdenv.mkDerivation rec {
"USE_PCRE_JIT=yes"
] ++ stdenv.lib.optionals useLua [
"USE_LUA=yes"
- "LUA_LIB=${lua}/lib"
- "LUA_INC=${lua}/include"
+ "LUA_LIB=${lua5_3}/lib"
+ "LUA_INC=${lua5_3}/include"
] ++ stdenv.lib.optional stdenv.isDarwin "CC=cc";
meta = {
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
hardware.
'';
homepage = http://haproxy.1wt.eu;
- maintainers = [ stdenv.lib.maintainers.garbas ];
+ maintainers = with stdenv.lib.maintainers; [ fuzzy-id garbas ];
platforms = with stdenv.lib.platforms; linux ++ darwin;
license = stdenv.lib.licenses.gpl2;
};
From fdd654a7a9fafccf1b920b4395b36c5318347dcd Mon Sep 17 00:00:00 2001
From: AndersonTorres
Date: Wed, 29 Mar 2017 06:47:30 -0300
Subject: [PATCH 09/57] openshot-qt: 2.1.0 -> 2.2.0
Also, libopenshot and libopenshot-audio
are now directly referenced on all-packages.nix.
---
.../video/openshot-qt/default.nix | 39 +++++++++-------
.../video/openshot-qt/libopenshot-audio.nix | 29 +++++++-----
.../video/openshot-qt/libopenshot.nix | 45 ++++++++++---------
pkgs/top-level/all-packages.nix | 6 ++-
4 files changed, 67 insertions(+), 52 deletions(-)
diff --git a/pkgs/applications/video/openshot-qt/default.nix b/pkgs/applications/video/openshot-qt/default.nix
index a1d8cb0f01e..3232e9c089b 100644
--- a/pkgs/applications/video/openshot-qt/default.nix
+++ b/pkgs/applications/video/openshot-qt/default.nix
@@ -1,26 +1,24 @@
-{stdenv, fetchurl, fetchFromGitHub, callPackage, makeWrapper, doxygen
-, ffmpeg, python3Packages, libopenshot, qtbase, qtmultimedia }:
+{ stdenv, fetchFromGitHub
+, doxygen, python3Packages, ffmpeg, libopenshot
+, qtbase, qtmultimedia, makeQtWrapper }:
with stdenv.lib;
-
stdenv.mkDerivation rec {
name = "openshot-qt-${version}";
- version = "2.1.0";
+ version = "2.2.0";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "openshot-qt";
rev = "v${version}";
- sha256 = "1cyr5m1n6qcb9bzkhh3v6ka91a6x9c50dl5j0ilrc8vj0mb43g8c";
+ sha256 = "0dg4fkkci1rz49yrdd4fa1whv10c1pgm3cl4i49452ckqa7qg037";
};
+
+ buildInputs =
+ [ python3Packages.python ffmpeg libopenshot qtbase qtmultimedia ];
- buildInputs = [doxygen python3Packages.python makeWrapper ffmpeg];
-
- propagatedBuildInputs = [
- qtbase
- qtmultimedia
- libopenshot
- ];
+ nativeBuildInputs =
+ [ doxygen makeQtWrapper ];
installPhase = ''
mkdir -p $(toPythonPath $out)
@@ -29,17 +27,24 @@ stdenv.mkDerivation rec {
echo "#/usr/bin/env sh" >$out/bin/openshot-qt
echo "exec ${python3Packages.python.interpreter} $(toPythonPath $out)/launch.py" >>$out/bin/openshot-qt
chmod +x $out/bin/openshot-qt
- wrapProgram $out/bin/openshot-qt \
+ wrapQtProgram $out/bin/openshot-qt \
--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${libopenshot}):$(toPythonPath ${python3Packages.pyqt5}):$(toPythonPath ${python3Packages.sip}):$(toPythonPath ${python3Packages.httplib2}):$(toPythonPath ${python3Packages.pyzmq}):$PYTHONPATH"
'';
doCheck = false;
meta = {
- homepage = "http://openshot.org/";
+ homepage = http://openshot.org/;
description = "Free, open-source video editor";
- license = licenses.gpl3Plus;
- maintainers = [];
- platforms = platforms.linux;
+ longDescription = ''
+ OpenShot Video Editor is a free, open-source video editor for Linux.
+ OpenShot can take your videos, photos, and music files and help you
+ create the film you have always dreamed of. Easily add sub-titles,
+ transitions, and effects, and then export your film to DVD, YouTube,
+ Vimeo, Xbox 360, and many other common formats.
+ '';
+ license = with licenses; gpl3Plus;
+ maintainers = with maintainers; [ AndersonTorres ];
+ platforms = with platforms; linux;
};
}
diff --git a/pkgs/applications/video/openshot-qt/libopenshot-audio.nix b/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
index 069c3ba7800..82c7f247189 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
@@ -1,8 +1,7 @@
-{stdenv, fetchurl, fetchFromGitHub, cmake, doxygen
-, libX11, libXft, libXrandr, libXinerama, libXext, libXcursor, alsaLib}:
+{ stdenv, fetchFromGitHub, pkgconfig, cmake, doxygen, alsaLib
+, libX11, libXft, libXrandr, libXinerama, libXext, libXcursor }:
with stdenv.lib;
-
stdenv.mkDerivation rec {
name = "libopenshot-audio-${version}";
version = "0.1.2";
@@ -14,18 +13,24 @@ stdenv.mkDerivation rec {
sha256 = "0dxyhnqkjc5y4hra8s17q9lafll6fx0pgibmmjznjm70whqcj8a6";
};
- buildInputs = [
- cmake doxygen
- libX11 libXft libXrandr libXinerama libXext libXcursor alsaLib
- ];
+ nativeBuildInputs =
+ [ pkgconfig cmake doxygen ];
+
+ buildInputs =
+ [ alsaLib libX11 libXft libXrandr libXinerama libXext libXcursor ];
doCheck = false;
meta = {
- homepage = "http://openshot.org/";
- description = "Free, open-source video editor";
- license = licenses.gpl3Plus;
- maintainers = [];
- platforms = platforms.linux;
+ homepage = http://openshot.org/;
+ description = "High-quality sound editing library";
+ longDescription = ''
+ OpenShot Audio Library (libopenshot-audio) is a program that allows the
+ high-quality editing and playback of audio, and is based on the amazing
+ JUCE library.
+ '';
+ license = with licenses; gpl3Plus;
+ maintainers = with maintainers; [ AndersonTorres ];
+ platforms = with platforms; linux;
};
}
diff --git a/pkgs/applications/video/openshot-qt/libopenshot.nix b/pkgs/applications/video/openshot-qt/libopenshot.nix
index de4a0cf1dcd..dd141043169 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot.nix
@@ -1,22 +1,20 @@
-{ stdenv, fetchurl, fetchFromGitHub, callPackage, cmake, doxygen
-, imagemagick, ffmpeg, qtbase, qtmultimedia, swig, python3, ruby, unittest-cpp
-, cppzmq, czmqpp
-}:
+{ stdenv, fetchFromGitHub
+, pkgconfig, cmake, doxygen
+, libopenshot-audio, imagemagick, ffmpeg
+, swig, python3, ruby
+, unittest-cpp, cppzmq, czmqpp
+, qtbase, qtmultimedia }:
with stdenv.lib;
-
-let
- libopenshot_audio = callPackage ./libopenshot-audio.nix {};
-in
stdenv.mkDerivation rec {
name = "libopenshot-${version}";
- version = "0.1.2";
+ version = "0.1.3";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot";
rev = "v${version}";
- sha256 = "00051ipb8y4z9j5m5smwm1ahv755k0glarwic8fv5b9fzryfbrdm";
+ sha256 = "0slszl6w96rhxhi6agw85dc4gmpab2qw03mq32g4qrirz68anz6f";
};
patchPhase = ''
@@ -27,22 +25,27 @@ stdenv.mkDerivation rec {
export RUBY_VENDOR_ARCH_DIR=$out/lib/ruby/site-packages
'';
- buildInputs = [
- cmake doxygen
- imagemagick ffmpeg qtbase qtmultimedia swig python3 ruby
- unittest-cpp cppzmq czmqpp
- ];
+ nativeBuildInputs = [ pkgconfig cmake doxygen ];
- LIBOPENSHOT_AUDIO_DIR = "${libopenshot_audio}";
+ buildInputs =
+ [ imagemagick ffmpeg swig python3 ruby unittest-cpp
+ cppzmq czmqpp qtbase qtmultimedia ];
+
+ LIBOPENSHOT_AUDIO_DIR = "${libopenshot-audio}";
"UNITTEST++_INCLUDE_DIR" = "${unittest-cpp}/include/UnitTest++";
doCheck = false;
meta = {
- homepage = "http://openshot.org/";
- description = "Free, open-source video editor";
- license = licenses.gpl3Plus;
- maintainers = [];
- platforms = platforms.linux;
+ homepage = http://openshot.org/;
+ description = "Free, open-source video editor library";
+ longDescription = ''
+ OpenShot Library (libopenshot) is an open-source project dedicated to
+ delivering high quality video editing, animation, and playback solutions
+ to the world. API currently supports C++, Python, and Ruby.
+ '';
+ license = with licenses; gpl3Plus;
+ maintainers = with maintainers; [ AndersonTorres ];
+ platforms = with platforms; linux;
};
}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 61ff664d446..995cd24662e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5329,7 +5329,7 @@ with pkgs;
jdk = jdk8;
jre = jre8;
jre_headless = jre8_headless;
-
+
openshot-qt = libsForQt56.callPackage ../applications/video/openshot-qt { };
oraclejdk = pkgs.jdkdistro true false;
@@ -9517,7 +9517,9 @@ with pkgs;
libktorrent = callPackage ../development/libraries/libktorrent { };
- libopenshot = callPackage ../applications/video/openshot-qt/libopenshot.nix {};
+ libopenshot = callPackage ../applications/video/openshot-qt/libopenshot.nix { };
+
+ libopenshot-audio = callPackage ../applications/video/openshot-qt/libopenshot-audio.nix { };
mlt = callPackage ../development/libraries/mlt/qt-5.nix {
ffmpeg = ffmpeg_2;
From 29d9f0e624811cb3255302f773e61c36d1c8c03d Mon Sep 17 00:00:00 2001
From: Peter Hoeg
Date: Fri, 3 Mar 2017 16:28:48 +0800
Subject: [PATCH 10/57] qsyncthingtray: fix program paths
We need this for qsyncthingtray to be able to detect the processes as well.
---
.../misc/qsyncthingtray/default.nix | 41 ++++++++++++++-----
1 file changed, 30 insertions(+), 11 deletions(-)
diff --git a/pkgs/applications/misc/qsyncthingtray/default.nix b/pkgs/applications/misc/qsyncthingtray/default.nix
index 0aeb7d7eb8f..4f95879d5eb 100644
--- a/pkgs/applications/misc/qsyncthingtray/default.nix
+++ b/pkgs/applications/misc/qsyncthingtray/default.nix
@@ -1,25 +1,44 @@
-{ stdenv, fetchFromGitHub
-, qtbase, qtwebengine
-, qmakeHook }:
+{ stdenv, lib, fetchFromGitHub, procps ? null
+, qtbase, qtwebengine, qtwebkit
+, cmake, makeQtWrapper
+, syncthing, syncthing-inotify ? null
+, preferQWebView ? false }:
stdenv.mkDerivation rec {
version = "0.5.7";
name = "qsyncthingtray-${version}";
src = fetchFromGitHub {
- owner = "sieren";
- repo = "QSyncthingTray";
- rev = "${version}";
+ owner = "sieren";
+ repo = "QSyncthingTray";
+ rev = "${version}";
sha256 = "0crrdpdmlc4ahkvp5znzc4zhfwsdih655q1kfjf0g231mmynxhvq";
};
- buildInputs = [ qtbase qtwebengine ];
- nativeBuildInputs = [ qmakeHook ];
+ buildInputs = [ qtbase qtwebengine ] ++ lib.optional preferQWebView qtwebkit;
+ nativeBuildInputs = [ cmake makeQtWrapper ];
enableParallelBuilding = true;
- postInstall = ''
+ cmakeFlags = lib.optional preferQWebView "-DQST_BUILD_WEBKIT=1";
+
+ postPatch = ''
+ ${lib.optionalString stdenv.isLinux ''
+ substituteInPlace includes/platforms/linux/posixUtils.hpp \
+ --replace '"/usr/local/bin/syncthing"' '"${syncthing}/bin/syncthing"' \
+ --replace '"/usr/local/bin/syncthing-inotify"' '"${syncthing-inotify}/bin/syncthing-inotify"' \
+ --replace '"pgrep -x' '"${procps}/bin/pgrep -x'
+ ''}
+
+ ${lib.optionalString stdenv.isDarwin ''
+ substituteInPlace includes/platforms/darwin/macUtils.hpp \
+ --replace '"/usr/local/bin/syncthing"' '"${syncthing}/bin/syncthing"'
+ ''}
+ '';
+
+ installPhase = let qst = "qsyncthingtray"; in ''
mkdir -p $out/bin
- cp binary/QSyncthingTray $out/bin
+ install -m755 QSyncthingTray $out/bin/${qst}
+ ln -s $out/bin/${qst} $out/bin/QSyncthingTray
'';
meta = with stdenv.lib; {
@@ -31,7 +50,7 @@ stdenv.mkDerivation rec {
Written in C++ with Qt.
'';
license = licenses.lgpl3;
- maintainers = with maintainers; [ zraexy ];
+ maintainers = with maintainers; [ zraexy peterhoeg ];
platforms = platforms.all;
broken = builtins.compareVersions qtbase.version "5.7.0" >= 0;
};
From fd3a99633bbbb7fb314dd532d9f154340547f821 Mon Sep 17 00:00:00 2001
From: sternenseemann
Date: Fri, 24 Mar 2017 15:25:31 +0100
Subject: [PATCH 11/57] 2bwm: init at 0.2
---
.../services/x11/window-managers/2bwm.nix | 37 +++++++++++++++++++
.../services/x11/window-managers/default.nix | 1 +
.../window-managers/2bwm/default.nix | 30 +++++++++++++++
pkgs/top-level/all-packages.nix | 4 ++
4 files changed, 72 insertions(+)
create mode 100644 nixos/modules/services/x11/window-managers/2bwm.nix
create mode 100644 pkgs/applications/window-managers/2bwm/default.nix
diff --git a/nixos/modules/services/x11/window-managers/2bwm.nix b/nixos/modules/services/x11/window-managers/2bwm.nix
new file mode 100644
index 00000000000..e3f5ec7dbe6
--- /dev/null
+++ b/nixos/modules/services/x11/window-managers/2bwm.nix
@@ -0,0 +1,37 @@
+{ config, lib, pkgs, ... }:
+
+with lib;
+
+let
+
+ cfg = config.services.xserver.windowManager."2bwm";
+
+in
+
+{
+
+ ###### interface
+
+ options = {
+ services.xserver.windowManager."2bwm".enable = mkEnableOption "2bwm";
+ };
+
+
+ ###### implementation
+
+ config = mkIf cfg.enable {
+
+ services.xserver.windowManager.session = singleton
+ { name = "2bwm";
+ start =
+ ''
+ ${pkgs."2bwm"}/bin/2bwm &
+ waitPID=$!
+ '';
+ };
+
+ environment.systemPackages = [ pkgs."2bwm" ];
+
+ };
+
+}
diff --git a/nixos/modules/services/x11/window-managers/default.nix b/nixos/modules/services/x11/window-managers/default.nix
index f005decfa33..42785b25158 100644
--- a/nixos/modules/services/x11/window-managers/default.nix
+++ b/nixos/modules/services/x11/window-managers/default.nix
@@ -8,6 +8,7 @@ in
{
imports = [
+ ./2bwm.nix
./afterstep.nix
./bspwm.nix
./compiz.nix
diff --git a/pkgs/applications/window-managers/2bwm/default.nix b/pkgs/applications/window-managers/2bwm/default.nix
new file mode 100644
index 00000000000..50c342269c7
--- /dev/null
+++ b/pkgs/applications/window-managers/2bwm/default.nix
@@ -0,0 +1,30 @@
+{ stdenv, fetchFromGitHub, patches
+, libxcb, xcbutilkeysyms, xcbutilwm
+, libX11, xcbutil, xcbutilxrm }:
+
+stdenv.mkDerivation rec {
+ version = "0.2";
+ name = "2bwm-${version}";
+
+ src = fetchFromGitHub {
+ owner = "venam";
+ repo = "2bwm";
+ rev = "v${version}";
+ sha256 = "1la1ixpm5knsj2gvdcmxzj1jfbzxvhmgzps4f5kbvx5047xc6ici";
+ };
+
+ # Allow users set their own list of patches
+ inherit patches;
+
+ buildInputs = [ libxcb xcbutilkeysyms xcbutilwm libX11 xcbutil xcbutilxrm ];
+
+ installPhase = "make install DESTDIR=$out PREFIX=\"\"";
+
+ meta = with stdenv.lib; {
+ homepage = "https://github.com/venam/2bwm";
+ description = "A fast floating WM written over the XCB library and derived from mcwm";
+ license = licenses.mit;
+ maintainers = [ maintainers.sternenseemann ];
+ platforms = platforms.unix;
+ };
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 51bf8bb4dba..8c9b87a3afe 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12675,6 +12675,10 @@ with pkgs;
### APPLICATIONS
+ "2bwm" = callPackage ../applications/window-managers/2bwm {
+ patches = config."2bwm".patches or [];
+ };
+
a2jmidid = callPackage ../applications/audio/a2jmidid { };
aacgain = callPackage ../applications/audio/aacgain { };
From b6c93177e7d0f258b6707b181a9d738637c0e905 Mon Sep 17 00:00:00 2001
From: Peter Simons
Date: Wed, 29 Mar 2017 20:33:00 +0200
Subject: [PATCH 12/57] hackage-packages.nix: automatic Haskell package set
update
This update was generated by hackage2nix v2.1.1 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/16a802d4af5c39b9b907d008fa74161fd7f2e9fa.
---
.../haskell-modules/hackage-packages.nix | 556 ++++++++++++++----
1 file changed, 454 insertions(+), 102 deletions(-)
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index d52c47bbe9e..e709108e9d8 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -3856,12 +3856,12 @@ self: {
}) {};
"DeepDarkFantasy" = callPackage
- ({ mkDerivation, base, mtl, random }:
+ ({ mkDerivation, base, constraints, mtl, random }:
mkDerivation {
pname = "DeepDarkFantasy";
- version = "0.0.1.1";
- sha256 = "c8e7e54cbddd22603d8df947229bc904f6129d2ed6286c1dd15a091a84089552";
- libraryHaskellDepends = [ base mtl random ];
+ version = "0.2017.3.28";
+ sha256 = "e9dd1618c3e002cbf4fc6da18ad06202488b673b5d9e3ee5569830c5fc512f2d";
+ libraryHaskellDepends = [ base constraints mtl random ];
description = "A DSL for creating neural network";
license = stdenv.lib.licenses.asl20;
}) {};
@@ -15575,6 +15575,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "SelectSequencesFromMSA" = callPackage
+ ({ mkDerivation, base, biocore, biofasta, bytestring, ClustalParser
+ , cmdargs, containers, directory, either-unwrap, filepath, matrix
+ , parsec, process, text, text-metrics, transformers, vector
+ , ViennaRNAParser
+ }:
+ mkDerivation {
+ pname = "SelectSequencesFromMSA";
+ version = "1.0.2";
+ sha256 = "e0bcbec57109cd8528e2fd511b4ca5ea17cbffad4bac4f7a71bad90e0ba2271c";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ base biocore biofasta bytestring ClustalParser cmdargs containers
+ directory either-unwrap filepath matrix parsec process text
+ text-metrics transformers vector ViennaRNAParser
+ ];
+ executableHaskellDepends = [
+ base cmdargs directory either-unwrap
+ ];
+ description = "SelectSequences is a tool for selection of a represenative subset of sequences from a multiple sequence alignment in clustal format";
+ license = stdenv.lib.licenses.gpl3;
+ }) {};
+
"Semantique" = callPackage
({ mkDerivation, base, bytestring, classify, containers, mongoDB
, mtl, network, process, split, tagsoup, text
@@ -36922,8 +36946,8 @@ self: {
}:
mkDerivation {
pname = "cabal2nix";
- version = "2.1";
- sha256 = "6874df33b6a208d7715f673ceded9e09a7e8188a0a94651b14e208b928256f6e";
+ version = "2.1.1";
+ sha256 = "1f628410eb6a1a8cba4a80c6ba0d9aa75f495594360fed83cd2223be548854bd";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -38201,8 +38225,10 @@ self: {
({ mkDerivation, base, split }:
mkDerivation {
pname = "casing";
- version = "0.1.1.0";
- sha256 = "db3ba2aa997885da68348ff8c71e98434edc5a80e8e665154ccbf6f9ee3b63fb";
+ version = "0.1.2.0";
+ sha256 = "82fa20ff56d52349a9d0ee0c095f1aad384c8d5046a3563b956c4add841465a7";
+ revision = "1";
+ editedCabalFile = "fe967eec15b788744d08ffa34b33baa7e765764dcf2feb642c5985ca543dd804";
libraryHaskellDepends = [ base split ];
description = "Convert between various source code casing conventions";
license = stdenv.lib.licenses.mit;
@@ -50210,8 +50236,10 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "data-fix";
- version = "0.0.3";
- sha256 = "f6c69e973a110c36c738d9f37bf3092eff5d25ec11782c301e255844b5010e57";
+ version = "0.0.4";
+ sha256 = "85e2d23ab0030c3c2aff4b2cc15deb7896b03189de0d53598fdaf582df7e8690";
+ revision = "1";
+ editedCabalFile = "e784f9bb1f2b758fbd41f5ff535ba911081182f89a81c19e36735f0e5e8d59f8";
libraryHaskellDepends = [ base ];
homepage = "https://github.com/anton-k/data-fix";
description = "Fixpoint data types";
@@ -53519,6 +53547,8 @@ self: {
pname = "diagrams-cairo";
version = "1.4";
sha256 = "a94ec8bfdba325cf317368355eaa282bef3c75ed78e153ef400b8627575cea81";
+ revision = "1";
+ editedCabalFile = "c7830d8248ab40cb8724f3d3b0fce53b9b5be7a06c4dba0510ac900977e71277";
libraryHaskellDepends = [
array base bytestring cairo colour containers data-default-class
diagrams-core diagrams-lib filepath hashable JuicyPixels lens mtl
@@ -55258,8 +55288,8 @@ self: {
}:
mkDerivation {
pname = "distributed-process-client-server";
- version = "0.2.1";
- sha256 = "1be8b6ea3468b063b3e30fc6cb027c3293373eedb073c70894ac21d937f52d93";
+ version = "0.2.3";
+ sha256 = "04ddbb27cca0d6599424c11695701d25921cbe83e05b0f4b58e78856bf9dc29f";
libraryHaskellDepends = [
base binary containers deepseq distributed-process
distributed-process-async distributed-process-extras exceptions
@@ -55342,8 +55372,10 @@ self: {
}:
mkDerivation {
pname = "distributed-process-extras";
- version = "0.3.1";
- sha256 = "feeb3891a60c8f1833aec4e3a7eeae34a54f0baf83f6ebfb5610bb14b4f66bdc";
+ version = "0.3.2";
+ sha256 = "3333113881efd9c6ca78df62168bb81097e503e52dfe71b760ec42cac309dcb3";
+ revision = "2";
+ editedCabalFile = "0ce943845b07c684bdaa074bbd1afc7e5fc680b2c37d4415c28d60df49d9a311";
libraryHaskellDepends = [
base binary containers deepseq distributed-process exceptions
fingertree hashable mtl stm time transformers unordered-containers
@@ -63874,18 +63906,19 @@ self: {
}) {};
"ffmpeg-light" = callPackage
- ({ mkDerivation, base, either, exceptions, ffmpeg, JuicyPixels
- , libavcodec, libavdevice, libavformat, libswscale, mtl
- , transformers, vector
+ ({ mkDerivation, base, bytestring, either, exceptions, ffmpeg
+ , JuicyPixels, libavcodec, libavdevice, libavformat, libswscale
+ , mtl, transformers, vector
}:
mkDerivation {
pname = "ffmpeg-light";
- version = "0.11.3";
- sha256 = "57206bff8bcf82f08f0881b80d5992d2be41b32443b8eca10d198789af24adfb";
+ version = "0.12.0";
+ sha256 = "9ff53c44c03562218ad04f3ac76c0e7fe8a7a91ed446743d20fb021705966833";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
- base either exceptions JuicyPixels mtl transformers vector
+ base bytestring either exceptions JuicyPixels mtl transformers
+ vector
];
libraryPkgconfigDepends = [
ffmpeg libavcodec libavdevice libavformat libswscale
@@ -64679,20 +64712,18 @@ self: {
}) {inherit (pkgs) cfitsio;};
"fitspec" = callPackage
- ({ mkDerivation, base, cmdargs, haskell-src, haskell-src-exts
- , leancheck, pretty, template-haskell
+ ({ mkDerivation, base, cmdargs, leancheck, pretty, template-haskell
}:
mkDerivation {
pname = "fitspec";
- version = "0.4.0";
- sha256 = "73dae591138ff5390be2b7f373a4f3bed89d4d39d26ac665f5f8cf5326aad5da";
+ version = "0.4.1";
+ sha256 = "e4b0d7b33ab7b1e3acfdb5c3d170c5c3977e50fd05c124aec3e492374341bb6a";
libraryHaskellDepends = [
base cmdargs leancheck template-haskell
];
testHaskellDepends = [ base cmdargs leancheck template-haskell ];
benchmarkHaskellDepends = [
- base cmdargs haskell-src haskell-src-exts leancheck pretty
- template-haskell
+ base cmdargs leancheck pretty template-haskell
];
homepage = "https://github.com/rudymatela/fitspec#readme";
description = "refining property sets for testing Haskell programs";
@@ -68064,6 +68095,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "functor-classes-compat" = callPackage
+ ({ mkDerivation, base, containers, hashable, unordered-containers
+ , vector
+ }:
+ mkDerivation {
+ pname = "functor-classes-compat";
+ version = "1";
+ sha256 = "ef11f94f44a74d6657ee61dcd2cfbc6d0889d233a2fb4caae6a29d9c59a1366f";
+ libraryHaskellDepends = [
+ base containers hashable unordered-containers vector
+ ];
+ homepage = "https://github.com/phadej/functor-classes-compat#readme";
+ description = "Data.Functor.Classes instances for core packages";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"functor-combo" = callPackage
({ mkDerivation, base, base-orphans, containers, data-inttrie, lub
, type-unary, TypeCompose
@@ -78955,8 +79002,8 @@ self: {
}:
mkDerivation {
pname = "gssapi-wai";
- version = "0.1.0.0";
- sha256 = "1a2b844a611f4615d948baa7253099f5acab01529005d522b46db839833f371f";
+ version = "0.1.0.1";
+ sha256 = "12ec5a79ae4da85c7117edefc2a6b37790c7d4cf65ae04e89541de7709ee7a8e";
libraryHaskellDepends = [
base base64-bytestring bytestring case-insensitive gssapi
http-types vault wai wai-extra
@@ -83867,6 +83914,21 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "hashtables_1_2_1_1" = callPackage
+ ({ mkDerivation, base, ghc-prim, hashable, primitive, vector }:
+ mkDerivation {
+ pname = "hashtables";
+ version = "1.2.1.1";
+ sha256 = "227f554a93310645c654254659969b347de3d1bf3d98901dbb5c113ece72e951";
+ libraryHaskellDepends = [
+ base ghc-prim hashable primitive vector
+ ];
+ homepage = "http://github.com/gregorycollins/hashtables";
+ description = "Mutable hash tables in the ST monad";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"hashtables-plus" = callPackage
({ mkDerivation, base, criterion-plus, deepseq, hashable
, hashtables, lens, loch-th, mtl, mwc-random, placeholders
@@ -84475,6 +84537,34 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib; inherit (pkgs) gobjectIntrospection;};
+ "haskell-gi_0_20_1" = callPackage
+ ({ mkDerivation, attoparsec, base, bytestring, Cabal, containers
+ , directory, doctest, filepath, glib, gobjectIntrospection
+ , haskell-gi-base, mtl, pretty-show, process, regex-tdfa, safe
+ , text, transformers, xdg-basedir, xml-conduit
+ }:
+ mkDerivation {
+ pname = "haskell-gi";
+ version = "0.20.1";
+ sha256 = "7ff1d57f01386c6b32c788a599928b6a209922fa254d49e0607523c44984cd12";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ attoparsec base bytestring Cabal containers directory filepath
+ haskell-gi-base mtl pretty-show process regex-tdfa safe text
+ transformers xdg-basedir xml-conduit
+ ];
+ libraryPkgconfigDepends = [ glib gobjectIntrospection ];
+ executableHaskellDepends = [
+ base containers directory filepath haskell-gi-base pretty-show text
+ ];
+ testHaskellDepends = [ base doctest ];
+ homepage = "https://github.com/haskell-gi/haskell-gi";
+ description = "Generate Haskell bindings for GObject Introspection capable libraries";
+ license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {inherit (pkgs) glib; inherit (pkgs) gobjectIntrospection;};
+
"haskell-gi-base" = callPackage
({ mkDerivation, base, bytestring, containers, glib, text }:
mkDerivation {
@@ -84488,6 +84578,20 @@ self: {
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) glib;};
+ "haskell-gi-base_0_20_1" = callPackage
+ ({ mkDerivation, base, bytestring, containers, glib, text }:
+ mkDerivation {
+ pname = "haskell-gi-base";
+ version = "0.20.1";
+ sha256 = "e9d8d3d75e0ea91108339daa172bc938512432509caeafdf5bd96551a380f046";
+ libraryHaskellDepends = [ base bytestring containers text ];
+ libraryPkgconfigDepends = [ glib ];
+ homepage = "https://github.com/haskell-gi/haskell-gi-base";
+ description = "Foundation for libraries generated by haskell-gi";
+ license = stdenv.lib.licenses.lgpl21;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {inherit (pkgs) glib;};
+
"haskell-google-trends" = callPackage
({ mkDerivation, base, bytestring, haskell-fake-user-agent, lens
, regex-base, regex-posix, tagsoup, text, wreq
@@ -92322,6 +92426,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "hmatrix-nlopt" = callPackage
+ ({ mkDerivation, base, doctest, hmatrix, nlopt-haskell, vector }:
+ mkDerivation {
+ pname = "hmatrix-nlopt";
+ version = "0.1.0.0";
+ sha256 = "c2e9a63256018d6e867c957e05d953975f4b32430ea418774c6c8d2eead6028a";
+ libraryHaskellDepends = [ base hmatrix nlopt-haskell vector ];
+ testHaskellDepends = [ base doctest ];
+ homepage = "https://github.com/peddie/hmatrix-nlopt";
+ description = "Interface HMatrix with the NLOPT minimizer";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"hmatrix-quadprogpp" = callPackage
({ mkDerivation, base, hmatrix, QuadProgpp, vector }:
mkDerivation {
@@ -97739,8 +97856,8 @@ self: {
}:
mkDerivation {
pname = "hspec-snap";
- version = "1.0.0.0";
- sha256 = "e3afa22d1c68a9db41463b115f432ac01d80fee706ae58bf2cf00d6d4f7b0e65";
+ version = "1.0.0.1";
+ sha256 = "4c97bd2c2d81feffd21d848b7682aecbf77d36418c126bb6d50ab181cd1f4cce";
libraryHaskellDepends = [
aeson base bytestring containers digestive-functors HandsomeSoup
hspec hspec-core hxt lens mtl snap snap-core text transformers
@@ -102749,6 +102866,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "identicon_0_2_1" = callPackage
+ ({ mkDerivation, base, bytestring, criterion, hspec, JuicyPixels
+ , QuickCheck, random, tf-random
+ }:
+ mkDerivation {
+ pname = "identicon";
+ version = "0.2.1";
+ sha256 = "b86796d03b0480a59f9889244aa3df6459c2def0666a2656219a306d1e25c13f";
+ libraryHaskellDepends = [ base bytestring JuicyPixels ];
+ testHaskellDepends = [
+ base bytestring hspec JuicyPixels QuickCheck
+ ];
+ benchmarkHaskellDepends = [
+ base bytestring criterion JuicyPixels random tf-random
+ ];
+ homepage = "https://github.com/mrkkrp/identicon";
+ description = "Flexible generation of identicons";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"identifiers" = callPackage
({ mkDerivation, base, binary, bytestring, cereal, containers
, criterion, deepseq, hashable, ListLike, QuickCheck
@@ -104439,8 +104577,10 @@ self: {
}:
mkDerivation {
pname = "influxdb";
- version = "1.1.0";
- sha256 = "3be3e60a8ac3b280f183e6ffad81a534556740de6b22784c47f1fb5c24817c2e";
+ version = "1.1.1";
+ sha256 = "7dead9ab13e8feca491f5444d6d42383f948b347c7ceb44942a21c21f8b3a522";
+ revision = "1";
+ editedCabalFile = "5f2759927fa334b8991455100079701ef0064764715e42c82f5b469325e2174d";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -105126,8 +105266,8 @@ self: {
}:
mkDerivation {
pname = "interlude-l";
- version = "0.1.0.8";
- sha256 = "5eb16c248a0528543702ae17452c8cdb31d525f1bc95b4e9ea146682fab93100";
+ version = "0.2.0.0";
+ sha256 = "39707b2d0ad546aa6ff34ad072ab0a231e23dc3c009708c63b0331c3c7f14270";
libraryHaskellDepends = [
aeson base exceptions lens monad-control MonadRandom mtl protolude
string-conv text transformers witherable
@@ -105367,8 +105507,8 @@ self: {
}:
mkDerivation {
pname = "intricacy";
- version = "0.7";
- sha256 = "0ec6a1cc5b37eca4a6d9794227d77f6d41c1eb30e2ad01981bc810aa53155237";
+ version = "0.7.0.1";
+ sha256 = "27920afacec2929700d4a1a152ea12d416b2e498bcb52604cc57fa47be18df16";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -105408,25 +105548,27 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "intro_0_2_0_1" = callPackage
- ({ mkDerivation, base, bifunctors, binary, bytestring, containers
- , deepseq, dlist, extra, hashable, lens, mtl, QuickCheck
- , quickcheck-instances, safe, tagged, text, transformers
- , unordered-containers, writer-cps-mtl
+ "intro_0_2_0_2" = callPackage
+ ({ mkDerivation, aeson, async, attoparsec, base, bifunctors, binary
+ , bytestring, cassava, containers, contravariant, deepseq, dlist
+ , extra, filepath, hashable, lens, megaparsec, mtl, profunctors
+ , QuickCheck, quickcheck-instances, safe, tagged, text
+ , transformers, unordered-containers, writer-cps-mtl
}:
mkDerivation {
pname = "intro";
- version = "0.2.0.1";
- sha256 = "d26082b3304e6940f6a486b0a00aa95264b4045762c3586fac4de7cbf60a4073";
+ version = "0.2.0.2";
+ sha256 = "24a45432efcf9920391465723fde8c20384dcd2d2c4c0e7ca921f4aeb14c88d7";
libraryHaskellDepends = [
base bifunctors binary bytestring containers deepseq dlist extra
hashable mtl safe tagged text transformers unordered-containers
writer-cps-mtl
];
testHaskellDepends = [
- base bifunctors binary bytestring containers deepseq dlist extra
- hashable lens mtl QuickCheck quickcheck-instances safe tagged text
- transformers unordered-containers writer-cps-mtl
+ aeson async attoparsec base bifunctors binary bytestring cassava
+ containers contravariant deepseq dlist extra filepath hashable lens
+ megaparsec mtl profunctors QuickCheck quickcheck-instances safe
+ tagged text transformers unordered-containers writer-cps-mtl
];
homepage = "https://github.com/minad/intro#readme";
description = "\"Fixed Prelude\" - Mostly total and safe, provides Text and Monad transformers";
@@ -113485,8 +113627,8 @@ self: {
({ mkDerivation, base, template-haskell }:
mkDerivation {
pname = "leancheck";
- version = "0.6.1";
- sha256 = "0a298956b9f26dafae56c377f3a30e48dca2f9bc91084076344ad81f54399d18";
+ version = "0.6.2";
+ sha256 = "f422d9b18382d338814f6435330ed68340ac5294a4b9a6af6f6cc12763721377";
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [ base template-haskell ];
homepage = "https://github.com/rudymatela/leancheck#readme";
@@ -113957,6 +114099,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "lens-labels" = callPackage
+ ({ mkDerivation, base, ghc-prim }:
+ mkDerivation {
+ pname = "lens-labels";
+ version = "0.1.0.0";
+ sha256 = "cde729cf0f9024417d17234a933a54e0a4f3e2073e84f00e8ad60da5fc39e67c";
+ libraryHaskellDepends = [ base ghc-prim ];
+ homepage = "https://github.com/google/proto-lens";
+ description = "Integration of lenses with OverloadedLabels";
+ license = stdenv.lib.licenses.bsd3;
+ }) {};
+
"lens-prelude" = callPackage
({ mkDerivation, array, base, bytestring, containers, contravariant
, either, hashable, lens, mtl, text, time, transformers
@@ -115531,6 +115685,20 @@ self: {
license = stdenv.lib.licenses.gpl3;
}) {};
+ "line-size" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "line-size";
+ version = "0.1.0.0";
+ sha256 = "ba7b29516152e13756eed1593c0f33332ee7fae9f7da268429c9684ec85a79db";
+ isLibrary = false;
+ isExecutable = true;
+ executableHaskellDepends = [ base ];
+ homepage = "xy30.com";
+ description = "Display the number of bytes of each line";
+ license = stdenv.lib.licenses.gpl3;
+ }) {};
+
"line2pdf" = callPackage
({ mkDerivation, base, bytestring, containers }:
mkDerivation {
@@ -117443,6 +117611,8 @@ self: {
pname = "log";
version = "0.7";
sha256 = "67daea67ce76d9838f2cb853f198e891d853d705405ff3806ce46fdf2376e51b";
+ revision = "1";
+ editedCabalFile = "e5202dc6af8bc3ecfffe0ef5d49c71dc2049a05f0f584d514c609af7702f111c";
libraryHaskellDepends = [
base log-base log-elasticsearch log-postgres
];
@@ -117466,6 +117636,8 @@ self: {
pname = "log";
version = "0.8";
sha256 = "3c48e377d8e25cb6874c1496d8635342dc3c57843d45f1347b4fdfb110d42a52";
+ revision = "1";
+ editedCabalFile = "110b0297ddce3744cffe2749373311677df01d27531bbec528a27744d7aed1ea";
libraryHaskellDepends = [
base log-base log-elasticsearch log-postgres
];
@@ -117561,7 +117733,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "log-elasticsearch_0_8" = callPackage
+ "log-elasticsearch_0_8_1" = callPackage
({ mkDerivation, aeson, aeson-pretty, base, base64-bytestring
, bloodhound, bytestring, deepseq, http-client, http-client-tls
, log-base, semigroups, text, text-show, time, transformers
@@ -117569,8 +117741,8 @@ self: {
}:
mkDerivation {
pname = "log-elasticsearch";
- version = "0.8";
- sha256 = "b63079eec72b56b5ab0078ca83609ecc0620eee3b253a6657a4df79fa8b44d95";
+ version = "0.8.1";
+ sha256 = "b0a67b2335f2d1a075bf611b723572db81075c69a3f4a4a06ab35906341f8281";
libraryHaskellDepends = [
aeson aeson-pretty base base64-bytestring bloodhound bytestring
deepseq http-client http-client-tls log-base semigroups text
@@ -119547,6 +119719,38 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {inherit (pkgs) file;};
+ "magicbane" = callPackage
+ ({ mkDerivation, aeson, aeson-qq, attoparsec, base, classy-prelude
+ , conduit, conduit-combinators, data-default, data-has, either
+ , ekg-core, ekg-wai, envy, errors, fast-logger, http-api-data
+ , http-client, http-client-tls, http-conduit, http-date
+ , http-link-header, http-media, http-types, lifted-async
+ , mime-types, monad-control, monad-logger, monad-metrics, mtl
+ , network, network-uri, raw-strings-qq, refined, servant
+ , servant-server, split, string-conversions, text, transformers
+ , unordered-containers, wai, wai-cli, wai-middleware-metrics
+ }:
+ mkDerivation {
+ pname = "magicbane";
+ version = "0.1.0";
+ sha256 = "8449c50e3abe937f235ce806c0f8dd193b2172949e7a2111f5b7d78b4aa38d94";
+ revision = "1";
+ editedCabalFile = "0da48eedc8e65efecfd5b41191ec1f27c198c35334af15baea2febf759659656";
+ libraryHaskellDepends = [
+ aeson aeson-qq attoparsec base classy-prelude conduit
+ conduit-combinators data-default data-has either ekg-core ekg-wai
+ envy errors fast-logger http-api-data http-client http-client-tls
+ http-conduit http-date http-link-header http-media http-types
+ lifted-async mime-types monad-control monad-logger monad-metrics
+ mtl network network-uri raw-strings-qq refined servant
+ servant-server split string-conversions text transformers
+ unordered-containers wai wai-cli wai-middleware-metrics
+ ];
+ homepage = "https://github.com/myfreeweb/magicbane";
+ description = "A web framework that integrates Servant, ClassyPrelude, EKG, fast-logger, wai-cli…";
+ license = stdenv.lib.licenses.publicDomain;
+ }) {};
+
"magico" = callPackage
({ mkDerivation, base, hmatrix, transformers, utility-ht }:
mkDerivation {
@@ -120380,6 +120584,8 @@ self: {
pname = "map-syntax";
version = "0.2.0.2";
sha256 = "b18f95a6369a600fda189c6f475606cbf5f5f1827f96ca3384f33ae76bda4d8a";
+ revision = "1";
+ editedCabalFile = "f8205f1f917f16053960ba89576a8420d744f03bfbe8539d153153c257e2474c";
libraryHaskellDepends = [ base containers mtl ];
testHaskellDepends = [
base containers deepseq hspec HUnit mtl QuickCheck transformers
@@ -122092,6 +122298,24 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "memory_0_14_3" = callPackage
+ ({ mkDerivation, base, bytestring, deepseq, foundation, ghc-prim
+ , tasty, tasty-hunit, tasty-quickcheck
+ }:
+ mkDerivation {
+ pname = "memory";
+ version = "0.14.3";
+ sha256 = "e729f2693c100e92000dece9643ab8daf28648e7bb587b3120ba3ef0df4eb879";
+ libraryHaskellDepends = [
+ base bytestring deepseq foundation ghc-prim
+ ];
+ testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ];
+ homepage = "https://github.com/vincenthz/hs-memory";
+ description = "memory and related abstraction stuff";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"memorypool" = callPackage
({ mkDerivation, base, containers, transformers, unsafe, vector }:
mkDerivation {
@@ -123746,10 +123970,8 @@ self: {
}:
mkDerivation {
pname = "mnist-idx";
- version = "0.1.2.6";
- sha256 = "0ea524a09dbf48c372859b491439b8131f4f0875e8a6d980342d0d438d61a9ae";
- revision = "1";
- editedCabalFile = "4e91ab8e67b03b8d567f0b2d900b1364840d2a83c3bd5a8f312e4b0467a9bac6";
+ version = "0.1.2.8";
+ sha256 = "42ff167e84414821ed47d783042cad20a0bd198f935648aa6cdf97bdc291b2fe";
libraryHaskellDepends = [ base binary bytestring vector ];
testHaskellDepends = [ base binary directory hspec vector ];
homepage = "https://github.com/kryoxide/mnist-idx/";
@@ -128514,8 +128736,8 @@ self: {
({ mkDerivation, base, doctest, QuickCheck, smallcheck }:
mkDerivation {
pname = "nat-sized-numbers";
- version = "0.1.0.0";
- sha256 = "64b862c8e64ccd3d71dc62723dc84817f9b1aeea45818d535cca60575de34144";
+ version = "0.2.0.0";
+ sha256 = "b3c907665ff1107da9c0acb9404766f6ded98e3cfd51c2348ff7434eaa32e23c";
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base doctest QuickCheck smallcheck ];
homepage = "https://github.com/oisdk/nat-sized-numbers#readme";
@@ -130946,6 +131168,20 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "nlopt-haskell" = callPackage
+ ({ mkDerivation, base, nlopt, vector }:
+ mkDerivation {
+ pname = "nlopt-haskell";
+ version = "0.1.0.0";
+ sha256 = "d23e9c4e6faffb613dcc1695a03c6277ad748a962b92c8dbe0da0a5df502706a";
+ libraryHaskellDepends = [ base vector ];
+ librarySystemDepends = [ nlopt ];
+ testHaskellDepends = [ base vector ];
+ homepage = "https://github.com/peddie/nlopt-haskell";
+ description = "Low-level bindings to the NLOPT optimization library";
+ license = stdenv.lib.licenses.bsd3;
+ }) {inherit (pkgs) nlopt;};
+
"nlp-scores" = callPackage
({ mkDerivation, base, containers, strict }:
mkDerivation {
@@ -133257,8 +133493,8 @@ self: {
({ mkDerivation, atomspace-cwrapper, base, transformers }:
mkDerivation {
pname = "opencog-atomspace";
- version = "0.1.0.7";
- sha256 = "24bcde8b587dc6864b0eb450aea3a246a51d3e540bc186e3ba6ac83158a37a1b";
+ version = "0.1.0.8";
+ sha256 = "0ba5d6d681d4dc2960a596b13d2027dc9b48ac087ebd02bce58403ee1241b3c0";
libraryHaskellDepends = [ base transformers ];
librarySystemDepends = [ atomspace-cwrapper ];
homepage = "github.com/opencog/atomspace/tree/master/opencog/haskell";
@@ -143095,8 +143331,8 @@ self: {
}:
mkDerivation {
pname = "praglude";
- version = "0.4.0.1";
- sha256 = "70996dbad7defd09b26ad792150205f878c6158a372cc2544ea1bfd7d2a74dec";
+ version = "0.4.1.0";
+ sha256 = "6cbbb2f06a00c3d18ed39206c654c92cd39b2a72a59a5b2a44992a76c6de5cb0";
libraryHaskellDepends = [
aeson base base64-bytestring bytestring casing containers
data-default deepseq directory filepath hashable lens mtl random
@@ -144987,8 +145223,8 @@ self: {
}:
mkDerivation {
pname = "proto-lens";
- version = "0.1.0.5";
- sha256 = "d3096c4e089bc7a8e6221afde8afc0b02f8e67028e119f3be04906cf4fc67a6e";
+ version = "0.2.0.0";
+ sha256 = "db1ce1c786941c98ac67885d583731eed5bf6998022985e699915f5aa757b07f";
libraryHaskellDepends = [
attoparsec base bytestring containers data-default-class
lens-family parsec pretty text transformers void
@@ -145005,8 +145241,8 @@ self: {
}:
mkDerivation {
pname = "proto-lens-arbitrary";
- version = "0.1.0.1";
- sha256 = "df1ef1741af1d37d87063392ed0ce2e67bc2435a5754bdf35d0c65c8fb1e4d50";
+ version = "0.1.0.2";
+ sha256 = "ff1629693e57ee664489af14a430db8189febcb73cec1e1d526f3a2fab621a5f";
libraryHaskellDepends = [
base bytestring containers lens-family proto-lens QuickCheck text
];
@@ -145018,20 +145254,20 @@ self: {
"proto-lens-combinators" = callPackage
({ mkDerivation, base, data-default-class, HUnit, lens-family
- , proto-lens, proto-lens-protoc, test-framework
+ , lens-family-core, proto-lens, proto-lens-protoc, test-framework
, test-framework-hunit, transformers
}:
mkDerivation {
pname = "proto-lens-combinators";
- version = "0.1.0.4";
- sha256 = "3d153caff241c45097d2acac97176d2dc54af626b4895678f51069ce7ceb66fb";
+ version = "0.1.0.6";
+ sha256 = "6ceafc1d8d03120b6c57f26154899520afd292bdfa8a46c76ddb30615de6cc7f";
libraryHaskellDepends = [
base data-default-class lens-family proto-lens proto-lens-protoc
transformers
];
testHaskellDepends = [
- base HUnit lens-family proto-lens proto-lens-protoc test-framework
- test-framework-hunit
+ base HUnit lens-family lens-family-core proto-lens
+ proto-lens-protoc test-framework test-framework-hunit
];
homepage = "https://github.com/google/proto-lens";
description = "Utilities functions to proto-lens";
@@ -145041,15 +145277,15 @@ self: {
"proto-lens-descriptors" = callPackage
({ mkDerivation, base, bytestring, containers, data-default-class
- , lens-family, proto-lens, text
+ , lens-family, lens-labels, proto-lens, text
}:
mkDerivation {
pname = "proto-lens-descriptors";
- version = "0.1.0.5";
- sha256 = "89e2eef7c99dc8ca669ad63dd4020a5d05133f92ddb148b1965ced523a6ad18a";
+ version = "0.2.0.0";
+ sha256 = "1fca9713d7678b2328e5f330eebfc690b487ccca719fe2cdf84f24af71d98bb5";
libraryHaskellDepends = [
base bytestring containers data-default-class lens-family
- proto-lens text
+ lens-labels proto-lens text
];
description = "Protocol buffers for describing the definitions of messages";
license = stdenv.lib.licenses.bsd3;
@@ -145059,8 +145295,8 @@ self: {
({ mkDerivation, base, optparse-applicative, proto-lens, text }:
mkDerivation {
pname = "proto-lens-optparse";
- version = "0.1.0.1";
- sha256 = "1ab3ac9137c05f6041fa2ff8527da4e80875d94eff97c77cdc43e65cc0c5dc28";
+ version = "0.1.0.2";
+ sha256 = "d6afb604f1b26d903648ab57b5d50c5670b70ec8d15ca49799f4ff1383c024d6";
libraryHaskellDepends = [
base optparse-applicative proto-lens text
];
@@ -145073,18 +145309,19 @@ self: {
"proto-lens-protoc" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers
, data-default-class, directory, filepath, haskell-src-exts
- , lens-family, process, proto-lens, proto-lens-descriptors, text
+ , lens-family, lens-labels, process, proto-lens
+ , proto-lens-descriptors, text
}:
mkDerivation {
pname = "proto-lens-protoc";
- version = "0.1.0.5";
- sha256 = "0efb5b62e2cccb3edc29b93c75aabcccc652992a01e8f5eae7bf7eae2078192e";
+ version = "0.2.0.0";
+ sha256 = "60df593b670ca8f984e67ac784a97425e5056b0cdf16f231f53cc228ada85376";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base bytestring Cabal containers data-default-class directory
- filepath haskell-src-exts lens-family process proto-lens
- proto-lens-descriptors text
+ filepath haskell-src-exts lens-family lens-labels process
+ proto-lens proto-lens-descriptors text
];
executableHaskellDepends = [
base bytestring containers data-default-class filepath
@@ -145963,8 +146200,8 @@ self: {
}:
mkDerivation {
pname = "purescript";
- version = "0.11.0";
- sha256 = "811e55bfc87e2ec65f57b134980866a5924a3f5c7967bf83fac19c7f9fd12cdd";
+ version = "0.11.1";
+ sha256 = "359894f7b8d6ba28e3150fbba3988a14aedf68d55b1eb7d6b69111a4a119ec86";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -146020,6 +146257,27 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "purescript-bridge_0_11_0_0" = callPackage
+ ({ mkDerivation, base, containers, directory, filepath
+ , generic-deriving, hspec, hspec-expectations-pretty-diff, lens
+ , mtl, text, transformers
+ }:
+ mkDerivation {
+ pname = "purescript-bridge";
+ version = "0.11.0.0";
+ sha256 = "6e4f2ea1d550d1d3ee4ede18a18d95aa37c587c2aef54d4aee22306550a45878";
+ libraryHaskellDepends = [
+ base containers directory filepath generic-deriving lens mtl text
+ transformers
+ ];
+ testHaskellDepends = [
+ base containers hspec hspec-expectations-pretty-diff text
+ ];
+ description = "Generate PureScript data types from Haskell data types";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"purescript-bundle-fast" = callPackage
({ mkDerivation, base, containers, directory, filepath
, optparse-applicative, text, vector
@@ -150942,7 +151200,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
- "regex_0_10_0_2" = callPackage
+ "regex_0_10_0_3" = callPackage
({ mkDerivation, array, base, base-compat, bytestring, containers
, hashable, regex-base, regex-tdfa, regex-tdfa-text
, template-haskell, text, time, time-locale-compat, transformers
@@ -150950,8 +151208,8 @@ self: {
}:
mkDerivation {
pname = "regex";
- version = "0.10.0.2";
- sha256 = "5ecb41e7bfc60aaad2bfca8d07ea84088c46fce881f70eccb87fbd02b8bf417b";
+ version = "0.10.0.3";
+ sha256 = "304230caeb624689d05e41350bfbfa02d3a49f4087088c3017eb35ce6832ba3a";
libraryHaskellDepends = [
array base base-compat bytestring containers hashable regex-base
regex-tdfa regex-tdfa-text template-haskell text time
@@ -151108,8 +151366,8 @@ self: {
}:
mkDerivation {
pname = "regex-examples";
- version = "0.10.0.2";
- sha256 = "d92f00f991ccc2597f0cc62eba00a0b22aeb075717baa1e24d581d5df34603ba";
+ version = "0.10.0.3";
+ sha256 = "88a3ead02eed5054aaa19c09671b24e5ba0e3892f2e64e8bec5ba948d428bb54";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -151387,8 +151645,8 @@ self: {
}:
mkDerivation {
pname = "regex-with-pcre";
- version = "0.10.0.2";
- sha256 = "645a63d6174c15bcf10274f08df68b85090e816492bd9e01b871aa8fe5b53b64";
+ version = "0.10.0.3";
+ sha256 = "0fed51f7ee7d142b090c1f71a38c99fa51aa7cf74ec05bfea55fdb4a6feb10da";
libraryHaskellDepends = [
base base-compat bytestring containers regex regex-base
regex-pcre-builtin regex-tdfa template-haskell transformers
@@ -155074,8 +155332,8 @@ self: {
}:
mkDerivation {
pname = "rtnetlink";
- version = "0.1.0.2";
- sha256 = "090a563053b83e624e7de7e161c2bffc239a72db926ed64229cb1cc9d78a02e4";
+ version = "0.1.0.4";
+ sha256 = "3972a04b0b3ad757e368b6d809120a375d07b23e9f52a20ed48ef929f364077c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
@@ -164983,6 +165241,8 @@ self: {
pname = "snap-templates";
version = "1.0.0.0";
sha256 = "f6289348179d07721f6edc1dbe19bcfe989de0dd2945962c455e2ce113d2561b";
+ revision = "1";
+ editedCabalFile = "6a57896a679dc58684cb1b8321fa19bf778d48beeeac125434362ac2d5fa0679";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -170274,6 +170534,31 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
+ "stratosphere_0_4_2" = callPackage
+ ({ mkDerivation, aeson, aeson-pretty, base, bytestring, directory
+ , hashable, hlint, lens, tasty, tasty-hspec, template-haskell, text
+ , unordered-containers
+ }:
+ mkDerivation {
+ pname = "stratosphere";
+ version = "0.4.2";
+ sha256 = "37947aaff44e8732625e31f3c2e75e7e0ed380ad0ba459cbd461b93059347a66";
+ isLibrary = true;
+ isExecutable = true;
+ libraryHaskellDepends = [
+ aeson aeson-pretty base bytestring hashable lens template-haskell
+ text unordered-containers
+ ];
+ testHaskellDepends = [
+ aeson aeson-pretty base bytestring directory hashable hlint lens
+ tasty tasty-hspec template-haskell text unordered-containers
+ ];
+ homepage = "https://github.com/frontrowed/stratosphere#readme";
+ description = "EDSL for AWS CloudFormation";
+ license = stdenv.lib.licenses.mit;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"stratum-tool" = callPackage
({ mkDerivation, aeson, async, base, bytestring, bytestring-builder
, cmdargs, connection, containers, curl, curl-aeson, network, stm
@@ -171915,6 +172200,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "superbuffer_0_3_1_0" = callPackage
+ ({ mkDerivation, async, base, buffer-builder, bytestring, criterion
+ , HTF, QuickCheck
+ }:
+ mkDerivation {
+ pname = "superbuffer";
+ version = "0.3.1.0";
+ sha256 = "b5b747cbdd46fc9cb413a5ca2729473ce7e5daeb695b59a3a16125e59f9d35aa";
+ libraryHaskellDepends = [ base bytestring ];
+ testHaskellDepends = [ async base bytestring HTF QuickCheck ];
+ benchmarkHaskellDepends = [
+ async base buffer-builder bytestring criterion
+ ];
+ homepage = "https://github.com/agrafix/superbuffer#readme";
+ description = "Efficiently build a bytestring from smaller chunks";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"supercollider-ht" = callPackage
({ mkDerivation, base, hosc, hsc3, opensoundcontrol-ht, process
, random, transformers
@@ -180905,20 +181209,20 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
- "transient_0_5_1" = callPackage
+ "transient_0_5_3" = callPackage
({ mkDerivation, base, bytestring, containers, directory, mtl
, random, stm, time, transformers
}:
mkDerivation {
pname = "transient";
- version = "0.5.1";
- sha256 = "a6b90bed245013a7ffe61f8d6e5b0f5798dd64999c914c1f956b0d3a1c3a8d25";
+ version = "0.5.3";
+ sha256 = "e3b4ae35933e4452745f257f2043356b00611b0772d73085d9af75e1bdd28d3e";
libraryHaskellDepends = [
base bytestring containers directory mtl random stm time
transformers
];
homepage = "http://www.fpcomplete.com/user/agocorona";
- description = "Making composable programs with multithreading, events and distributed computing";
+ description = "composing programs with multithreading, events and distributed computing";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@@ -182528,8 +182832,8 @@ self: {
pname = "twitter-feed";
version = "0.2.0.11";
sha256 = "8b98b4ddfb88f4c14f8eb43bd74a4c4e7941a92d44b90717e9b8dbe4c454c889";
- revision = "1";
- editedCabalFile = "3d0a5d8976c482b401003571812052a97cd0d77fb3d6f0619615c30c93a0b79e";
+ revision = "2";
+ editedCabalFile = "40c6941bd4bc222ad94a0963036f74f66fc1ef084b8d7c5c07f5dc9f3d861a59";
libraryHaskellDepends = [
aeson authenticate-oauth base bytestring http-conduit
];
@@ -184049,6 +184353,19 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "unbounded-delays_0_1_0_10" = callPackage
+ ({ mkDerivation, base }:
+ mkDerivation {
+ pname = "unbounded-delays";
+ version = "0.1.0.10";
+ sha256 = "1c3621437c267f313231a56cf85136bbe7ff6fea0c08a016240d482cc69ca123";
+ libraryHaskellDepends = [ base ];
+ homepage = "https://github.com/basvandijk/unbounded-delays";
+ description = "Unbounded thread delays and timeouts";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"unbounded-delays-units" = callPackage
({ mkDerivation, base, unbounded-delays, units, units-defs }:
mkDerivation {
@@ -188687,8 +189004,8 @@ self: {
}:
mkDerivation {
pname = "wai-cli";
- version = "0.1.0";
- sha256 = "220d8b3eb52e7b045844be37682f09823a9730115f33ea718717896f74673007";
+ version = "0.1.1";
+ sha256 = "0643ebd8cbd4fcedd2076450b635d020aa2101b26e80f69ade10acd2c3252862";
libraryHaskellDepends = [
ansi-terminal base http-types monads-tf network options
socket-activation stm streaming-commons unix wai wai-extra warp
@@ -190490,6 +190807,25 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
+ "web-output" = callPackage
+ ({ mkDerivation, base, directory, filepath, open-browser, temporary
+ , text
+ }:
+ mkDerivation {
+ pname = "web-output";
+ version = "0.3.0.0";
+ sha256 = "db201c91c1c96db59670142d1ca1e63d31cbc0bdf495538994eab1b585894ead";
+ libraryHaskellDepends = [
+ base directory filepath open-browser temporary text
+ ];
+ testHaskellDepends = [
+ base directory filepath open-browser temporary text
+ ];
+ homepage = "https://github.com/danse/web-output";
+ description = "Library to present content to an user via their browser";
+ license = stdenv.lib.licenses.publicDomain;
+ }) {};
+
"web-page" = callPackage
({ mkDerivation, base, blaze-builder, blaze-html, bytestring, clay
, containers, jmacro, lens, mtl, Stream, text, vector
@@ -191829,8 +192165,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "wiringPi";
- version = "1.0";
- sha256 = "78449f9f48bab82bf8e268e0b858171e7539d7b9a61dd92c75a9ea7c1a7523d0";
+ version = "1.0.1";
+ sha256 = "b3acd5319bccde3142fba1a84b805099516f4b20643393520976570e618b9ac4";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base ];
@@ -192700,6 +193036,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
+ "writer-cps-mtl_0_1_1_3" = callPackage
+ ({ mkDerivation, base, mtl, transformers, writer-cps-transformers
+ }:
+ mkDerivation {
+ pname = "writer-cps-mtl";
+ version = "0.1.1.3";
+ sha256 = "b7a37f1e3183fdbd381149dbf3e55e727e7af19fef9136b0201df2600691a7f3";
+ libraryHaskellDepends = [
+ base mtl transformers writer-cps-transformers
+ ];
+ homepage = "https://github.com/minad/writer-cps-mtl#readme";
+ description = "MonadWriter orphan instances for writer-cps-transformers";
+ license = stdenv.lib.licenses.bsd3;
+ hydraPlatforms = stdenv.lib.platforms.none;
+ }) {};
+
"writer-cps-transformers" = callPackage
({ mkDerivation, base, transformers }:
mkDerivation {
From 8765d1edda48d7f2c8a5125898df05f8a166b5a6 Mon Sep 17 00:00:00 2001
From: romildo
Date: Thu, 30 Mar 2017 14:36:02 -0300
Subject: [PATCH 13/57] gnustep.back: add runtime dependency on libXmu
Fix the failure of running applications like GWorkspace, which depends
on 'back'. It fails with a message similar to the one below:
Error (objc-load):/nix/store/fpxksxkl26qd5a7ay52mzv5qbj8di6b5-gnustep-back-0.25.0/lib/GNUstep/Bundles/libgnustep-back-025.bundle/./libgnustep-back-025: undefined symbol: XmuLookupStandardColormap
---
pkgs/desktops/gnustep/back/default.nix | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pkgs/desktops/gnustep/back/default.nix b/pkgs/desktops/gnustep/back/default.nix
index 8e11a286284..6678b11df02 100644
--- a/pkgs/desktops/gnustep/back/default.nix
+++ b/pkgs/desktops/gnustep/back/default.nix
@@ -5,6 +5,7 @@
, x11
, freetype
, pkgconfig
+, libXmu
}:
let
version = "0.25.0";
@@ -15,7 +16,7 @@ gsmakeDerivation {
url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${version}.tar.gz";
sha256 = "14gs1b32ahnihd7mwpjrws2b8hl11rl1wl24a7651d3z2l7f6xj2";
};
- buildInputs = [ cairo base gui freetype pkgconfig x11 ];
+ buildInputs = [ cairo base gui freetype pkgconfig x11 libXmu ];
meta = {
description = "A generic backend for GNUstep";
};
From 1f9e7f3aa72ee69a4910675d9e2ae2803bcd076f Mon Sep 17 00:00:00 2001
From: romildo
Date: Thu, 30 Mar 2017 14:37:03 -0300
Subject: [PATCH 14/57] gworkspace: 0.9.3 -> 0.9.4
---
pkgs/desktops/gnustep/gworkspace/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/desktops/gnustep/gworkspace/default.nix b/pkgs/desktops/gnustep/gworkspace/default.nix
index 67fffd10a0f..210b72292fd 100644
--- a/pkgs/desktops/gnustep/gworkspace/default.nix
+++ b/pkgs/desktops/gnustep/gworkspace/default.nix
@@ -4,13 +4,13 @@
, system_preferences
}:
let
- version = "0.9.3";
+ version = "0.9.4";
in
gsmakeDerivation {
name = "gworkspace-${version}";
src = fetchurl {
url = "ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-${version}.tar.gz";
- sha256 = "0jchqwb0dj522j98jqlqlib44jppax39zx2zqyzdwiz4qjl470r3";
+ sha256 = "0cjn83m7qmbwdpldlyhs239nwswgip3yaz01ahls130dq5qq7hgk";
};
# additional dependencies:
# - PDFKit framework from http://gap.nongnu.org/
From 3d5e451f0543108c6cabb028e64c5704dc1f3574 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?=
Date: Thu, 30 Mar 2017 20:06:37 +0200
Subject: [PATCH 15/57] luaPackages.vicious 2.1.3 -> 2.2.0
I also became new project maintainer
---
pkgs/top-level/lua-packages.nix | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index ea3a849c7ac..71aef7544dd 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -293,7 +293,7 @@ let
maintainers = [ maintainers.koral ];
};
};
-
+
luastdlib = buildLuaPackage {
name = "stdlib";
@@ -468,18 +468,20 @@ let
vicious = stdenv.mkDerivation rec {
name = "vicious-${version}";
- version = "2.1.3";
+ version = "2.2.0";
- src = fetchzip {
- url = "http://git.sysphere.org/vicious/snapshot/vicious-${version}.tar.xz";
- sha256 = "1c901siza5vpcbkgx99g1vkqiki5qgkzx2brnj4wrpbsbfzq0bcq";
+ src = fetchFromGitHub {
+ owner = "Mic92";
+ repo = "vicious";
+ rev = "v${version}";
+ sha256 = "0dhy0vklrhqrnmxb9pyqbfvkwwy86lwysk93pzg1j1zwprx366fj";
};
meta = with stdenv.lib; {
description = "Vicious widgets for window managers";
- homepage = http://git.sysphere.org/vicious/;
+ homepage = https://github.com/Mic92/vicious;
license = licenses.gpl2;
- maintainers = with maintainers; [ makefu ];
+ maintainers = with maintainers; [ makefu mic92 ];
platforms = platforms.linux;
};
From 1e295260e2101ef33e475df28c3dcac3c3e6c950 Mon Sep 17 00:00:00 2001
From: Maximilian Bosch
Date: Thu, 30 Mar 2017 21:55:05 +0200
Subject: [PATCH 16/57] geogebra: 5-0-346-0 -> 5-0-350-0
---
pkgs/applications/science/math/geogebra/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/applications/science/math/geogebra/default.nix b/pkgs/applications/science/math/geogebra/default.nix
index 916f0dc360f..d37d5c16091 100644
--- a/pkgs/applications/science/math/geogebra/default.nix
+++ b/pkgs/applications/science/math/geogebra/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "geogebra-${version}";
- version = "5-0-346-0";
+ version = "5-0-350-0";
preferLocalBuild = true;
src = fetchurl {
url = "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
- sha256 = "13yiksdk5qwa7c5zp5l0h3czqq31qlf04ncgrh8mn7z70ng1f3l4";
+ sha256 = "0lr2calglad5d17p5sl1jbjdfsdsmn4dxgy8s89lyh0d4aihy54d";
};
srcIcon = fetchurl {
From 7a46312f1ccf677e5632c66434b21975fb3fb3f1 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Thu, 30 Mar 2017 19:56:12 +0200
Subject: [PATCH 17/57] xorg-rgb: init at 1.0.6
---
pkgs/data/misc/xorg-rgb/default.nix | 22 ++++++++++++++++++++++
pkgs/top-level/all-packages.nix | 2 ++
2 files changed, 24 insertions(+)
create mode 100644 pkgs/data/misc/xorg-rgb/default.nix
diff --git a/pkgs/data/misc/xorg-rgb/default.nix b/pkgs/data/misc/xorg-rgb/default.nix
new file mode 100644
index 00000000000..9a3db92adcc
--- /dev/null
+++ b/pkgs/data/misc/xorg-rgb/default.nix
@@ -0,0 +1,22 @@
+{stdenv, fetchurl, pkgconfig, xproto}:
+stdenv.mkDerivation rec {
+ name = "${pname}-${version}";
+ pname = "rgb";
+ version = "1.0.6";
+
+ src = fetchurl {
+ url = "http://xorg.freedesktop.org/archive/individual/app/rgb-${version}.tar.bz2";
+ sha256 = "1c76zcjs39ljil6f6jpx1x17c8fnvwazz7zvl3vbjfcrlmm7rjmv";
+ };
+
+ nativeBuildInputs = [pkgconfig];
+ buildInputs = [xproto];
+ meta = {
+ inherit version;
+ description = "X11 colorname to RGB mapping database";
+ license = stdenv.lib.licenses.mit;
+ maintainers = [stdenv.lib.maintainers.raskin];
+ platforms = stdenv.lib.platforms.linux;
+ homepage = http://xorg.freedesktop.org/;
+ };
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8c9b87a3afe..6a8ea3a623c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12670,6 +12670,8 @@ with pkgs;
xlsx2csv = pythonPackages.xlsx2csv;
+ xorg-rgb = callPackage ../data/misc/xorg-rgb {};
+
zeal = libsForQt5.callPackage ../data/documentation/zeal { };
From 6f904bd9ecb89066bd459b5c07982bfbfe6f2165 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Thu, 30 Mar 2017 22:52:21 +0200
Subject: [PATCH 18/57] clwrapper: setup-hook: correctly handle multiple
additions to registry
---
pkgs/development/lisp-modules/clwrapper/setup-hook.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/development/lisp-modules/clwrapper/setup-hook.sh b/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
index b48f916ac7a..bc5a6b34866 100644
--- a/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
+++ b/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
@@ -1,6 +1,6 @@
NIX_LISP_ASDF="@asdf@"
-CL_SOURCE_REGISTRY="@asdf@/lib/common-lisp/asdf/:@asdf@/lib/common-lisp/asdf/uiop/"
+CL_SOURCE_REGISTRY="${CL_SOURCE_REGISTRY:+$CL_SOURCE_REGISTRY:}@asdf@/lib/common-lisp/asdf/:@asdf@/lib/common-lisp/asdf/uiop/"
addASDFPaths () {
for j in "$1"/lib/common-lisp/*; do
From 5032d477a02f58c2f266e50ad1d6b702e6d28596 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Thu, 30 Mar 2017 22:54:19 +0200
Subject: [PATCH 19/57] quicklisp-to-nix: check that the package is loadable
---
.../lisp-modules/quicklisp-to-nix/nix-package.emb | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb b/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
index 1be5345b327..3a007050924 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
@@ -11,4 +11,11 @@ rec {
url = ''<% @var url %>'';
sha256 = ''<% @var sha256 %>'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :<% @ifnotempty testname %><% @var testname %><% @else %><% @var name %><% @endif %>)"' "$out/bin/<% @var filename %>-lisp-launcher.sh" ""
+ '';
+ };
}
From 0f695737315e1edf9285a6f7fbca55abb2c160cf Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Thu, 30 Mar 2017 22:54:56 +0200
Subject: [PATCH 20/57] quicklispPackages: add a basic set of packages, make
sure that quicklispPackages_asdf_3_1 can be built completely
---
.../agnostic-lizard.nix | 14 -
.../quicklisp-to-nix-output/alexandria.nix | 7 +
.../quicklisp-to-nix-output/anaphora.nix | 21 +
.../quicklisp-to-nix-output/array-utils.nix | 21 +
.../quicklisp-to-nix-output/babel-streams.nix | 21 +
.../quicklisp-to-nix-output/babel.nix | 9 +-
.../quicklisp-to-nix-output/blackbird.nix | 21 +
.../bordeaux-threads.nix | 9 +-
.../quicklisp-to-nix-output/caveman.nix | 21 +
.../quicklisp-to-nix-output/cffi-grovel.nix | 21 +
.../cffi-toolchain.nix | 21 +
.../quicklisp-to-nix-output/cffi.nix | 9 +-
.../quicklisp-to-nix-output/chipz.nix | 7 +
.../quicklisp-to-nix-output/chunga.nix | 7 +
.../circular-streams.nix | 21 +
.../quicklisp-to-nix-output/cl+ssl.nix | 9 +-
.../quicklisp-to-nix-output/cl-annot.nix | 21 +
.../quicklisp-to-nix-output/cl-ansi-text.nix | 21 +
.../quicklisp-to-nix-output/cl-async-base.nix | 21 +
.../quicklisp-to-nix-output/cl-async-util.nix | 21 +
.../quicklisp-to-nix-output/cl-async.nix | 21 +
.../quicklisp-to-nix-output/cl-base64.nix | 7 +
.../quicklisp-to-nix-output/cl-colors.nix | 21 +
.../quicklisp-to-nix-output/cl-cookie.nix | 21 +
.../quicklisp-to-nix-output/cl-emb.nix | 21 +
.../quicklisp-to-nix-output/cl-fad.nix | 9 +-
.../quicklisp-to-nix-output/cl-fuse.nix | 9 +-
.../quicklisp-to-nix-output/cl-json.nix | 21 +
.../quicklisp-to-nix-output/cl-l10n-cldr.nix | 21 +
.../quicklisp-to-nix-output/cl-l10n.nix | 21 +
.../quicklisp-to-nix-output/cl-libuv.nix | 21 +
.../quicklisp-to-nix-output/cl-ppcre.nix | 7 +
.../quicklisp-to-nix-output/cl-project.nix | 21 +
.../quicklisp-to-nix-output/cl-reexport.nix | 21 +
.../cl-syntax-annot.nix | 21 +
.../quicklisp-to-nix-output/cl-syntax.nix | 21 +
.../quicklisp-to-nix-output/cl-unicode.nix | 21 +
.../quicklisp-to-nix-output/cl-utilities.nix | 7 +
.../quicklisp-to-nix-output/cl-who.nix | 21 +
.../clack-v1-compat.nix | 21 +
.../quicklisp-to-nix-output/clack.nix | 21 +
.../quicklisp-to-nix-output/closer-mop.nix | 21 +
.../closure-common.nix | 21 +
.../quicklisp-to-nix-output/clss.nix | 21 +
.../quicklisp-to-nix-output/clx.nix | 7 +
.../quicklisp-to-nix-output/css-lite.nix | 21 +
.../quicklisp-to-nix-output/cxml-dom.nix | 21 +
.../quicklisp-to-nix-output/cxml-klacks.nix | 21 +
.../quicklisp-to-nix-output/cxml-test.nix | 21 +
.../quicklisp-to-nix-output/cxml-xml.nix | 21 +
.../quicklisp-to-nix-output/cxml.nix | 21 +
.../quicklisp-to-nix-output/dexador.nix | 21 +
.../quicklisp-to-nix-output/do-urlencode.nix | 21 +
.../documentation-utils.nix | 21 +
.../quicklisp-to-nix-output/drakma.nix | 9 +-
.../quicklisp-to-nix-output/esrap.nix | 7 +
.../external-program.nix | 7 +
.../quicklisp-to-nix-output/fast-http.nix | 21 +
.../quicklisp-to-nix-output/fast-io.nix | 21 +
.../quicklisp-to-nix-output/flexi-streams.nix | 7 +
.../quicklisp-to-nix-output/form-fiddle.nix | 21 +
.../quicklisp-to-nix-output/http-body.nix | 21 +
.../quicklisp-to-nix-output/hunchentoot.nix | 9 +-
.../quicklisp-to-nix-output/idna.nix | 7 +
.../quicklisp-to-nix-output/iolib.nix | 9 +-
.../iolib_slash_asdf.nix | 14 -
.../iolib_slash_base.nix | 14 -
.../iolib_slash_common-lisp.nix | 14 -
.../iolib_slash_conf.nix | 14 -
.../iolib_slash_grovel.nix | 14 -
.../iolib_slash_multiplex.nix | 14 -
.../iolib_slash_sockets.nix | 14 -
.../iolib_slash_streams.nix | 14 -
.../iolib_slash_syscalls.nix | 14 -
.../quicklisp-to-nix-output/ironclad.nix | 21 +
.../quicklisp-to-nix-output/iterate.nix | 7 +
.../quicklisp-to-nix-output/jonathan.nix | 21 +
.../lack-component.nix | 21 +
.../quicklisp-to-nix-output/lack-util.nix | 21 +
.../quicklisp-to-nix-output/lack.nix | 21 +
.../quicklisp-to-nix-output/let-plus.nix | 21 +
.../quicklisp-to-nix-output/lev.nix | 21 +
.../quicklisp-to-nix-output/local-time.nix | 21 +
.../quicklisp-to-nix-output/lquery.nix | 21 +
.../quicklisp-to-nix-output/map-set.nix | 21 +
.../quicklisp-to-nix-output/marshal.nix | 21 +
.../quicklisp-to-nix-output/md5.nix | 7 +
.../quicklisp-to-nix-output/metabang-bind.nix | 21 +
.../quicklisp-to-nix-output/myway.nix | 21 +
.../named-readtables.nix | 22 +
.../quicklisp-to-nix-output/nibbles.nix | 21 +
.../quicklisp-to-nix-output/optima.nix | 21 +
.../quicklisp-to-nix-output/parenscript.nix | 21 +
.../quicklisp-to-nix-output/plump-dom.nix | 21 +
.../quicklisp-to-nix-output/plump-lexer.nix | 21 +
.../quicklisp-to-nix-output/plump-parser.nix | 21 +
.../quicklisp-to-nix-output/plump.nix | 21 +
.../quicklisp-to-nix-output/proc-parse.nix | 21 +
.../quicklisp-to-nix-output/prove.nix | 21 +
.../quicklisp-to-nix-output/puri.nix | 7 +
.../quicklisp-to-nix-output/quri.nix | 21 +
.../quicklisp-to-nix-output/rfc2388.nix | 7 +
.../quicklisp-to-nix-output/salza2.nix | 22 +
.../quicklisp-to-nix-output/smart-buffer.nix | 21 +
.../split-sequence.nix | 7 +
.../static-vectors.nix | 21 +
.../quicklisp-to-nix-output/stumpwm.nix | 9 +-
.../quicklisp-to-nix-output/swap-bytes.nix | 7 +
.../trivial-backtrace.nix | 7 +
.../trivial-features.nix | 7 +
.../trivial-garbage.nix | 7 +
.../trivial-gray-streams.nix | 7 +
.../trivial-indent.nix | 21 +
.../quicklisp-to-nix-output/trivial-mimes.nix | 21 +
.../quicklisp-to-nix-output/trivial-types.nix | 21 +
.../quicklisp-to-nix-output/trivial-utf-8.nix | 7 +
.../quicklisp-to-nix-output/uiop.nix | 7 +
.../quicklisp-to-nix-output/usocket.nix | 7 +
.../quicklisp-to-nix-output/vom.nix | 21 +
.../quicklisp-to-nix-output/woo.nix | 21 +
.../quicklisp-to-nix-output/wookie.nix | 21 +
.../quicklisp-to-nix-output/xmls.nix | 21 +
.../quicklisp-to-nix-output/xsubseq.nix | 21 +
.../quicklisp-to-nix-output/yason.nix | 21 +
.../quicklisp-to-nix-overrides.lisp | 9 +
.../quicklisp-to-nix-overrides.nix | 71 +-
.../lisp-modules/quicklisp-to-nix-systems.txt | 65 +-
.../lisp-modules/quicklisp-to-nix.nix | 1221 +++++++++++++----
.../quicklisp-to-nix/ql-to-nix.lisp | 4 +-
129 files changed, 3012 insertions(+), 438 deletions(-)
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/agnostic-lizard.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_asdf.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_base.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_common-lisp.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_conf.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_grovel.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_multiplex.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_sockets.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_streams.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_syscalls.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/agnostic-lizard.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/agnostic-lizard.nix
deleted file mode 100644
index 8da74224ae2..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/agnostic-lizard.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ fetchurl }:
-rec {
- baseName = ''agnostic-lizard'';
- version = ''20170227-git'';
-
- description = ''A portable code walker that makes a best effort to be correct in most cases'';
-
- deps = [ ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/agnostic-lizard/2017-02-27/agnostic-lizard-20170227-git.tgz'';
- sha256 = ''0gnbxfdz35z9kznnhnj9x5zzn25k1x2ifv4v9rkzb0xmi7xkx9wi'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
index 34173f0ac4b..8404bd0717d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/alexandria/2017-02-27/alexandria-20170227-git.tgz'';
sha256 = ''0gnn4ysyvqf8wfi94kh6x23iwx3czaicam1lz9pnwsv40ws5fwwh'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :alexandria)"' "$out/bin/alexandria-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
new file mode 100644
index 00000000000..2319134b32e
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''anaphora'';
+ version = ''20170227-git'';
+
+ description = ''The Anaphoric Macro Package from Hell'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/anaphora/2017-02-27/anaphora-20170227-git.tgz'';
+ sha256 = ''1inv6bcly6r7yixj1pp0i4h0y7lxyv68mk9wsi5iwi9gx6000yd9'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :anaphora)"' "$out/bin/anaphora-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
new file mode 100644
index 00000000000..d26282accaf
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''array-utils'';
+ version = ''20160929-git'';
+
+ description = ''A few utilities for working with arrays.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/array-utils/2016-09-29/array-utils-20160929-git.tgz'';
+ sha256 = ''1nlrf7b81qq7l85kkdh3fxcs6ngnvh5zk7mb5mwf8vjm5kpfbbcx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :array-utils)"' "$out/bin/array-utils-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
new file mode 100644
index 00000000000..70e4b600c97
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''babel-streams'';
+ version = ''babel-20150608-git'';
+
+ description = ''Some useful streams based on Babel's encoding code'';
+
+ deps = [ args."alexandria" args."babel" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/babel/2015-06-08/babel-20150608-git.tgz'';
+ sha256 = ''0nv2w7k33rwc4dwi33ay2rkmvnj4vsz9ar27z8fiar34895vndk5'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :babel-streams)"' "$out/bin/babel-streams-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
index 392912d77e4..e6a4fad3b26 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
@@ -5,10 +5,17 @@ rec {
description = ''Babel, a charset conversion library.'';
- deps = [ args."trivial-features" args."alexandria" ];
+ deps = [ args."alexandria" args."trivial-features" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/babel/2015-06-08/babel-20150608-git.tgz'';
sha256 = ''0nv2w7k33rwc4dwi33ay2rkmvnj4vsz9ar27z8fiar34895vndk5'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :babel)"' "$out/bin/babel-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
new file mode 100644
index 00000000000..91200e4e2ce
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''blackbird'';
+ version = ''20160531-git'';
+
+ description = ''A promise implementation for Common Lisp.'';
+
+ deps = [ args."vom" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/blackbird/2016-05-31/blackbird-20160531-git.tgz'';
+ sha256 = ''0l053fb5fdz1q6dyfgys6nmbairc3aig4wjl5abpf8b1paf7gzq9'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :blackbird)"' "$out/bin/blackbird-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
index 26313457010..819e3c0bc46 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
@@ -3,7 +3,7 @@ rec {
baseName = ''bordeaux-threads'';
version = ''v0.8.5'';
- description = ''Bordeaux Threads makes writing portable multi-threaded apps simple'';
+ description = ''Bordeaux Threads makes writing portable multi-threaded apps simple.'';
deps = [ args."alexandria" ];
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/bordeaux-threads/2016-03-18/bordeaux-threads-v0.8.5.tgz'';
sha256 = ''09q1xd3fca6ln6mh45cx24xzkrcnvhgl5nn9g2jv0rwj1m2xvbpd'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :bordeaux-threads)"' "$out/bin/bordeaux-threads-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
new file mode 100644
index 00000000000..a10ec469376
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''caveman'';
+ version = ''20161031-git'';
+
+ description = ''Web Application Framework for Common Lisp'';
+
+ deps = [ args."anaphora" args."cl-emb" args."cl-ppcre" args."cl-project" args."cl-syntax" args."cl-syntax-annot" args."clack-v1-compat" args."do-urlencode" args."local-time" args."myway" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/caveman/2016-10-31/caveman-20161031-git.tgz'';
+ sha256 = ''111zxnlsn99sybmwgyxh0x29avq898nxssysvaf8v4mbb6fva2hi'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :caveman)"' "$out/bin/caveman-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
new file mode 100644
index 00000000000..aaf511fa27a
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cffi-grovel'';
+ version = ''cffi_0.18.0'';
+
+ description = ''The CFFI Groveller'';
+
+ deps = [ args."alexandria" args."cffi" args."cffi-toolchain" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
+ sha256 = ''0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cffi-grovel)"' "$out/bin/cffi-grovel-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
new file mode 100644
index 00000000000..fefbef57f7e
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cffi-toolchain'';
+ version = ''cffi_0.18.0'';
+
+ description = ''The CFFI toolchain'';
+
+ deps = [ args."cffi" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
+ sha256 = ''0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cffi-toolchain)"' "$out/bin/cffi-toolchain-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
index 582b0c39493..c303727ba6d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
@@ -5,10 +5,17 @@ rec {
description = ''The Common Foreign Function Interface'';
- deps = [ args."uiop" args."alexandria" args."trivial-features" args."babel" ];
+ deps = [ args."alexandria" args."babel" args."trivial-features" args."uiop" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
sha256 = ''0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cffi)"' "$out/bin/cffi-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
index 02d8ba70baf..fb7922a689a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/chipz/2016-03-18/chipz-20160318-git.tgz'';
sha256 = ''1dpsg8kd43k075xihb0szcq1f7iq8ryg5r77x5wi6hy9jhpq8826'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :chipz)"' "$out/bin/chipz-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
index e737843d167..e29d6818f01 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/chunga/2014-12-17/chunga-1.1.6.tgz'';
sha256 = ''1ivdfi9hjkzp2anhpjm58gzrjpn6mdsp35km115c1j1c4yhs9lzg'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :chunga)"' "$out/bin/chunga-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
new file mode 100644
index 00000000000..95438b96c73
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''circular-streams'';
+ version = ''20161204-git'';
+
+ description = ''Circularly readable streams for Common Lisp'';
+
+ deps = [ args."fast-io" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/circular-streams/2016-12-04/circular-streams-20161204-git.tgz'';
+ sha256 = ''1i29b9sciqs5x59hlkdj2r4siyqgrwj5hb4lnc80jgfqvzbq4128'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :circular-streams)"' "$out/bin/circular-streams-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
index bd4f4b58fb1..004afe7bd04 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
@@ -5,10 +5,17 @@ rec {
description = ''Common Lisp interface to OpenSSL.'';
- deps = [ args."cffi" args."trivial-gray-streams" args."flexi-streams" args."bordeaux-threads" args."trivial-garbage" args."uiop" ];
+ deps = [ args."bordeaux-threads" args."cffi" args."flexi-streams" args."trivial-garbage" args."trivial-gray-streams" args."uiop" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl+ssl/2016-12-08/cl+ssl-20161208-git.tgz'';
sha256 = ''0x9xa2rdfh9gxp5m27cj0wvzjqccz4w5cvm7nbk5shwsz5xgr7hs'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl+ssl)"' "$out/bin/cl+ssl-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
new file mode 100644
index 00000000000..9bdb4f65c42
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-annot'';
+ version = ''20150608-git'';
+
+ description = ''Python-like Annotation Syntax for Common Lisp'';
+
+ deps = [ args."alexandria" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-annot/2015-06-08/cl-annot-20150608-git.tgz'';
+ sha256 = ''0ixsp20rk498phv3iivipn3qbw7a7x260x63hc6kpv2s746lpdg3'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-annot)"' "$out/bin/cl-annot-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
new file mode 100644
index 00000000000..bf706f957d9
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-ansi-text'';
+ version = ''20150804-git'';
+
+ description = ''ANSI control string characters, focused on color'';
+
+ deps = [ args."alexandria" args."cl-colors" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-ansi-text/2015-08-04/cl-ansi-text-20150804-git.tgz'';
+ sha256 = ''112w7qg8yp28qyc2b5c7km457krr3xksxyps1icmgdpqf9ccpn2i'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-ansi-text)"' "$out/bin/cl-ansi-text-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
new file mode 100644
index 00000000000..1e0a6e7a50a
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-async-base'';
+ version = ''cl-async-20160825-git'';
+
+ description = ''Base system for cl-async.'';
+
+ deps = [ args."bordeaux-threads" args."cffi" args."cl-libuv" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
+ sha256 = ''104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-async)"' "$out/bin/cl-async-base-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
new file mode 100644
index 00000000000..58a459031c6
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-async-util'';
+ version = ''cl-async-20160825-git'';
+
+ description = ''Internal utilities for cl-async.'';
+
+ deps = [ args."cffi" args."cl-async-base" args."cl-libuv" args."cl-ppcre" args."fast-io" args."vom" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
+ sha256 = ''104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-async)"' "$out/bin/cl-async-util-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
new file mode 100644
index 00000000000..9c53b3d43f5
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-async'';
+ version = ''20160825-git'';
+
+ description = ''Asynchronous operations for Common Lisp.'';
+
+ deps = [ args."babel" args."cffi" args."cl-async-base" args."cl-async-util" args."cl-libuv" args."cl-ppcre" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."uiop" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
+ sha256 = ''104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-async)"' "$out/bin/cl-async-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
index c9d62c62b01..81e5920a0c6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/cl-base64/2015-09-23/cl-base64-20150923-git.tgz'';
sha256 = ''0haip5x0091r9xa8gdzr21s0rk432998nbxxfys35lhnyc1vgyhp'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-base64)"' "$out/bin/cl-base64-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
new file mode 100644
index 00000000000..d7d0bf211ea
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-colors'';
+ version = ''20151218-git'';
+
+ description = ''Simple color library for Common Lisp'';
+
+ deps = [ args."alexandria" args."let-plus" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-colors/2015-12-18/cl-colors-20151218-git.tgz'';
+ sha256 = ''032kswn6h2ib7v8v1dg0lmgfks7zk52wrv31q6p2zj2a156ccqp4'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-colors)"' "$out/bin/cl-colors-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
new file mode 100644
index 00000000000..eca4c14edda
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-cookie'';
+ version = ''20150804-git'';
+
+ description = ''HTTP cookie manager'';
+
+ deps = [ args."alexandria" args."cl-ppcre" args."local-time" args."proc-parse" args."quri" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-cookie/2015-08-04/cl-cookie-20150804-git.tgz'';
+ sha256 = ''0llh5d2p7wi5amzpckng1bzmf2bdfdwkfapcdq0znqlzd5bvbby8'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-cookie)"' "$out/bin/cl-cookie-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
new file mode 100644
index 00000000000..f42d4d6bff4
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-emb'';
+ version = ''20170227-git'';
+
+ description = ''A templating system for Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-emb/2017-02-27/cl-emb-20170227-git.tgz'';
+ sha256 = ''03n97xvh3v8bz1p75v1vhryfkjm74v0cr5jwg4rakq9zkchhfk80'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-emb)"' "$out/bin/cl-emb-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
index 9fea4c0f01d..3c4c1e72e19 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
@@ -5,10 +5,17 @@ rec {
description = ''Portable pathname library'';
- deps = [ args."bordeaux-threads" args."alexandria" ];
+ deps = [ args."alexandria" args."bordeaux-threads" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-fad/2016-08-25/cl-fad-0.7.4.tgz'';
sha256 = ''1avp5j66vrpv5symgw4n4szlc2cyqz4haa0cxzy1pl8p0a8k0v9x'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-fad)"' "$out/bin/cl-fad-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
index 2f44fbc416b..6beba38befd 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
@@ -5,10 +5,17 @@ rec {
description = ''CFFI bindings to FUSE (Filesystem in user space)'';
- deps = [ args."cffi" args."cl-utilities" args."bordeaux-threads" args."trivial-backtrace" args."iterate" args."trivial-utf-8" ];
+ deps = [ args."bordeaux-threads" args."cffi" args."cffi-grovel" args."cl-utilities" args."iterate" args."trivial-backtrace" args."trivial-utf-8" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-fuse/2016-03-18/cl-fuse-20160318-git.tgz'';
sha256 = ''1yllmnnhqp42s37a2y7h7vph854xgna62l1pidvlyskc90bl5jf6'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-fuse)"' "$out/bin/cl-fuse-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
new file mode 100644
index 00000000000..babfcf6e3a5
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-json'';
+ version = ''20141217-git'';
+
+ description = ''JSON in Lisp. JSON (JavaScript Object Notation) is a lightweight data-interchange format.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-json/2014-12-17/cl-json-20141217-git.tgz'';
+ sha256 = ''00cfppyi6njsbpv1x03jcv4zwplg0q1138174l3wjkvi3gsql17g'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-json)"' "$out/bin/cl-json-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
new file mode 100644
index 00000000000..0bb3c38312a
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-l10n-cldr'';
+ version = ''20120909-darcs'';
+
+ description = ''The necessary CLDR files for cl-l10n packaged in a QuickLisp friendly way.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-l10n-cldr/2012-09-09/cl-l10n-cldr-20120909-darcs.tgz'';
+ sha256 = ''03l81bx8izvzwzw0qah34l4k47l4gmhr917phhhl81qp55x7zbiv'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-l10n-cldr)"' "$out/bin/cl-l10n-cldr-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
new file mode 100644
index 00000000000..72d3a294aa7
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-l10n'';
+ version = ''20161204-darcs'';
+
+ description = ''Portable CL Locale Support'';
+
+ deps = [ args."alexandria" args."cl-fad" args."cl-l10n-cldr" args."cl-ppcre" args."closer-mop" args."cxml" args."flexi-streams" args."iterate" args."local-time" args."metabang-bind" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-l10n/2016-12-04/cl-l10n-20161204-darcs.tgz'';
+ sha256 = ''1r8jgwks21az78c5kdxgw5llk9ml423vjkv1f93qg1vx3zma6vzl'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-l10n)"' "$out/bin/cl-l10n-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
new file mode 100644
index 00000000000..bb100cc393f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-libuv'';
+ version = ''20160825-git'';
+
+ description = ''Low-level libuv bindings for Common Lisp.'';
+
+ deps = [ args."alexandria" args."cffi" args."cffi-grovel" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-libuv/2016-08-25/cl-libuv-20160825-git.tgz'';
+ sha256 = ''02vi9ph9pxbxgp9jsbgzb9nijsv0vyk3f1jyhhm88i0y1kb3595r'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-libuv)"' "$out/bin/cl-libuv-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
index 5e9f1a6e473..257417af0fe 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/cl-ppcre/2015-09-23/cl-ppcre-2.0.11.tgz'';
sha256 = ''1djciws9n0jg3qdrck3j4wj607zvkbir8p379mp0p7b5g0glwvb2'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-ppcre)"' "$out/bin/cl-ppcre-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
new file mode 100644
index 00000000000..3573bbb5251
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-project'';
+ version = ''20160531-git'';
+
+ description = ''Generate a skeleton for modern project'';
+
+ deps = [ args."cl-emb" args."cl-ppcre" args."local-time" args."prove" args."uiop" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-project/2016-05-31/cl-project-20160531-git.tgz'';
+ sha256 = ''1xwjgs5pzkdnd9i5lcic9z41d1c4yf7pvarrvawfxcicg6rrfw81'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-project)"' "$out/bin/cl-project-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
new file mode 100644
index 00000000000..1d523f55087
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-reexport'';
+ version = ''20150709-git'';
+
+ description = ''Reexport external symbols in other packages.'';
+
+ deps = [ args."alexandria" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-reexport/2015-07-09/cl-reexport-20150709-git.tgz'';
+ sha256 = ''1y6qlyps7g0wl4rbmzvw6s1kjdwwmh33layyjclsjp9j5nm8mdmi'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-reexport)"' "$out/bin/cl-reexport-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
new file mode 100644
index 00000000000..e6673ecddbc
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-syntax-annot'';
+ version = ''cl-syntax-20150407-git'';
+
+ description = ''CL-Syntax Reader Syntax for cl-annot'';
+
+ deps = [ args."cl-annot" args."cl-syntax" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz'';
+ sha256 = ''1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-syntax-annot)"' "$out/bin/cl-syntax-annot-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
new file mode 100644
index 00000000000..6c76f0ea380
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-syntax'';
+ version = ''20150407-git'';
+
+ description = ''Reader Syntax Coventions for Common Lisp and SLIME'';
+
+ deps = [ args."named-readtables" args."trivial-types" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz'';
+ sha256 = ''1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-syntax)"' "$out/bin/cl-syntax-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
new file mode 100644
index 00000000000..e2144a41fb0
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-unicode'';
+ version = ''0.1.5'';
+
+ description = ''Portable Unicode Library'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-unicode/2014-12-17/cl-unicode-0.1.5.tgz'';
+ sha256 = ''1jd5qq5ji6l749c4x415z22y9r0k9z18pdi9p9fqvamzh854i46n'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-unicode)"' "$out/bin/cl-unicode-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
index 2d24e2d87e3..edb7fc3efc9 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/cl-utilities/2010-10-06/cl-utilities-1.2.4.tgz'';
sha256 = ''1z2ippnv2wgyxpz15zpif7j7sp1r20fkjhm4n6am2fyp6a3k3a87'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-utilities)"' "$out/bin/cl-utilities-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
new file mode 100644
index 00000000000..33a4ae2f38f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-who'';
+ version = ''1.1.4'';
+
+ description = ''(X)HTML generation macros'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-who/2014-12-17/cl-who-1.1.4.tgz'';
+ sha256 = ''0r9wc92njz1cc7nghgbhdmd7jy216ylhlabfj0vc45bmfa4w44rq'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-who)"' "$out/bin/cl-who-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
new file mode 100644
index 00000000000..4d96ad8c86f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''clack-v1-compat'';
+ version = ''clack-20170227-git'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/clack/2017-02-27/clack-20170227-git.tgz'';
+ sha256 = ''1sm6iamghpzmrv0h375y2famdngx62ml5dw424896kixxfyr923x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clack-v1-compat)"' "$out/bin/clack-v1-compat-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
new file mode 100644
index 00000000000..c812f485ceb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''clack'';
+ version = ''20170227-git'';
+
+ description = ''Web application environment for Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/clack/2017-02-27/clack-20170227-git.tgz'';
+ sha256 = ''1sm6iamghpzmrv0h375y2famdngx62ml5dw424896kixxfyr923x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clack)"' "$out/bin/clack-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
new file mode 100644
index 00000000000..a231a245483
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''closer-mop'';
+ version = ''20170227-git'';
+
+ description = ''Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/closer-mop/2017-02-27/closer-mop-20170227-git.tgz'';
+ sha256 = ''1hdnbryh6gd8kn20yr5ldgkcs8i71c6awwf6a32nmp9l42gwv9k3'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :closer-mop)"' "$out/bin/closer-mop-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
new file mode 100644
index 00000000000..f176bb6e1df
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''closure-common'';
+ version = ''20101107-git'';
+
+ description = '''';
+
+ deps = [ args."babel" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/closure-common/2010-11-07/closure-common-20101107-git.tgz'';
+ sha256 = ''1982dpn2z7rlznn74gxy9biqybh2d4r1n688h9pn1s2bssgv3hk4'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :closure-common)"' "$out/bin/closure-common-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
new file mode 100644
index 00000000000..3c89603d9cb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''clss'';
+ version = ''20170124-git'';
+
+ description = ''A DOM tree searching engine based on CSS selectors.'';
+
+ deps = [ args."array-utils" args."plump" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/clss/2017-01-24/clss-20170124-git.tgz'';
+ sha256 = ''0rrg3brzash1b14n686xjx6d5glm2vg32g0i8hyvaffqd82493pb'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clss)"' "$out/bin/clss-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
index 1611b7b74fe..e4303bca2d3 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/clx/2017-02-27/clx-20170227-git.tgz'';
sha256 = ''0zgp1yqy0lm528bhil93ap7df01qdyfhnbxhckjv87xk8rs0g5nx'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clx)"' "$out/bin/clx-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
new file mode 100644
index 00000000000..8b2357fc7e0
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''css-lite'';
+ version = ''20120407-git'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/css-lite/2012-04-07/css-lite-20120407-git.tgz'';
+ sha256 = ''1gf1qqaxhly6ixh9ykqhg9b52s8p5wlwi46vp2k29qy7gmx4f1qg'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :css-lite)"' "$out/bin/css-lite-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
new file mode 100644
index 00000000000..56d6a42d93d
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cxml-dom'';
+ version = ''cxml-20110619-git'';
+
+ description = '''';
+
+ deps = [ args."cxml-xml" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
+ sha256 = ''04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-dom-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
new file mode 100644
index 00000000000..b118d276dd2
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cxml-klacks'';
+ version = ''cxml-20110619-git'';
+
+ description = '''';
+
+ deps = [ args."cxml-xml" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
+ sha256 = ''04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-klacks-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
new file mode 100644
index 00000000000..e8f2bb5d8b3
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cxml-test'';
+ version = ''cxml-20110619-git'';
+
+ description = '''';
+
+ deps = [ args."cxml-dom" args."cxml-klacks" args."cxml-xml" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
+ sha256 = ''04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-test-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
new file mode 100644
index 00000000000..85d60abf746
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cxml-xml'';
+ version = ''cxml-20110619-git'';
+
+ description = '''';
+
+ deps = [ args."closure-common" args."puri" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
+ sha256 = ''04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-xml-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
new file mode 100644
index 00000000000..54d02e035bc
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cxml'';
+ version = ''20110619-git'';
+
+ description = '''';
+
+ deps = [ args."cxml-dom" args."cxml-klacks" args."cxml-test" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
+ sha256 = ''04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
new file mode 100644
index 00000000000..d4c3ff3a1c4
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''dexador'';
+ version = ''20170227-git'';
+
+ description = ''Yet another HTTP client for Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/dexador/2017-02-27/dexador-20170227-git.tgz'';
+ sha256 = ''0fc3hlckxfwz1ymindb9p44c6idfz8z6w5zk8cbd4nvvd0f2a8kz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :dexador)"' "$out/bin/dexador-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
new file mode 100644
index 00000000000..699e5a1458f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''do-urlencode'';
+ version = ''20130720-git'';
+
+ description = ''Percent Encoding (aka URL Encoding) library'';
+
+ deps = [ args."babel" args."babel-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/do-urlencode/2013-07-20/do-urlencode-20130720-git.tgz'';
+ sha256 = ''19l4rwqc52w7nrpy994b3n2dcv8pjgc530yn2xmgqlqabpxpz3xa'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :do-urlencode)"' "$out/bin/do-urlencode-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
new file mode 100644
index 00000000000..37a7e979058
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''documentation-utils'';
+ version = ''20161204-git'';
+
+ description = ''A few simple tools to help you with documenting your library.'';
+
+ deps = [ args."trivial-indent" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/documentation-utils/2016-12-04/documentation-utils-20161204-git.tgz'';
+ sha256 = ''0vyj5nvy697w2fvp2rb42jxgqah85ivz1hg84amqfi4bvik2npvq'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :documentation-utils)"' "$out/bin/documentation-utils-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
index a64a62078ec..c9845af9764 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
@@ -5,10 +5,17 @@ rec {
description = ''Full-featured http/https client based on usocket'';
- deps = [ args."puri" args."cl-base64" args."chunga" args."flexi-streams" args."cl-ppcre" args."chipz" args."usocket" args."cl+ssl" ];
+ deps = [ args."chipz" args."chunga" args."cl+ssl" args."cl-base64" args."cl-ppcre" args."flexi-streams" args."puri" args."usocket" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/drakma/2015-10-31/drakma-2.0.2.tgz'';
sha256 = ''1bpwh19fxd1ncvwai2ab2363bk6qkpwch5sa4csbiawcihyawh2z'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :drakma)"' "$out/bin/drakma-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
index e05713da15b..93864948f11 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/esrap/2017-01-24/esrap-20170124-git.tgz'';
sha256 = ''1182011bbhvkw2qsdqrccl879vf5k7bcda318n0xskk35hzircp8'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :esrap)"' "$out/bin/esrap-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
index 1b8378d5d55..4143957416a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/external-program/2016-08-25/external-program-20160825-git.tgz'';
sha256 = ''0avnnhxxa1wfri9i3m1339nszyp1w2cilycc948nf5awz4mckq13'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :external-program)"' "$out/bin/external-program-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
new file mode 100644
index 00000000000..17cc9bc020a
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''fast-http'';
+ version = ''20170227-git'';
+
+ description = ''A fast HTTP protocol parser in Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/fast-http/2017-02-27/fast-http-20170227-git.tgz'';
+ sha256 = ''0kpfn4i5r12hfnb3j00cl9wq5dcl32n3q67lr2qsb6y3giz335hx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :fast-http)"' "$out/bin/fast-http-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
new file mode 100644
index 00000000000..69201b7044b
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''fast-io'';
+ version = ''20170124-git'';
+
+ description = ''Alternative I/O mechanism to a stream or vector'';
+
+ deps = [ args."alexandria" args."static-vectors" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/fast-io/2017-01-24/fast-io-20170124-git.tgz'';
+ sha256 = ''0w57iddbpdcchnv3zg7agd3ydm36aw2mni4iasi8wd628gq9a6i2'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :fast-io)"' "$out/bin/fast-io-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
index 12da2cbacb9..90dcbbc83f8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/flexi-streams/2015-07-09/flexi-streams-1.0.15.tgz'';
sha256 = ''0zkx335winqs7xigbmxhhkhcsfa9hjhf1q6r4q710y29fbhpc37p'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :flexi-streams)"' "$out/bin/flexi-streams-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
new file mode 100644
index 00000000000..7aa65c3b84b
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''form-fiddle'';
+ version = ''20160929-git'';
+
+ description = ''A collection of utilities to destructure lambda forms.'';
+
+ deps = [ args."documentation-utils" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/form-fiddle/2016-09-29/form-fiddle-20160929-git.tgz'';
+ sha256 = ''1lmdxvwh0d81jlkc9qq2cw0bizjbmk7f5fjcb8ps65andfyj9bd7'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :form-fiddle)"' "$out/bin/form-fiddle-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
new file mode 100644
index 00000000000..958c899bbe9
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''http-body'';
+ version = ''20161204-git'';
+
+ description = ''HTTP POST data parser for Common Lisp'';
+
+ deps = [ args."babel" args."cl-ppcre" args."cl-utilities" args."fast-http" args."flexi-streams" args."jonathan" args."quri" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz'';
+ sha256 = ''1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :http-body)"' "$out/bin/http-body-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
index 0eadf54320a..6f0aa151c15 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
@@ -8,10 +8,17 @@ rec {
simple framework for user-defined handlers and can be extended
through subclassing.'';
- deps = [ args."chunga" args."cl-base64" args."cl-fad" args."cl-ppcre" args."flexi-streams" args."cl+ssl" args."md5" args."rfc2388" args."trivial-backtrace" args."usocket" args."bordeaux-threads" ];
+ deps = [ args."bordeaux-threads" args."chunga" args."cl+ssl" args."cl-base64" args."cl-fad" args."cl-ppcre" args."flexi-streams" args."md5" args."rfc2388" args."trivial-backtrace" args."usocket" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/hunchentoot/2016-03-18/hunchentoot-1.2.35.tgz'';
sha256 = ''0gp2rgndkijjydb1x3p8414ii1z372gzdy945jy0491bcbhygj74'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :hunchentoot)"' "$out/bin/hunchentoot-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
index feacb1264af..c0b325123cf 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/idna/2012-01-07/idna-20120107-git.tgz'';
sha256 = ''0q9hja9v5q7z89p0bzm2whchn05hymn3255fr5zj3fkja8akma5c'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :idna)"' "$out/bin/idna-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
index 5badc04f201..4d76399a911 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
@@ -5,10 +5,17 @@ rec {
description = ''I/O library.'';
- deps = [ args."iolib/base" args."iolib/multiplex" args."iolib/streams" args."iolib/sockets" ];
+ deps = [ args."alexandria" args."babel" args."bordeaux-threads" args."cffi" args."idna" args."split-sequence" args."swap-bytes" args."trivial-features" args."uiop" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :iolib)"' "$out/bin/iolib-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_asdf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_asdf.nix
deleted file mode 100644
index f6a78c85da9..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_asdf.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_asdf'';
- version = ''iolib-v0.8.1'';
-
- description = ''A few ASDF component classes.'';
-
- deps = [ args."alexandria" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_base.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_base.nix
deleted file mode 100644
index 642e26e278a..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_base.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_base'';
- version = ''iolib-v0.8.1'';
-
- description = ''Base IOlib package, used instead of CL.'';
-
- deps = [ args."iolib/common-lisp" args."alexandria" args."split-sequence" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_common-lisp.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_common-lisp.nix
deleted file mode 100644
index 59fdbdc85d0..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_common-lisp.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_common-lisp'';
- version = ''iolib-v0.8.1'';
-
- description = ''Slightly modified Common Lisp.'';
-
- deps = [ args."alexandria" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_conf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_conf.nix
deleted file mode 100644
index 0a0631caf44..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_conf.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_conf'';
- version = ''iolib-v0.8.1'';
-
- description = ''Compile-time configuration for IOLib.'';
-
- deps = [ ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_grovel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_grovel.nix
deleted file mode 100644
index e7c2d780f4e..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_grovel.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_grovel'';
- version = ''iolib-v0.8.1'';
-
- description = ''The CFFI Groveller'';
-
- deps = [ args."iolib/asdf" args."iolib/base" args."iolib/conf" args."alexandria" args."split-sequence" args."cffi" args."uiop" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_multiplex.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_multiplex.nix
deleted file mode 100644
index 07324035052..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_multiplex.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_multiplex'';
- version = ''iolib-v0.8.1'';
-
- description = ''I/O multiplexing library.'';
-
- deps = [ args."iolib/base" args."iolib/syscalls" args."cffi" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_sockets.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_sockets.nix
deleted file mode 100644
index b956d3ece21..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_sockets.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_sockets'';
- version = ''iolib-v0.8.1'';
-
- description = ''Socket library.'';
-
- deps = [ args."iolib/base" args."iolib/syscalls" args."iolib/streams" args."babel" args."cffi" args."iolib/grovel" args."bordeaux-threads" args."idna" args."swap-bytes" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_streams.nix
deleted file mode 100644
index 267dbd8e6de..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_streams.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_streams'';
- version = ''iolib-v0.8.1'';
-
- description = ''Gray streams.'';
-
- deps = [ args."iolib/base" args."iolib/multiplex" args."cffi" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_syscalls.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_syscalls.nix
deleted file mode 100644
index 395b3d53934..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib_slash_syscalls.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''iolib_slash_syscalls'';
- version = ''iolib-v0.8.1'';
-
- description = ''Syscalls and foreign types.'';
-
- deps = [ args."trivial-features" args."cffi" args."iolib/base" args."iolib/grovel" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz'';
- sha256 = ''090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481'';
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
new file mode 100644
index 00000000000..cf1d4ac077c
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''ironclad'';
+ version = ''ironclad_0.33.0'';
+
+ description = ''A cryptographic toolkit written in pure Common Lisp'';
+
+ deps = [ args."nibbles" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/ironclad/2014-11-06/ironclad_0.33.0.tgz'';
+ sha256 = ''1ld0xz8gmi566zxl1cva5yi86aw1wb6i6446gxxdw1lisxx3xwz7'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :ironclad)"' "$out/bin/ironclad-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
index 469c8439246..5fffe95309e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/iterate/2016-08-25/iterate-20160825-darcs.tgz'';
sha256 = ''0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :iterate)"' "$out/bin/iterate-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
new file mode 100644
index 00000000000..6f77708ade5
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''jonathan'';
+ version = ''20170124-git'';
+
+ description = ''High performance JSON encoder and decoder. Currently support: SBCL, CCL.'';
+
+ deps = [ args."babel" args."cl-annot" args."cl-ppcre" args."cl-syntax" args."cl-syntax-annot" args."fast-io" args."proc-parse" args."trivial-types" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/jonathan/2017-01-24/jonathan-20170124-git.tgz'';
+ sha256 = ''1r54w7i1fxaqz6q7idamcy3bvsg0pvfjcs2qq4dag519zwcpln5l'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :jonathan)"' "$out/bin/jonathan-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
new file mode 100644
index 00000000000..6580fc6760b
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''lack-component'';
+ version = ''lack-20161204-git'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz'';
+ sha256 = ''10bnpgbh5nk9lw1xywmvh5661rq91v8sp43ds53x98865ni7flnv'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lack-component)"' "$out/bin/lack-component-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
new file mode 100644
index 00000000000..113a920348e
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''lack-util'';
+ version = ''lack-20161204-git'';
+
+ description = '''';
+
+ deps = [ args."ironclad" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz'';
+ sha256 = ''10bnpgbh5nk9lw1xywmvh5661rq91v8sp43ds53x98865ni7flnv'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lack-util)"' "$out/bin/lack-util-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
new file mode 100644
index 00000000000..7f41d0ac276
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''lack'';
+ version = ''20161204-git'';
+
+ description = ''A minimal Clack'';
+
+ deps = [ args."lack-component" args."lack-util" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz'';
+ sha256 = ''10bnpgbh5nk9lw1xywmvh5661rq91v8sp43ds53x98865ni7flnv'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lack)"' "$out/bin/lack-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
new file mode 100644
index 00000000000..f99372a37ec
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''let-plus'';
+ version = ''20170124-git'';
+
+ description = ''Destructuring extension of LET*.'';
+
+ deps = [ args."alexandria" args."anaphora" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/let-plus/2017-01-24/let-plus-20170124-git.tgz'';
+ sha256 = ''1hfsw4g36vccz2lx6gk375arjj6y85yh9ch3pq7yiybjlxx68xi8'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :let-plus)"' "$out/bin/let-plus-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
new file mode 100644
index 00000000000..61e6703dea4
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''lev'';
+ version = ''20150505-git'';
+
+ description = ''libev bindings for Common Lisp'';
+
+ deps = [ args."cffi" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/lev/2015-05-05/lev-20150505-git.tgz'';
+ sha256 = ''0lkkzb221ks4f0qjgh6pr5lyvb4884a87p96ir4m36x411pyk5xl'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lev)"' "$out/bin/lev-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
new file mode 100644
index 00000000000..f2cab2b59fb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''local-time'';
+ version = ''20170124-git'';
+
+ description = ''A library for manipulating dates and times, based on a paper by Erik Naggum'';
+
+ deps = [ args."cl-fad" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/local-time/2017-01-24/local-time-20170124-git.tgz'';
+ sha256 = ''0nf21bhclr2cwpflf733wn6hr6mcz94dr796jk91f0ck28nf7ab1'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :local-time)"' "$out/bin/local-time-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
new file mode 100644
index 00000000000..0b8d97def2f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''lquery'';
+ version = ''20160929-git'';
+
+ description = ''A library to allow jQuery-like HTML/DOM manipulation.'';
+
+ deps = [ args."array-utils" args."clss" args."form-fiddle" args."plump" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/lquery/2016-09-29/lquery-20160929-git.tgz'';
+ sha256 = ''1kqc0n4zh44yay9vbv6wirk3122q7if2999146lrgada5fy17r7x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lquery)"' "$out/bin/lquery-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
new file mode 100644
index 00000000000..a9a4a2d5852
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''map-set'';
+ version = ''20160628-hg'';
+
+ description = ''Set-like data structure.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/map-set/2016-06-28/map-set-20160628-hg.tgz'';
+ sha256 = ''15fbha43a5153ah836djp9dbg41728adjrzwryv68gcqs31rjk9v'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :map-set)"' "$out/bin/map-set-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
new file mode 100644
index 00000000000..65b7465873f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''marshal'';
+ version = ''cl-20170124-git'';
+
+ description = ''marshal: Simple (de)serialization of Lisp datastructures.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-marshal/2017-01-24/cl-marshal-20170124-git.tgz'';
+ sha256 = ''0z43m3jspl4c4fcbbxm58hxd9k69308pyijgj7grmq6mirkq664d'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :marshal)"' "$out/bin/marshal-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
index 275dd3577dd..bf39f4b3c3b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/md5/2015-08-04/md5-20150804-git.tgz'';
sha256 = ''1sf79pjip19sx7zmznz1wm4563qc208lq49m0jnhxbv09wmm4vc5'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :md5)"' "$out/bin/md5-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
new file mode 100644
index 00000000000..daf966dadab
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''metabang-bind'';
+ version = ''20170124-git'';
+
+ description = ''Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/metabang-bind/2017-01-24/metabang-bind-20170124-git.tgz'';
+ sha256 = ''1xyiyrc9c02ylg6b749h2ihn6922kb179x7k338dmglf4mpyqxwc'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :metabang-bind)"' "$out/bin/metabang-bind-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
new file mode 100644
index 00000000000..7f0a2fe1139
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''myway'';
+ version = ''20150302-git'';
+
+ description = ''Sinatra-compatible routing library.'';
+
+ deps = [ args."alexandria" args."cl-ppcre" args."cl-utilities" args."map-set" args."quri" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/myway/2015-03-02/myway-20150302-git.tgz'';
+ sha256 = ''1spab9zzhwjg3r5xncr5ncha7phw72wp49cxxncgphh1lfaiyblh'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :myway)"' "$out/bin/myway-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
new file mode 100644
index 00000000000..636f4cea7c7
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
@@ -0,0 +1,22 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''named-readtables'';
+ version = ''20170124-git'';
+
+ description = ''Library that creates a namespace for named readtable
+ akin to the namespace of packages.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz'';
+ sha256 = ''1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :named-readtables)"' "$out/bin/named-readtables-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
new file mode 100644
index 00000000000..cfd8dba13fb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''nibbles'';
+ version = ''20161204-git'';
+
+ description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/nibbles/2016-12-04/nibbles-20161204-git.tgz'';
+ sha256 = ''06cdnivq2966crpj8pidqmwagaif848yvq4fjqq213f3wynwknh4'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :nibbles)"' "$out/bin/nibbles-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
new file mode 100644
index 00000000000..6d6981c8586
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''optima'';
+ version = ''20150709-git'';
+
+ description = ''Optimized Pattern Matching Library'';
+
+ deps = [ args."alexandria" args."closer-mop" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/optima/2015-07-09/optima-20150709-git.tgz'';
+ sha256 = ''0vqyqrnx2d8qwa2jlg9l2wn6vrykraj8a1ysz0gxxxnwpqc29hdc'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :optima)"' "$out/bin/optima-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
new file mode 100644
index 00000000000..a81494bc88f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''parenscript'';
+ version = ''Parenscript-2.6'';
+
+ description = ''Lisp to JavaScript transpiler'';
+
+ deps = [ args."anaphora" args."cl-ppcre" args."named-readtables" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/parenscript/2016-03-18/Parenscript-2.6.tgz'';
+ sha256 = ''1hvr407fz7gzaxqbnki4k3l44qvl7vk6p5pn7811nrv6lk3kp5li'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :parenscript)"' "$out/bin/parenscript-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
new file mode 100644
index 00000000000..99cc86ea6fa
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''plump-dom'';
+ version = ''plump-20170124-git'';
+
+ description = ''A DOM for use with the Plump parser.'';
+
+ deps = [ args."array-utils" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
+ sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump-dom)"' "$out/bin/plump-dom-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
new file mode 100644
index 00000000000..fe3bdb8649e
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''plump-lexer'';
+ version = ''plump-20170124-git'';
+
+ description = ''A very simple toolkit to help with lexing used mainly in Plump.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
+ sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump-lexer)"' "$out/bin/plump-lexer-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
new file mode 100644
index 00000000000..47d253b16be
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''plump-parser'';
+ version = ''plump-20170124-git'';
+
+ description = ''Plump's core parser component.'';
+
+ deps = [ args."plump-dom" args."plump-lexer" args."trivial-indent" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
+ sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump-parser)"' "$out/bin/plump-parser-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
new file mode 100644
index 00000000000..2c2865b8bde
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''plump'';
+ version = ''20170124-git'';
+
+ description = ''An XML / XHTML / HTML parser that aims to be as lenient as possible.'';
+
+ deps = [ args."plump-dom" args."plump-lexer" args."plump-parser" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
+ sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump)"' "$out/bin/plump-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
new file mode 100644
index 00000000000..6c780e5a541
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''proc-parse'';
+ version = ''20160318-git'';
+
+ description = ''Procedural vector parser'';
+
+ deps = [ args."alexandria" args."babel" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/proc-parse/2016-03-18/proc-parse-20160318-git.tgz'';
+ sha256 = ''00261w269w9chg6r3sh8hg8994njbsai1g3zni0whm2dzxxq6rnl'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :proc-parse)"' "$out/bin/proc-parse-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
new file mode 100644
index 00000000000..fb9f5d7d564
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''prove'';
+ version = ''20170124-git'';
+
+ description = '''';
+
+ deps = [ args."alexandria" args."cl-ansi-text" args."cl-colors" args."cl-ppcre" args."uiop" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/prove/2017-01-24/prove-20170124-git.tgz'';
+ sha256 = ''1kyhh4yvf47psb5v0zqivcwn71n6my5fwggdifymlpigk2q3zn03'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :prove)"' "$out/bin/prove-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
index b86c4205407..2ae7b5e8703 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/puri/2015-09-23/puri-20150923-git.tgz'';
sha256 = ''099ay2zji5ablj2jj56sb49hk2l9x5s11vpx6893qwwjsp2881qa'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :puri)"' "$out/bin/puri-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
new file mode 100644
index 00000000000..a96d145b2af
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''quri'';
+ version = ''20161204-git'';
+
+ description = ''Yet another URI library for Common Lisp'';
+
+ deps = [ args."alexandria" args."babel" args."cl-utilities" args."split-sequence" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz'';
+ sha256 = ''14if83kd2mv68p4g4ch2w796w3micpzv40z7xrcwzwj64wngwabv'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :quri)"' "$out/bin/quri-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
index 82b31efea27..8216bcca9f7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/rfc2388/2013-07-20/rfc2388-20130720-git.tgz'';
sha256 = ''1ky99cr4bgfyh0pfpl5f6fsmq1qdbgi4b8v0cfs4y73f78p1f8b6'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :rfc2388)"' "$out/bin/rfc2388-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
new file mode 100644
index 00000000000..c4be68aa80b
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
@@ -0,0 +1,22 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''salza2'';
+ version = ''2.0.9'';
+
+ description = ''Create compressed data in the ZLIB, DEFLATE, or GZIP
+ data formats'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/salza2/2013-07-20/salza2-2.0.9.tgz'';
+ sha256 = ''1m0hksgvq3njd9xa2nxlm161vgzw77djxmisq08v9pz2bz16v8va'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :salza2)"' "$out/bin/salza2-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
new file mode 100644
index 00000000000..689f83a93a6
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''smart-buffer'';
+ version = ''20160628-git'';
+
+ description = ''Smart octets buffer'';
+
+ deps = [ args."flexi-streams" args."uiop" args."xsubseq" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/smart-buffer/2016-06-28/smart-buffer-20160628-git.tgz'';
+ sha256 = ''1wp50snkc8739n91xlnfnq1dzz3kfp0awgp92m7xbpcw3hbaib1s'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :smart-buffer)"' "$out/bin/smart-buffer-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
index 085e215e024..afb5a59fc89 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
@@ -12,4 +12,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/split-sequence/2015-08-04/split-sequence-1.2.tgz'';
sha256 = ''12x5yfvinqz9jzxwlsg226103a9sdf67zpzn5izggvdlw0v5qp0l'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :split-sequence)"' "$out/bin/split-sequence-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
new file mode 100644
index 00000000000..ed2aa3ab487
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''static-vectors'';
+ version = ''v1.8.2'';
+
+ description = ''Create vectors allocated in static memory.'';
+
+ deps = [ args."alexandria" args."cffi" args."cffi-grovel" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/static-vectors/2017-01-24/static-vectors-v1.8.2.tgz'';
+ sha256 = ''0p35f0wrnv46bmmxlviwpsbxnlnkmxwd3xp858lhf0dy52cyra1g'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :static-vectors)"' "$out/bin/static-vectors-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
index 910cce74f8a..2927e6f8b38 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
@@ -5,10 +5,17 @@ rec {
description = ''A tiling, keyboard driven window manager'';
- deps = [ args."alexandria" args."cl-ppcre" args."clx" ];
+ deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/stumpwm/2017-02-27/stumpwm-20170227-git.tgz'';
sha256 = ''0w1arw1x5hsw0w6rc1ls4bf7gf8cjcm6ar68kp74zczp0y35fign'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :stumpwm)"' "$out/bin/stumpwm-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
index cb1e293919b..8dc37b52342 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/swap-bytes/2016-09-29/swap-bytes-v1.1.tgz'';
sha256 = ''0snwbfplqhg1y4y4m7lgvksg1hs0sygfikz3rlbkfl4gwg8pq8ky'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :swap-bytes)"' "$out/bin/swap-bytes-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
index fc83804f5e1..ef3c2754a04 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/trivial-backtrace/2016-05-31/trivial-backtrace-20160531-git.tgz'';
sha256 = ''1vcvalcv2ljiv2gyh8xjcg62cjsripjwmnhc8zji35ja1xyqvxhx'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-backtrace)"' "$out/bin/trivial-backtrace-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
index 97d6b0cf2c0..d9f4a0bba06 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/trivial-features/2016-12-04/trivial-features-20161204-git.tgz'';
sha256 = ''0i2zyc9c7jigljxll29sh9gv1fawdsf0kq7s86pwba5zi99q2ij2'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-features)"' "$out/bin/trivial-features-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
index 6a057bdcc10..93ecccf6fd2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/trivial-garbage/2015-01-13/trivial-garbage-20150113-git.tgz'';
sha256 = ''1yy1jyx7wz5rr7lr0jyyfxgzfddmrxrmkp46a21pcdc4jlss1h08'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-garbage)"' "$out/bin/trivial-garbage-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
index b234da11c37..91390088eba 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/trivial-gray-streams/2014-08-26/trivial-gray-streams-20140826-git.tgz'';
sha256 = ''1nhbp0qizvqvy2mfl3i99hlwiy27h3gq0jglwzsj2fmnwqvpfx92'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-gray-streams)"' "$out/bin/trivial-gray-streams-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
new file mode 100644
index 00000000000..47c0468617a
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''trivial-indent'';
+ version = ''20160929-git'';
+
+ description = ''A very simple library to allow indentation hints for SWANK.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/trivial-indent/2016-09-29/trivial-indent-20160929-git.tgz'';
+ sha256 = ''0nc7d5xdx4h8jvvqif7f721z8296kl6jk5hqmgr0mj3g7svgfrir'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-indent)"' "$out/bin/trivial-indent-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
new file mode 100644
index 00000000000..75be29e69ce
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''trivial-mimes'';
+ version = ''20160929-git'';
+
+ description = ''Tiny library to detect mime types in files.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/trivial-mimes/2016-09-29/trivial-mimes-20160929-git.tgz'';
+ sha256 = ''1sdsplngi3civv9wjd9rxxj3ynqc3260cfykpid5lpy8rhbyiw0w'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-mimes)"' "$out/bin/trivial-mimes-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
new file mode 100644
index 00000000000..6d59de6fbe5
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''trivial-types'';
+ version = ''20120407-git'';
+
+ description = ''Trivial type definitions'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/trivial-types/2012-04-07/trivial-types-20120407-git.tgz'';
+ sha256 = ''0y3lfbbvi2qp2cwswzmk1awzqrsrrcfkcm1qn744bgm1fiqhxbxx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-types)"' "$out/bin/trivial-types-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
index 110edbb9f18..80c320dffbc 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/trivial-utf-8/2011-10-01/trivial-utf-8-20111001-darcs.tgz'';
sha256 = ''1lmg185s6w3rzsz3xa41k5w9xw32bi288ifhrxincy8iv92w65wb'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-utf-8)"' "$out/bin/trivial-utf-8-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
index e80cbc99e8c..f14e70f3c0c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/uiop/2017-01-24/uiop-3.2.0.tgz'';
sha256 = ''1rrn1mdcb4dmb517vrp3nzwpp1w8hfvpzarj36c7kkpjq23czdig'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :uiop)"' "$out/bin/uiop-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
index 7797cb4e797..3e121514fc0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
@@ -11,4 +11,11 @@ rec {
url = ''http://beta.quicklisp.org/archive/usocket/2016-10-31/usocket-0.7.0.1.tgz'';
sha256 = ''1mpcfawbzd72cd841bb0hmgx4kinnvcnazc7vym83gv5iy6lwif2'';
};
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :usocket)"' "$out/bin/usocket-lisp-launcher.sh" ""
+ '';
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
new file mode 100644
index 00000000000..d18e1f116ed
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''vom'';
+ version = ''20160825-git'';
+
+ description = ''A tiny logging utility.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/vom/2016-08-25/vom-20160825-git.tgz'';
+ sha256 = ''0mvln0xx8qnrsmaj7c0f2ilgahvf078qvhqag7qs3j26xmamjm93'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :vom)"' "$out/bin/vom-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
new file mode 100644
index 00000000000..8674970d0c1
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''woo'';
+ version = ''20170227-git'';
+
+ description = ''An asynchronous HTTP server written in Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/woo/2017-02-27/woo-20170227-git.tgz'';
+ sha256 = ''0myydz817mpkgs97p9y9n4z0kq00xxr2b65klsdkxasvvfyjw0d1'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :woo)"' "$out/bin/woo-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
new file mode 100644
index 00000000000..91325de816d
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''wookie'';
+ version = ''20170227-git'';
+
+ description = ''An evented webserver for Common Lisp.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/wookie/2017-02-27/wookie-20170227-git.tgz'';
+ sha256 = ''0i1wrgr5grg387ldv1zfswws1g3xvrkxxvp1m58m9hj0c1vmm6v0'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :wookie)"' "$out/bin/wookie-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
new file mode 100644
index 00000000000..a0700c19087
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''xmls'';
+ version = ''1.7'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/xmls/2015-04-07/xmls-1.7.tgz'';
+ sha256 = ''1pch221g5jv02rb21ly9ik4cmbzv8ca6bnyrs4s0yfrrq0ji406b'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :xmls)"' "$out/bin/xmls-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
new file mode 100644
index 00000000000..7eab70d4d8f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''xsubseq'';
+ version = ''20150113-git'';
+
+ description = ''Efficient way to manage "subseq"s in Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/xsubseq/2015-01-13/xsubseq-20150113-git.tgz'';
+ sha256 = ''0ykjhi7pkqcwm00yzhqvngnx07hsvwbj0c72b08rj4dkngg8is5q'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :xsubseq)"' "$out/bin/xsubseq-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
new file mode 100644
index 00000000000..c2b1ed9b556
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''yason'';
+ version = ''v0.7.6'';
+
+ description = ''JSON parser/encoder'';
+
+ deps = [ args."alexandria" args."trivial-gray-streams" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/yason/2016-02-08/yason-v0.7.6.tgz'';
+ sha256 = ''00gfn14bvnw0in03y5m2ssgvhy3ppf5a3s0rf7mf4rq00c5ifchk'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :yason)"' "$out/bin/yason-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
new file mode 100644
index 00000000000..f03c34f5331
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
@@ -0,0 +1,9 @@
+(defparameter testnames (make-hash-table :test 'equal))
+(setf
+ (gethash "cxml-xml" testnames) "cxml"
+ (gethash "cxml-dom" testnames) "cxml"
+ (gethash "cxml-test" testnames) "cxml"
+ (gethash "cxml-klacks" testnames) "cxml"
+ (gethash "cl-async-base" testnames) "cl-async"
+ (gethash "cl-async-util" testnames) "cl-async"
+ )
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
index 1c6b1e05adf..c073b40b14c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
@@ -1,28 +1,65 @@
{pkgs, buildLispPackage, quicklisp-to-nix-packages}:
-{
- iterate = x: {
- overrides = x: {
- configurePhase="buildPhase(){ true; }";
- };
+let
+ addDeps = newdeps: x: {deps = x.deps ++ newdeps;};
+ addNativeLibs = libs: x: { propagatedBuildInputs = libs; };
+ skipBuildPhase = x: {
+ overrides = y: ((x.overrides y) // { buildPhase = "true"; });
};
+ qlnp = quicklisp-to-nix-packages;
+ multiOverride = l: x: if l == [] then {} else
+ ((builtins.head l) x) // (multiOverride (builtins.tail l) x);
+in
+{
+ stumpwm = addDeps (with qlnp; [alexandria cl-ppcre clx]);
+ iterate = skipBuildPhase;
cl-fuse = x: {
propagatedBuildInputs = [pkgs.fuse];
- overrides = x : {
+ overrides = y : (x.overrides y) // {
configurePhase = ''
export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$PWD"
export makeFlags="$makeFlags LISP=common-lisp.sh"
'';
};
};
- hunchentoot = x: {
- propagatedBuildInputs = [pkgs.openssl];
- };
- iolib = x: {
- propagatedBuildInputs = [pkgs.libfixposix pkgs.gcc];
- overrides = y: {
- postBuild = ''
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :iolib)"' common-lisp.sh ""
- '';
- };
- };
+ hunchentoot = addNativeLibs [pkgs.openssl];
+ iolib = addNativeLibs [pkgs.libfixposix pkgs.gcc];
+ cl-unicode = addDeps (with qlnp; [cl-ppcre flexi-streams]);
+ clack = addDeps (with qlnp;[lack bordeaux-threads prove]);
+ clack-v1-compat = addDeps (with qlnp;[
+ lack bordeaux-threads prove usocket dexador http-body trivial-backtrace
+ marshal local-time cl-base64 cl-ppcre quri trivial-mimes trivial-types
+ flexi-streams circular-streams ironclad cl-syntax-annot alexandria
+ split-sequence
+ ]);
+ cxml = skipBuildPhase;
+ cxml-xml = skipBuildPhase;
+ cxml-dom = skipBuildPhase;
+ cxml-klacks = skipBuildPhase;
+ cxml-test = skipBuildPhase;
+ wookie = multiOverride [(addDeps (with qlnp; [
+ alexandria blackbird cl-async chunga fast-http quri babel cl-ppcre
+ cl-fad fast-io vom do-urlencode
+ ]))
+ (addNativeLibs (with pkgs; [libuv openssl]))];
+ woo = addDeps (with qlnp; [
+ cffi lev clack swap-bytes static-vectors fast-http proc-parse quri fast-io
+ trivial-utf-8 vom
+ ]);
+ lev = addNativeLibs [pkgs.libev];
+ dexador = addDeps (with qlnp; [
+ usocket fast-http quri fast-io chunga cl-ppcre cl-cookie trivial-mimes
+ chipz cl-base64 cl-reexport qlnp."cl+ssl" alexandria bordeaux-threads
+ ]);
+ fast-http = addDeps (with qlnp; [
+ alexandria cl-utilities proc-parse xsubseq smart-buffer
+ ]);
+ cl-emb = addDeps (with qlnp; [cl-ppcre]);
+ "cl+ssl" = addNativeLibs [pkgs.openssl];
+ cl-colors = skipBuildPhase;
+ cl-libuv = addNativeLibs [pkgs.libuv];
+ cl-async-base = addDeps (with qlnp; [
+ cffi fast-io vom cl-libuv cl-ppcre trivial-features static-vectors
+ trivial-gray-streams babel
+ ]);
+ css-lite = addDeps (with qlnp; [parenscript]);
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt b/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
index 12ec2d1f4e5..a32dd823a7e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
@@ -1,7 +1,64 @@
-stumpwm
+alexandria
+babel
+blackbird
+bordeaux-threads
+caveman
+cffi
+chipz
+circular-streams
+clack
+cl-async
+cl-base64
+cl-cookie
cl-fuse
-esrap
-hunchentoot
-external-program
+cl-json
+cl-l10n
+closer-mop
+cl-ppcre
+cl-reexport
+cl-syntax-annot
+cl-unicode
+cl-utilities
+cl-who
+clx
+parenscript
+css-lite
+cxml
+dexador
drakma
+esrap
+external-program
+fast-http
+fast-io
+flexi-streams
+http-body
+hunchentoot
iolib
+ironclad
+iterate
+lack
+lev
+local-time
+lquery
+marshal
+optima
+parenscript
+plump
+proc-parse
+prove
+quri
+salza2
+smart-buffer
+split-sequence
+static-vectors
+stumpwm
+trivial-backtrace
+trivial-mimes
+trivial-types
+trivial-utf-8
+usocket
+woo
+wookie
+xmls
+xsubseq
+yason
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix.nix b/pkgs/development/lisp-modules/quicklisp-to-nix.nix
index 0f7f58df4b8..2b9afcf286e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix.nix
@@ -6,23 +6,188 @@ let quicklisp-to-nix-packages = rec {
buildLispPackage = callPackage ./define-package.nix;
qlOverrides = callPackage ./quicklisp-to-nix-overrides.nix {};
- "iolib/conf" = buildLispPackage
+ "closure-common" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."iolib/conf" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_conf.nix {
+ (qlOverrides."closure-common" or (x: {}))
+ (import ./quicklisp-to-nix-output/closure-common.nix {
inherit fetchurl;
+ "babel" = quicklisp-to-nix-packages."babel";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
}));
- "iolib_slash_conf" = quicklisp-to-nix-packages."iolib/conf";
- "iolib/asdf" = buildLispPackage
+ "let-plus" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."iolib/asdf" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_asdf.nix {
+ (qlOverrides."let-plus" or (x: {}))
+ (import ./quicklisp-to-nix-output/let-plus.nix {
inherit fetchurl;
"alexandria" = quicklisp-to-nix-packages."alexandria";
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
+ }));
+
+
+ "trivial-indent" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."trivial-indent" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-indent.nix {
+ inherit fetchurl;
+ }));
+
+
+ "documentation-utils" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."documentation-utils" or (x: {}))
+ (import ./quicklisp-to-nix-output/documentation-utils.nix {
+ inherit fetchurl;
+ "trivial-indent" = quicklisp-to-nix-packages."trivial-indent";
+ }));
+
+
+ "trivial-garbage" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."trivial-garbage" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-garbage.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cxml-xml" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-xml" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-xml.nix {
+ inherit fetchurl;
+ "closure-common" = quicklisp-to-nix-packages."closure-common";
+ "puri" = quicklisp-to-nix-packages."puri";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "cffi-toolchain" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-toolchain" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-toolchain.nix {
+ inherit fetchurl;
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ }));
+
+
+ "map-set" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."map-set" or (x: {}))
+ (import ./quicklisp-to-nix-output/map-set.nix {
+ inherit fetchurl;
+ }));
+
+
+ "babel-streams" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."babel-streams" or (x: {}))
+ (import ./quicklisp-to-nix-output/babel-streams.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "babel" = quicklisp-to-nix-packages."babel";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "cl-colors" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-colors" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-colors.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "let-plus" = quicklisp-to-nix-packages."let-plus";
+ }));
+
+
+ "cl-ansi-text" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-ansi-text" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-ansi-text.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cl-colors" = quicklisp-to-nix-packages."cl-colors";
+ }));
+
+
+ "plump-parser" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."plump-parser" or (x: {}))
+ (import ./quicklisp-to-nix-output/plump-parser.nix {
+ inherit fetchurl;
+ "plump-dom" = quicklisp-to-nix-packages."plump-dom";
+ "plump-lexer" = quicklisp-to-nix-packages."plump-lexer";
+ "trivial-indent" = quicklisp-to-nix-packages."trivial-indent";
+ }));
+
+
+ "plump-lexer" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."plump-lexer" or (x: {}))
+ (import ./quicklisp-to-nix-output/plump-lexer.nix {
+ inherit fetchurl;
+ }));
+
+
+ "plump-dom" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."plump-dom" or (x: {}))
+ (import ./quicklisp-to-nix-output/plump-dom.nix {
+ inherit fetchurl;
+ "array-utils" = quicklisp-to-nix-packages."array-utils";
+ }));
+
+
+ "form-fiddle" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."form-fiddle" or (x: {}))
+ (import ./quicklisp-to-nix-output/form-fiddle.nix {
+ inherit fetchurl;
+ "documentation-utils" = quicklisp-to-nix-packages."documentation-utils";
+ }));
+
+
+ "clss" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clss" or (x: {}))
+ (import ./quicklisp-to-nix-output/clss.nix {
+ inherit fetchurl;
+ "array-utils" = quicklisp-to-nix-packages."array-utils";
+ "plump" = quicklisp-to-nix-packages."plump";
+ }));
+
+
+ "array-utils" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."array-utils" or (x: {}))
+ (import ./quicklisp-to-nix-output/array-utils.nix {
+ inherit fetchurl;
+ }));
+
+
+ "lack-util" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."lack-util" or (x: {}))
+ (import ./quicklisp-to-nix-output/lack-util.nix {
+ inherit fetchurl;
+ "ironclad" = quicklisp-to-nix-packages."ironclad";
+ }));
+
+
+ "lack-component" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."lack-component" or (x: {}))
+ (import ./quicklisp-to-nix-output/lack-component.nix {
+ inherit fetchurl;
+ }));
+
+
+ "nibbles" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."nibbles" or (x: {}))
+ (import ./quicklisp-to-nix-output/nibbles.nix {
+ inherit fetchurl;
}));
- "iolib_slash_asdf" = quicklisp-to-nix-packages."iolib/asdf";
"swap-bytes" = buildLispPackage
@@ -43,174 +208,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "iolib/grovel" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/grovel" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_grovel.nix {
- inherit fetchurl;
- "iolib/asdf" = quicklisp-to-nix-packages."iolib/asdf";
- "iolib/base" = quicklisp-to-nix-packages."iolib/base";
- "iolib/conf" = quicklisp-to-nix-packages."iolib/conf";
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "split-sequence" = quicklisp-to-nix-packages."split-sequence";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "uiop" = quicklisp-to-nix-packages."uiop";
- }));
- "iolib_slash_grovel" = quicklisp-to-nix-packages."iolib/grovel";
-
-
- "iolib/syscalls" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/syscalls" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_syscalls.nix {
- inherit fetchurl;
- "trivial-features" = quicklisp-to-nix-packages."trivial-features";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "iolib/base" = quicklisp-to-nix-packages."iolib/base";
- "iolib/grovel" = quicklisp-to-nix-packages."iolib/grovel";
- }));
- "iolib_slash_syscalls" = quicklisp-to-nix-packages."iolib/syscalls";
-
-
- "iolib/common-lisp" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/common-lisp" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_common-lisp.nix {
- inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- }));
- "iolib_slash_common-lisp" = quicklisp-to-nix-packages."iolib/common-lisp";
-
-
- "split-sequence" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."split-sequence" or (x: {}))
- (import ./quicklisp-to-nix-output/split-sequence.nix {
- inherit fetchurl;
- }));
-
-
- "trivial-garbage" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."trivial-garbage" or (x: {}))
- (import ./quicklisp-to-nix-output/trivial-garbage.nix {
- inherit fetchurl;
- }));
-
-
- "trivial-gray-streams" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."trivial-gray-streams" or (x: {}))
- (import ./quicklisp-to-nix-output/trivial-gray-streams.nix {
- inherit fetchurl;
- }));
-
-
- "babel" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."babel" or (x: {}))
- (import ./quicklisp-to-nix-output/babel.nix {
- inherit fetchurl;
- "trivial-features" = quicklisp-to-nix-packages."trivial-features";
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- }));
-
-
- "uiop" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."uiop" or (x: {}))
- (import ./quicklisp-to-nix-output/uiop.nix {
- inherit fetchurl;
- }));
-
-
- "iolib/sockets" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/sockets" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_sockets.nix {
- inherit fetchurl;
- "iolib/base" = quicklisp-to-nix-packages."iolib/base";
- "iolib/syscalls" = quicklisp-to-nix-packages."iolib/syscalls";
- "iolib/streams" = quicklisp-to-nix-packages."iolib/streams";
- "babel" = quicklisp-to-nix-packages."babel";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "iolib/grovel" = quicklisp-to-nix-packages."iolib/grovel";
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "idna" = quicklisp-to-nix-packages."idna";
- "swap-bytes" = quicklisp-to-nix-packages."swap-bytes";
- }));
- "iolib_slash_sockets" = quicklisp-to-nix-packages."iolib/sockets";
-
-
- "iolib/streams" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/streams" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_streams.nix {
- inherit fetchurl;
- "iolib/base" = quicklisp-to-nix-packages."iolib/base";
- "iolib/multiplex" = quicklisp-to-nix-packages."iolib/multiplex";
- "cffi" = quicklisp-to-nix-packages."cffi";
- }));
- "iolib_slash_streams" = quicklisp-to-nix-packages."iolib/streams";
-
-
- "iolib/multiplex" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/multiplex" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_multiplex.nix {
- inherit fetchurl;
- "iolib/base" = quicklisp-to-nix-packages."iolib/base";
- "iolib/syscalls" = quicklisp-to-nix-packages."iolib/syscalls";
- "cffi" = quicklisp-to-nix-packages."cffi";
- }));
- "iolib_slash_multiplex" = quicklisp-to-nix-packages."iolib/multiplex";
-
-
- "iolib/base" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."iolib/base" or (x: {}))
- (import ./quicklisp-to-nix-output/iolib_slash_base.nix {
- inherit fetchurl;
- "iolib/common-lisp" = quicklisp-to-nix-packages."iolib/common-lisp";
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "split-sequence" = quicklisp-to-nix-packages."split-sequence";
- }));
- "iolib_slash_base" = quicklisp-to-nix-packages."iolib/base";
-
-
- "chipz" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."chipz" or (x: {}))
- (import ./quicklisp-to-nix-output/chipz.nix {
- inherit fetchurl;
- }));
-
-
- "puri" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."puri" or (x: {}))
- (import ./quicklisp-to-nix-output/puri.nix {
- inherit fetchurl;
- }));
-
-
- "trivial-features" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."trivial-features" or (x: {}))
- (import ./quicklisp-to-nix-output/trivial-features.nix {
- inherit fetchurl;
- }));
-
-
- "usocket" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."usocket" or (x: {}))
- (import ./quicklisp-to-nix-output/usocket.nix {
- inherit fetchurl;
- "split-sequence" = quicklisp-to-nix-packages."split-sequence";
- }));
-
-
"rfc2388" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."rfc2388" or (x: {}))
@@ -227,44 +224,41 @@ let quicklisp-to-nix-packages = rec {
}));
+ "jonathan" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."jonathan" or (x: {}))
+ (import ./quicklisp-to-nix-output/jonathan.nix {
+ inherit fetchurl;
+ "babel" = quicklisp-to-nix-packages."babel";
+ "cl-annot" = quicklisp-to-nix-packages."cl-annot";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "fast-io" = quicklisp-to-nix-packages."fast-io";
+ "proc-parse" = quicklisp-to-nix-packages."proc-parse";
+ "trivial-types" = quicklisp-to-nix-packages."trivial-types";
+ }));
+
+
+ "puri" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."puri" or (x: {}))
+ (import ./quicklisp-to-nix-output/puri.nix {
+ inherit fetchurl;
+ }));
+
+
"cl+ssl" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl+ssl" or (x: {}))
(import ./quicklisp-to-nix-output/cl+ssl.nix {
inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
"cffi" = quicklisp-to-nix-packages."cffi";
- "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
"flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
"trivial-garbage" = quicklisp-to-nix-packages."trivial-garbage";
- "uiop" = quicklisp-to-nix-packages."uiop";
- }));
-
-
- "flexi-streams" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."flexi-streams" or (x: {}))
- (import ./quicklisp-to-nix-output/flexi-streams.nix {
- inherit fetchurl;
"trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
- }));
-
-
- "cl-fad" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-fad" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-fad.nix {
- inherit fetchurl;
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- }));
-
-
- "cl-base64" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-base64" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-base64.nix {
- inherit fetchurl;
+ "uiop" = quicklisp-to-nix-packages."uiop";
}));
@@ -277,6 +271,278 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cxml-test" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-test" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-test.nix {
+ inherit fetchurl;
+ "cxml-dom" = quicklisp-to-nix-packages."cxml-dom";
+ "cxml-klacks" = quicklisp-to-nix-packages."cxml-klacks";
+ "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
+ }));
+
+
+ "cxml-klacks" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-klacks" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-klacks.nix {
+ inherit fetchurl;
+ "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
+ }));
+
+
+ "cxml-dom" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-dom" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-dom.nix {
+ inherit fetchurl;
+ "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
+ }));
+
+
+ "named-readtables" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."named-readtables" or (x: {}))
+ (import ./quicklisp-to-nix-output/named-readtables.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-annot" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-annot" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-annot.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
+ "metabang-bind" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."metabang-bind" or (x: {}))
+ (import ./quicklisp-to-nix-output/metabang-bind.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-l10n-cldr" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-l10n-cldr" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-l10n-cldr.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-fad" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-fad" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-fad.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ }));
+
+
+ "cffi-grovel" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-grovel" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-grovel.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cffi-toolchain" = quicklisp-to-nix-packages."cffi-toolchain";
+ }));
+
+
+ "cl-libuv" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-libuv" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-libuv.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cffi-grovel" = quicklisp-to-nix-packages."cffi-grovel";
+ }));
+
+
+ "cl-async-util" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-async-util" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-async-util.nix {
+ inherit fetchurl;
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cl-async-base" = quicklisp-to-nix-packages."cl-async-base";
+ "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "fast-io" = quicklisp-to-nix-packages."fast-io";
+ "vom" = quicklisp-to-nix-packages."vom";
+ }));
+
+
+ "cl-async-base" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-async-base" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-async-base.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
+ }));
+
+
+ "trivial-gray-streams" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."trivial-gray-streams" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-gray-streams.nix {
+ inherit fetchurl;
+ }));
+
+
+ "uiop" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."uiop" or (x: {}))
+ (import ./quicklisp-to-nix-output/uiop.nix {
+ inherit fetchurl;
+ }));
+
+
+ "myway" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."myway" or (x: {}))
+ (import ./quicklisp-to-nix-output/myway.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
+ "map-set" = quicklisp-to-nix-packages."map-set";
+ "quri" = quicklisp-to-nix-packages."quri";
+ }));
+
+
+ "do-urlencode" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."do-urlencode" or (x: {}))
+ (import ./quicklisp-to-nix-output/do-urlencode.nix {
+ inherit fetchurl;
+ "babel" = quicklisp-to-nix-packages."babel";
+ "babel-streams" = quicklisp-to-nix-packages."babel-streams";
+ }));
+
+
+ "clack-v1-compat" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clack-v1-compat" or (x: {}))
+ (import ./quicklisp-to-nix-output/clack-v1-compat.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-syntax" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-syntax" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-syntax.nix {
+ inherit fetchurl;
+ "named-readtables" = quicklisp-to-nix-packages."named-readtables";
+ "trivial-types" = quicklisp-to-nix-packages."trivial-types";
+ }));
+
+
+ "cl-project" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-project" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-project.nix {
+ inherit fetchurl;
+ "cl-emb" = quicklisp-to-nix-packages."cl-emb";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "local-time" = quicklisp-to-nix-packages."local-time";
+ "prove" = quicklisp-to-nix-packages."prove";
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ }));
+
+
+ "cl-emb" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-emb" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-emb.nix {
+ inherit fetchurl;
+ }));
+
+
+ "anaphora" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."anaphora" or (x: {}))
+ (import ./quicklisp-to-nix-output/anaphora.nix {
+ inherit fetchurl;
+ }));
+
+
+ "vom" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."vom" or (x: {}))
+ (import ./quicklisp-to-nix-output/vom.nix {
+ inherit fetchurl;
+ }));
+
+
+ "trivial-features" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."trivial-features" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-features.nix {
+ inherit fetchurl;
+ }));
+
+
+ "yason" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."yason" or (x: {}))
+ (import ./quicklisp-to-nix-output/yason.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "xsubseq" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."xsubseq" or (x: {}))
+ (import ./quicklisp-to-nix-output/xsubseq.nix {
+ inherit fetchurl;
+ }));
+
+
+ "xmls" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."xmls" or (x: {}))
+ (import ./quicklisp-to-nix-output/xmls.nix {
+ inherit fetchurl;
+ }));
+
+
+ "wookie" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."wookie" or (x: {}))
+ (import ./quicklisp-to-nix-output/wookie.nix {
+ inherit fetchurl;
+ }));
+
+
+ "woo" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."woo" or (x: {}))
+ (import ./quicklisp-to-nix-output/woo.nix {
+ inherit fetchurl;
+ }));
+
+
+ "usocket" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."usocket" or (x: {}))
+ (import ./quicklisp-to-nix-output/usocket.nix {
+ inherit fetchurl;
+ "split-sequence" = quicklisp-to-nix-packages."split-sequence";
+ }));
+
+
"trivial-utf-8" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."trivial-utf-8" or (x: {}))
@@ -285,10 +551,18 @@ let quicklisp-to-nix-packages = rec {
}));
- "iterate" = buildLispPackage
+ "trivial-types" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."iterate" or (x: {}))
- (import ./quicklisp-to-nix-output/iterate.nix {
+ (qlOverrides."trivial-types" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-types.nix {
+ inherit fetchurl;
+ }));
+
+
+ "trivial-mimes" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."trivial-mimes" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-mimes.nix {
inherit fetchurl;
}));
@@ -301,56 +575,170 @@ let quicklisp-to-nix-packages = rec {
}));
- "bordeaux-threads" = buildLispPackage
+ "stumpwm" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."bordeaux-threads" or (x: {}))
- (import ./quicklisp-to-nix-output/bordeaux-threads.nix {
+ (qlOverrides."stumpwm" or (x: {}))
+ (import ./quicklisp-to-nix-output/stumpwm.nix {
+ inherit fetchurl;
+ }));
+
+
+ "static-vectors" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."static-vectors" or (x: {}))
+ (import ./quicklisp-to-nix-output/static-vectors.nix {
inherit fetchurl;
"alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cffi-grovel" = quicklisp-to-nix-packages."cffi-grovel";
}));
- "cl-utilities" = buildLispPackage
+ "split-sequence" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."cl-utilities" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-utilities.nix {
+ (qlOverrides."split-sequence" or (x: {}))
+ (import ./quicklisp-to-nix-output/split-sequence.nix {
inherit fetchurl;
}));
- "cffi" = buildLispPackage
+ "smart-buffer" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."cffi" or (x: {}))
- (import ./quicklisp-to-nix-output/cffi.nix {
+ (qlOverrides."smart-buffer" or (x: {}))
+ (import ./quicklisp-to-nix-output/smart-buffer.nix {
inherit fetchurl;
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
"uiop" = quicklisp-to-nix-packages."uiop";
+ "xsubseq" = quicklisp-to-nix-packages."xsubseq";
+ }));
+
+
+ "salza2" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."salza2" or (x: {}))
+ (import ./quicklisp-to-nix-output/salza2.nix {
+ inherit fetchurl;
+ }));
+
+
+ "quri" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."quri" or (x: {}))
+ (import ./quicklisp-to-nix-output/quri.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "babel" = quicklisp-to-nix-packages."babel";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
+ "split-sequence" = quicklisp-to-nix-packages."split-sequence";
+ }));
+
+
+ "prove" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."prove" or (x: {}))
+ (import ./quicklisp-to-nix-output/prove.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cl-ansi-text" = quicklisp-to-nix-packages."cl-ansi-text";
+ "cl-colors" = quicklisp-to-nix-packages."cl-colors";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ }));
+
+
+ "proc-parse" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."proc-parse" or (x: {}))
+ (import ./quicklisp-to-nix-output/proc-parse.nix {
+ inherit fetchurl;
"alexandria" = quicklisp-to-nix-packages."alexandria";
- "trivial-features" = quicklisp-to-nix-packages."trivial-features";
"babel" = quicklisp-to-nix-packages."babel";
}));
- "clx" = buildLispPackage
+ "plump" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."clx" or (x: {}))
- (import ./quicklisp-to-nix-output/clx.nix {
+ (qlOverrides."plump" or (x: {}))
+ (import ./quicklisp-to-nix-output/plump.nix {
+ inherit fetchurl;
+ "plump-dom" = quicklisp-to-nix-packages."plump-dom";
+ "plump-lexer" = quicklisp-to-nix-packages."plump-lexer";
+ "plump-parser" = quicklisp-to-nix-packages."plump-parser";
+ }));
+
+
+ "optima" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."optima" or (x: {}))
+ (import ./quicklisp-to-nix-output/optima.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "closer-mop" = quicklisp-to-nix-packages."closer-mop";
+ }));
+
+
+ "marshal" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."marshal" or (x: {}))
+ (import ./quicklisp-to-nix-output/marshal.nix {
inherit fetchurl;
}));
- "cl-ppcre" = buildLispPackage
+ "lquery" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."cl-ppcre" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-ppcre.nix {
+ (qlOverrides."lquery" or (x: {}))
+ (import ./quicklisp-to-nix-output/lquery.nix {
+ inherit fetchurl;
+ "array-utils" = quicklisp-to-nix-packages."array-utils";
+ "clss" = quicklisp-to-nix-packages."clss";
+ "form-fiddle" = quicklisp-to-nix-packages."form-fiddle";
+ "plump" = quicklisp-to-nix-packages."plump";
+ }));
+
+
+ "local-time" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."local-time" or (x: {}))
+ (import ./quicklisp-to-nix-output/local-time.nix {
+ inherit fetchurl;
+ "cl-fad" = quicklisp-to-nix-packages."cl-fad";
+ }));
+
+
+ "lev" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."lev" or (x: {}))
+ (import ./quicklisp-to-nix-output/lev.nix {
+ inherit fetchurl;
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ }));
+
+
+ "lack" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."lack" or (x: {}))
+ (import ./quicklisp-to-nix-output/lack.nix {
+ inherit fetchurl;
+ "lack-component" = quicklisp-to-nix-packages."lack-component";
+ "lack-util" = quicklisp-to-nix-packages."lack-util";
+ }));
+
+
+ "iterate" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."iterate" or (x: {}))
+ (import ./quicklisp-to-nix-output/iterate.nix {
inherit fetchurl;
}));
- "alexandria" = buildLispPackage
+ "ironclad" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."alexandria" or (x: {}))
- (import ./quicklisp-to-nix-output/alexandria.nix {
+ (qlOverrides."ironclad" or (x: {}))
+ (import ./quicklisp-to-nix-output/ironclad.nix {
inherit fetchurl;
+ "nibbles" = quicklisp-to-nix-packages."nibbles";
}));
@@ -359,26 +747,78 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."iolib" or (x: {}))
(import ./quicklisp-to-nix-output/iolib.nix {
inherit fetchurl;
- "iolib/base" = quicklisp-to-nix-packages."iolib/base";
- "iolib/multiplex" = quicklisp-to-nix-packages."iolib/multiplex";
- "iolib/streams" = quicklisp-to-nix-packages."iolib/streams";
- "iolib/sockets" = quicklisp-to-nix-packages."iolib/sockets";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "babel" = quicklisp-to-nix-packages."babel";
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "idna" = quicklisp-to-nix-packages."idna";
+ "split-sequence" = quicklisp-to-nix-packages."split-sequence";
+ "swap-bytes" = quicklisp-to-nix-packages."swap-bytes";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "uiop" = quicklisp-to-nix-packages."uiop";
}));
- "drakma" = buildLispPackage
+ "hunchentoot" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."drakma" or (x: {}))
- (import ./quicklisp-to-nix-output/drakma.nix {
+ (qlOverrides."hunchentoot" or (x: {}))
+ (import ./quicklisp-to-nix-output/hunchentoot.nix {
inherit fetchurl;
- "puri" = quicklisp-to-nix-packages."puri";
- "cl-base64" = quicklisp-to-nix-packages."cl-base64";
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
"chunga" = quicklisp-to-nix-packages."chunga";
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "chipz" = quicklisp-to-nix-packages."chipz";
- "usocket" = quicklisp-to-nix-packages."usocket";
"cl+ssl" = quicklisp-to-nix-packages."cl+ssl";
+ "cl-base64" = quicklisp-to-nix-packages."cl-base64";
+ "cl-fad" = quicklisp-to-nix-packages."cl-fad";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "md5" = quicklisp-to-nix-packages."md5";
+ "rfc2388" = quicklisp-to-nix-packages."rfc2388";
+ "trivial-backtrace" = quicklisp-to-nix-packages."trivial-backtrace";
+ "usocket" = quicklisp-to-nix-packages."usocket";
+ }));
+
+
+ "http-body" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."http-body" or (x: {}))
+ (import ./quicklisp-to-nix-output/http-body.nix {
+ inherit fetchurl;
+ "babel" = quicklisp-to-nix-packages."babel";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
+ "fast-http" = quicklisp-to-nix-packages."fast-http";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "jonathan" = quicklisp-to-nix-packages."jonathan";
+ "quri" = quicklisp-to-nix-packages."quri";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "flexi-streams" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."flexi-streams" or (x: {}))
+ (import ./quicklisp-to-nix-output/flexi-streams.nix {
+ inherit fetchurl;
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "fast-io" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."fast-io" or (x: {}))
+ (import ./quicklisp-to-nix-output/fast-io.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "static-vectors" = quicklisp-to-nix-packages."static-vectors";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "fast-http" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."fast-http" or (x: {}))
+ (import ./quicklisp-to-nix-output/fast-http.nix {
+ inherit fetchurl;
}));
@@ -391,25 +831,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "hunchentoot" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."hunchentoot" or (x: {}))
- (import ./quicklisp-to-nix-output/hunchentoot.nix {
- inherit fetchurl;
- "chunga" = quicklisp-to-nix-packages."chunga";
- "cl-base64" = quicklisp-to-nix-packages."cl-base64";
- "cl-fad" = quicklisp-to-nix-packages."cl-fad";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "cl+ssl" = quicklisp-to-nix-packages."cl+ssl";
- "md5" = quicklisp-to-nix-packages."md5";
- "rfc2388" = quicklisp-to-nix-packages."rfc2388";
- "trivial-backtrace" = quicklisp-to-nix-packages."trivial-backtrace";
- "usocket" = quicklisp-to-nix-packages."usocket";
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- }));
-
-
"esrap" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."esrap" or (x: {}))
@@ -419,28 +840,296 @@ let quicklisp-to-nix-packages = rec {
}));
+ "drakma" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."drakma" or (x: {}))
+ (import ./quicklisp-to-nix-output/drakma.nix {
+ inherit fetchurl;
+ "chipz" = quicklisp-to-nix-packages."chipz";
+ "chunga" = quicklisp-to-nix-packages."chunga";
+ "cl+ssl" = quicklisp-to-nix-packages."cl+ssl";
+ "cl-base64" = quicklisp-to-nix-packages."cl-base64";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "puri" = quicklisp-to-nix-packages."puri";
+ "usocket" = quicklisp-to-nix-packages."usocket";
+ }));
+
+
+ "dexador" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."dexador" or (x: {}))
+ (import ./quicklisp-to-nix-output/dexador.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cxml" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml.nix {
+ inherit fetchurl;
+ "cxml-dom" = quicklisp-to-nix-packages."cxml-dom";
+ "cxml-klacks" = quicklisp-to-nix-packages."cxml-klacks";
+ "cxml-test" = quicklisp-to-nix-packages."cxml-test";
+ }));
+
+
+ "css-lite" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."css-lite" or (x: {}))
+ (import ./quicklisp-to-nix-output/css-lite.nix {
+ inherit fetchurl;
+ }));
+
+
+ "parenscript" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."parenscript" or (x: {}))
+ (import ./quicklisp-to-nix-output/parenscript.nix {
+ inherit fetchurl;
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "named-readtables" = quicklisp-to-nix-packages."named-readtables";
+ }));
+
+
+ "clx" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clx" or (x: {}))
+ (import ./quicklisp-to-nix-output/clx.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-who" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-who" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-who.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-utilities" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-utilities" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-utilities.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-unicode" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-unicode" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-unicode.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-syntax-annot" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-syntax-annot" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-syntax-annot.nix {
+ inherit fetchurl;
+ "cl-annot" = quicklisp-to-nix-packages."cl-annot";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ }));
+
+
+ "cl-reexport" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-reexport" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-reexport.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
+ "cl-ppcre" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-ppcre" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-ppcre.nix {
+ inherit fetchurl;
+ }));
+
+
+ "closer-mop" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."closer-mop" or (x: {}))
+ (import ./quicklisp-to-nix-output/closer-mop.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-l10n" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-l10n" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-l10n.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cl-fad" = quicklisp-to-nix-packages."cl-fad";
+ "cl-l10n-cldr" = quicklisp-to-nix-packages."cl-l10n-cldr";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "closer-mop" = quicklisp-to-nix-packages."closer-mop";
+ "cxml" = quicklisp-to-nix-packages."cxml";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "iterate" = quicklisp-to-nix-packages."iterate";
+ "local-time" = quicklisp-to-nix-packages."local-time";
+ "metabang-bind" = quicklisp-to-nix-packages."metabang-bind";
+ }));
+
+
+ "cl-json" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-json" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-json.nix {
+ inherit fetchurl;
+ }));
+
+
"cl-fuse" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-fuse" or (x: {}))
(import ./quicklisp-to-nix-output/cl-fuse.nix {
inherit fetchurl;
- "cffi" = quicklisp-to-nix-packages."cffi";
- "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
"bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "trivial-backtrace" = quicklisp-to-nix-packages."trivial-backtrace";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cffi-grovel" = quicklisp-to-nix-packages."cffi-grovel";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
"iterate" = quicklisp-to-nix-packages."iterate";
+ "trivial-backtrace" = quicklisp-to-nix-packages."trivial-backtrace";
"trivial-utf-8" = quicklisp-to-nix-packages."trivial-utf-8";
}));
- "stumpwm" = buildLispPackage
+ "cl-cookie" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."stumpwm" or (x: {}))
- (import ./quicklisp-to-nix-output/stumpwm.nix {
+ (qlOverrides."cl-cookie" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-cookie.nix {
inherit fetchurl;
"alexandria" = quicklisp-to-nix-packages."alexandria";
"cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "clx" = quicklisp-to-nix-packages."clx";
+ "local-time" = quicklisp-to-nix-packages."local-time";
+ "proc-parse" = quicklisp-to-nix-packages."proc-parse";
+ "quri" = quicklisp-to-nix-packages."quri";
+ }));
+
+
+ "cl-base64" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-base64" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-base64.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-async" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-async" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-async.nix {
+ inherit fetchurl;
+ "babel" = quicklisp-to-nix-packages."babel";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cl-async-base" = quicklisp-to-nix-packages."cl-async-base";
+ "cl-async-util" = quicklisp-to-nix-packages."cl-async-util";
+ "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "static-vectors" = quicklisp-to-nix-packages."static-vectors";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ }));
+
+
+ "clack" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clack" or (x: {}))
+ (import ./quicklisp-to-nix-output/clack.nix {
+ inherit fetchurl;
+ }));
+
+
+ "circular-streams" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."circular-streams" or (x: {}))
+ (import ./quicklisp-to-nix-output/circular-streams.nix {
+ inherit fetchurl;
+ "fast-io" = quicklisp-to-nix-packages."fast-io";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "chipz" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."chipz" or (x: {}))
+ (import ./quicklisp-to-nix-output/chipz.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cffi" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "babel" = quicklisp-to-nix-packages."babel";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ }));
+
+
+ "caveman" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."caveman" or (x: {}))
+ (import ./quicklisp-to-nix-output/caveman.nix {
+ inherit fetchurl;
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
+ "cl-emb" = quicklisp-to-nix-packages."cl-emb";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-project" = quicklisp-to-nix-packages."cl-project";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "clack-v1-compat" = quicklisp-to-nix-packages."clack-v1-compat";
+ "do-urlencode" = quicklisp-to-nix-packages."do-urlencode";
+ "local-time" = quicklisp-to-nix-packages."local-time";
+ "myway" = quicklisp-to-nix-packages."myway";
+ }));
+
+
+ "bordeaux-threads" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."bordeaux-threads" or (x: {}))
+ (import ./quicklisp-to-nix-output/bordeaux-threads.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
+ "blackbird" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."blackbird" or (x: {}))
+ (import ./quicklisp-to-nix-output/blackbird.nix {
+ inherit fetchurl;
+ "vom" = quicklisp-to-nix-packages."vom";
+ }));
+
+
+ "babel" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."babel" or (x: {}))
+ (import ./quicklisp-to-nix-output/babel.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ }));
+
+
+ "alexandria" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."alexandria" or (x: {}))
+ (import ./quicklisp-to-nix-output/alexandria.nix {
+ inherit fetchurl;
}));
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp b/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp
index dc4b14c1f60..3711ab957e0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp
@@ -59,7 +59,7 @@
(nix-prefetch-url local-url)))
(ideal-md5 (ql-dist:archive-md5 ql-release))
(file-md5 (getf archive-data :md5))
- (raw-dependencies (asdf:system-depends-on asdf-system))
+ (raw-dependencies (ql-dist:required-systems ql-system))
(dependencies (remove-if-not 'ql-dist:find-system raw-dependencies))
(deps (mapcar (lambda (x) (list :name x)) dependencies))
(name (string-downcase (format nil "~a" system)))
@@ -75,6 +75,7 @@
:url url
:md5 file-md5
:name name
+ :testname (gethash name testnames)
:filename (escape-filename name)
:deps deps
:dependencies dependencies
@@ -110,6 +111,7 @@
finally (return res))))
(defun ql-to-nix (target-directory)
+ (load (format nil "~a/quicklisp-to-nix-overrides.lisp" target-directory))
(let*
((systems
(cl-ppcre:split
From f9cb8775b3ef6706bbdc232d7844645ca96bf08f Mon Sep 17 00:00:00 2001
From: Joachim Fasting
Date: Thu, 30 Mar 2017 22:47:42 +0200
Subject: [PATCH 21/57] linux_4_9: 4.9.18 -> 4.9.19
---
pkgs/os-specific/linux/kernel/linux-4.9.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix
index 586627c5925..54358a06491 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.9.18";
+ version = "4.9.19";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1lb18b29ykia9v2ryj1w6chwh19hmv6ynfjhl9p66rsnm09fl3m1";
+ sha256 = "004qj678i7y951b48yb199hh0kjwicj784c6sbkyvy2y3162fykg";
};
kernelPatches = args.kernelPatches;
From 163668f6c4ca3db6690eeaba54afc1e755833b4e Mon Sep 17 00:00:00 2001
From: Robin Gloster
Date: Thu, 30 Mar 2017 19:14:56 +0200
Subject: [PATCH 22/57] Release Notes 17.03: update on master
---
nixos/doc/manual/release-notes/rl-1703.xml | 227 +++++++++++++++++++--
1 file changed, 205 insertions(+), 22 deletions(-)
diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml
index e0c7d0c25e2..8bee9e63bb7 100644
--- a/nixos/doc/manual/release-notes/rl-1703.xml
+++ b/nixos/doc/manual/release-notes/rl-1703.xml
@@ -4,7 +4,15 @@
version="5.0"
xml:id="sec-release-17.03">
-Release 17.03 (“XXX”, 2017/03/??)
+Release 17.03 (“Gorilla”, 2017/03/31)
+
+
+
+Highlights
In addition to numerous new and upgraded packages, this release
has the following highlights:
@@ -16,19 +24,40 @@ has the following highlights:
manual for more information.
+
+ This release is based on Glibc 2.25, GCC 5.4.0 and systemd
+ 232. The default Linux kernel is 4.9 and Nix is at 1.11.8.
+
+
+
+ The default desktop environment now is KDE's Plasma 5. KDE 4 has been removed
+
+
The setuid wrapper functionality now supports setting
capabilities.
- X.org server uses branch 1.19. Due to ABI incompatibilities,
+ X.org server uses branch 1.19. Due to ABI incompatibilities,
ati_unfree keeps forcing 1.17
and amdgpu-pro starts forcing 1.18.
- PHP now defaults to PHP 7.1
+
+ Cross compilation has been rewritten. See the nixpkgs manual for
+ details. The most obvious breaking change is that in derivations there is no
+ .nativeDrv nor .crossDrv are now
+ cross by default, not native.
+
+
+
+
+ The overridePackages function has been rewritten
+ to be replaced by
+ overlays
@@ -38,16 +67,123 @@ has the following highlights:
manual for more information.
+
+ PHP now defaults to PHP 7.1
+
+
+
+
+ The user handling now keeps track of deallocated UIDs/GIDs. When a user
+ or group is revived, this allows it to be allocated the UID/GID it had before.
+ A consequence is that UIDs and GIDs are no longer reused.
+
+
+
+
+
+
+New Services
+
The following new services were added since the last release:
-
-
-
+ hardware/ckb.nix
+ hardware/mcelog.nix
+ hardware/usb-wwan.nix
+ hardware/video/capture/mwprocapture.nix
+ programs/adb.nix
+ programs/chromium.nix
+ programs/gphoto2.nix
+ programs/java.nix
+ programs/mtr.nix
+ programs/oblogout.nix
+ programs/vim.nix
+ programs/wireshark.nix
+ security/dhparams.nix
+ services/audio/ympd.nix
+ services/computing/boinc/client.nix
+ services/continuous-integration/buildbot/master.nix
+ services/continuous-integration/buildbot/worker.nix
+ services/continuous-integration/gitlab-runner.nix
+ services/databases/riak-cs.nix
+ services/databases/stanchion.nix
+ services/desktops/gnome3/gnome-terminal-server.nix
+ services/editors/infinoted.nix
+ services/hardware/illum.nix
+ services/hardware/trezord.nix
+ services/logging/journalbeat.nix
+ services/mail/offlineimap.nix
+ services/mail/postgrey.nix
+ services/misc/couchpotato.nix
+ services/misc/docker-registry.nix
+ services/misc/errbot.nix
+ services/misc/geoip-updater.nix
+ services/misc/gogs.nix
+ services/misc/leaps.nix
+ services/misc/nix-optimise.nix
+ services/misc/ssm-agent.nix
+ services/misc/sssd.nix
+ services/monitoring/arbtt.nix
+ services/monitoring/netdata.nix
+ services/monitoring/prometheus/default.nix
+ services/monitoring/prometheus/alertmanager.nix
+ services/monitoring/prometheus/blackbox-exporter.nix
+ services/monitoring/prometheus/json-exporter.nix
+ services/monitoring/prometheus/nginx-exporter.nix
+ services/monitoring/prometheus/node-exporter.nix
+ services/monitoring/prometheus/snmp-exporter.nix
+ services/monitoring/prometheus/unifi-exporter.nix
+ services/monitoring/prometheus/varnish-exporter.nix
+ services/monitoring/sysstat.nix
+ services/monitoring/telegraf.nix
+ services/monitoring/vnstat.nix
+ services/network-filesystems/cachefilesd.nix
+ services/network-filesystems/glusterfs.nix
+ services/network-filesystems/ipfs.nix
+ services/networking/dante.nix
+ services/networking/dnscrypt-wrapper.nix
+ services/networking/fakeroute.nix
+ services/networking/flannel.nix
+ services/networking/htpdate.nix
+ services/networking/miredo.nix
+ services/networking/nftables.nix
+ services/networking/powerdns.nix
+ services/networking/pdns-recursor.nix
+ services/networking/quagga.nix
+ services/networking/redsocks.nix
+ services/networking/wireguard.nix
+ services/system/cgmanager.nix
+ services/torrent/opentracker.nix
+ services/web-apps/atlassian/confluence.nix
+ services/web-apps/atlassian/crowd.nix
+ services/web-apps/atlassian/jira.nix
+ services/web-apps/frab.nix
+ services/web-apps/nixbot.nix
+ services/web-apps/selfoss.nix
+ services/web-apps/quassel-webserver.nix
+ services/x11/unclutter-xfixes.nix
+ services/x11/urxvtd.nix
+ system/boot/systemd-nspawn.nix
+ virtualisation/ecs-agent.nix
+ virtualisation/lxcfs.nix
+ virtualisation/openstack/keystone.nix
+ virtualisation/openstack/glance.nix
+
+
+
+Backward Incompatibilities
When upgrading from a previous release, please be aware of the
following incompatible changes:
@@ -55,10 +191,8 @@ following incompatible changes:
- Cross compilation has been rewritten. See the nixpkgs manual for
- details. The most obvious breaking change is that derivations absent a
- .nativeDrv or .crossDrv are now
- cross by default, not native.
+ Derivations have no .nativeDrv nor .crossDrv
+ and are now cross by default, not native.
@@ -174,7 +308,7 @@ following incompatible changes:
overridePackages function no longer exists.
It is replaced by
- overlays. For example, the following code:
+ overlays. For example, the following code:
let
@@ -250,18 +384,38 @@ following incompatible changes:
The dnscrypt-proxy module interface has been streamlined around the
- option. Where possible, legacy option
+ option. Where possible, legacy option
declarations are mapped to but will emit
- warnings. The has been outright
+ warnings. The has been outright
removed: to use an unlisted resolver, use the
option.
+
+
+ torbrowser now stores local state under
+ ~/.local/share/tor-browser by default. Any
+ browser profile data from the old location,
+ ~/.torbrowser4, must be migrated manually.
+
+
+
+
+
+ The ihaskell, monetdb, offlineimap and sitecopy services have been removed.
+
+
+
+
-Other notable changes:
+Other Notable Changes
@@ -287,7 +441,11 @@ following incompatible changes:
- The Python 2.7 interpreter does not use modules anymore. Instead, all CPython interpreters now include the whole standard library except for `tkinter`, which is available in the Python package set.
+
+ The Python 2.7 interpreter does not use modules anymore. Instead, all
+ CPython interpreters now include the whole standard library except for `tkinter`,
+ which is available in the Python package set.
+
@@ -301,17 +459,23 @@ following incompatible changes:
- The Python package sets now use a fixed-point combinator and the sets are available as attributes of the interpreters.
+
+ The Python package sets now use a fixed-point combinator and the sets are
+ available as attributes of the interpreters.
+
- The Python function `buildPythonPackage` has been improved and can be used to build from Setuptools source, Flit source, and precompiled Wheels.
+
+ The Python function buildPythonPackage has been improved and can be
+ used to build from Setuptools source, Flit source, and precompiled Wheels.
+
When adding new or updating current Python libraries, the expressions should be put
- in separate files in pkgs/development/python-modules and
+ in separate files in pkgs/development/python-modules and
called from python-packages.nix.
@@ -319,13 +483,32 @@ following incompatible changes:
The dnscrypt-proxy service supports synchronizing the list of public
- resolvers without working DNS resolution. This fixes issues caused by the
- resolver list becoming outdated. It also improves the viability of
+ resolvers without working DNS resolution. This fixes issues caused by the
+ resolver list becoming outdated. It also improves the viability of
DNSCrypt only configurations.
+
+
+ Containers using bridged networking no longer lose their connection after
+ changes to the host networking.
+
+
+
+
+
+ ZFS supports pool auto scrubbing.
+
+
+
+
+
+ The bind DNS utilities (e.g. dig) have been split into their own output and
+ are now also available in pkgs.dnsutils and it is no longer
+ necessary to pull in all of bind to use them.
+
+
-
-
+
From ae696ba3d6ffbd3c5c285363dbd0b0f9db846909 Mon Sep 17 00:00:00 2001
From: pmahoney
Date: Thu, 30 Mar 2017 17:09:42 -0500
Subject: [PATCH 23/57] wrk: use packaged openssl, luajit (#24481)
This has the side effect of now building on darwin. Previously, the
vendored luajit would fail to build.
---
pkgs/tools/networking/wrk/default.nix | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/pkgs/tools/networking/wrk/default.nix b/pkgs/tools/networking/wrk/default.nix
index c8315d0c3f5..226180196fd 100644
--- a/pkgs/tools/networking/wrk/default.nix
+++ b/pkgs/tools/networking/wrk/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, openssl, perl }:
+{ stdenv, fetchFromGitHub, luajit, openssl, perl }:
stdenv.mkDerivation rec {
name = "wrk-${version}";
@@ -11,7 +11,16 @@ stdenv.mkDerivation rec {
sha256 = "1qg6w8xz4pr227h1gxrbm6ylhqvspk95hvq2f9iakni7s56pkh1w";
};
- buildInputs = [ openssl perl ];
+ buildInputs = [ luajit openssl perl ];
+
+ makeFlags = [ "WITH_LUAJIT=${luajit}" "WITH_OPENSSL=${openssl.dev}" "VER=${version}" ];
+
+ preBuild = ''
+ for f in src/*.h; do
+ substituteInPlace $f \
+ --replace "#include
Date: Thu, 30 Mar 2017 17:41:55 -0500
Subject: [PATCH 24/57] parcellite: 1.1.9 -> 1.2.1
---
pkgs/tools/misc/parcellite/default.nix | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/pkgs/tools/misc/parcellite/default.nix b/pkgs/tools/misc/parcellite/default.nix
index 9cd8c28c7f0..0865044eac6 100644
--- a/pkgs/tools/misc/parcellite/default.nix
+++ b/pkgs/tools/misc/parcellite/default.nix
@@ -1,19 +1,24 @@
-{ stdenv, fetchurl, pkgconfig, intltool, gtk2 }:
+{ stdenv, fetchFromGitHub, autoreconfHook
+, gtk2, intltool, pkgconfig }:
stdenv.mkDerivation rec {
- name = "parcellite-1.1.9";
+ name = "parcellite-${version}";
+ version = "1.2.1";
- src = fetchurl {
- url = "mirror://sourceforge/parcellite/${name}.tar.gz";
- sha256 = "1m0igxny8f8hlbwcbsr4vg08808sqwy05h61ia2bxsrf122rba6b";
+ src = fetchFromGitHub {
+ owner = "rickyrockrat";
+ repo = "parcellite";
+ rev = version;
+ sha256 = "19q4x6x984s6gxk1wpzaxawgvly5vnihivrhmja2kcxhzqrnfhiy";
};
- buildInputs = [ pkgconfig intltool gtk2 ];
+ nativeBuildInputs = [ autoreconfHook intltool pkgconfig ];
+ buildInputs = [ gtk2 ];
- meta = {
+ meta = with stdenv.lib; {
description = "Lightweight GTK+ clipboard manager";
- homepage = "http://parcellite.sourceforge.net";
- license = stdenv.lib.licenses.gpl3Plus;
- platforms = stdenv.lib.platforms.linux;
+ homepage = https://github.com/rickyrockrat/parcellite;
+ license = licenses.gpl3Plus;
+ platforms = platforms.linux;
};
}
From 09e4ece6e18dbc7dea92245f36fadb6b0a0cfac2 Mon Sep 17 00:00:00 2001
From: Benjamin Staffin
Date: Thu, 30 Mar 2017 15:58:48 -0400
Subject: [PATCH 25/57] latte-dock: init at 0.5.98
---
pkgs/applications/misc/latte-dock/default.nix | 26 +++++++++++++++++++
pkgs/top-level/all-packages.nix | 2 ++
2 files changed, 28 insertions(+)
create mode 100644 pkgs/applications/misc/latte-dock/default.nix
diff --git a/pkgs/applications/misc/latte-dock/default.nix b/pkgs/applications/misc/latte-dock/default.nix
new file mode 100644
index 00000000000..8792a07e3e9
--- /dev/null
+++ b/pkgs/applications/misc/latte-dock/default.nix
@@ -0,0 +1,26 @@
+{ stdenv, lib, cmake, plasma-framework, fetchFromGitHub }:
+
+let version = "0.5.98"; in
+
+stdenv.mkDerivation {
+ name = "latte-dock-${version}";
+
+ src = fetchFromGitHub {
+ owner = "psifidotos";
+ repo = "Latte-Dock";
+ rev = version;
+ sha256 = "0z02ipbbv0dmcxs2g3dq5h62klhijni1i4ikq903hjg0j2cqg5xh";
+ };
+
+ buildInputs = [ plasma-framework ];
+
+ nativeBuildInputs = [ cmake ];
+
+ meta = with stdenv.lib; {
+ description = "Dock-style app launcher based on Plasma frameworks";
+ homepage = https://github.com/psifidotos/Latte-Dock;
+ license = licenses.gpl2;
+ platforms = platforms.unix;
+ maintainers = [ maintainers.benley ];
+ };
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8c9b87a3afe..c41c5ebff5a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17049,6 +17049,8 @@ with pkgs;
redshift-plasma-applet = libsForQt5.callPackage ../applications/misc/redshift-plasma-applet { };
+ latte-dock = libsForQt5.callPackage ../applications/misc/latte-dock { };
+
orion = callPackage ../misc/themes/orion {};
albatross = callPackage ../misc/themes/albatross { };
From 6b5193bcd9de2404023b3a0639ea25240263ee31 Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Thu, 30 Mar 2017 22:12:05 -0400
Subject: [PATCH 26/57] linux: 4.4.57 -> 4.4.58
---
pkgs/os-specific/linux/kernel/linux-4.4.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-4.4.nix b/pkgs/os-specific/linux/kernel/linux-4.4.nix
index c6a220b9c52..dfa5093bedc 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.4.57";
+ version = "4.4.58";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1jmjb7pmk8mjy7pyz58a3xs5rx2m7p6kzy4n9mp000b4zqb2kzwj";
+ sha256 = "1kdgd3pbpscpn5fd34m0djw4h69wcab5qnrji63dal2q74fn1pn2";
};
kernelPatches = args.kernelPatches;
From ecca15288706bfa40d02c4e6ec5f990eca87a3ef Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Thu, 30 Mar 2017 22:12:26 -0400
Subject: [PATCH 27/57] linux: 4.10.6 -> 4.10.7
---
pkgs/os-specific/linux/kernel/linux-4.10.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-4.10.nix b/pkgs/os-specific/linux/kernel/linux-4.10.nix
index 01fa2a8fb63..fb2ddcca5be 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.10.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.10.6";
+ version = "4.10.7";
extraMeta.branch = "4.10";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1vjdd0i4k6m8nx5npwz5p3czg61j93wchw5amggrqfaarwy2j6j5";
+ sha256 = "18928ylwwwq37q6znw1r3fbdrw46740v74y0ml03vvpr9mfgqw7x";
};
kernelPatches = args.kernelPatches;
From 2f73d5f856d2448a4779401d54a64b55ba6f6bae Mon Sep 17 00:00:00 2001
From: Peter Hoeg
Date: Fri, 31 Mar 2017 11:49:59 +0800
Subject: [PATCH 28/57] libguestfs: add missing libapparmor buildInput
---
pkgs/development/libraries/libguestfs/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/development/libraries/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix
index 69bd6702ef5..02e75788d01 100644
--- a/pkgs/development/libraries/libguestfs/default.nix
+++ b/pkgs/development/libraries/libguestfs/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, autoreconfHook, makeWrapper
, ncurses, cpio, gperf, perl, cdrkit, flex, bison, qemu, pcre, augeas, libxml2
, acl, libcap, libcap_ng, libconfig, systemd, fuse, yajl, libvirt, hivex
-, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen }:
+, gmp, readline, file, libintlperl, GetoptLong, SysVirt, numactl, xen, libapparmor }:
stdenv.mkDerivation rec {
name = "libguestfs-${version}";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
makeWrapper pkgconfig autoreconfHook ncurses cpio gperf perl
cdrkit flex bison qemu pcre augeas libxml2 acl libcap libcap_ng libconfig
systemd fuse yajl libvirt gmp readline file hivex libintlperl GetoptLong
- SysVirt numactl xen
+ SysVirt numactl xen libapparmor
];
configureFlags = "--disable-appliance --disable-daemon";
From 0848d1c2e1d36ecf3a78ee14ae8d393c050578e6 Mon Sep 17 00:00:00 2001
From: Lancelot SIX
Date: Mon, 20 Mar 2017 09:24:35 +0100
Subject: [PATCH 29/57] gnuapl: 1.6 -> 1.7
See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00007.html
for release announcement.
---
.../development/interpreters/gnu-apl/default.nix | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/pkgs/development/interpreters/gnu-apl/default.nix b/pkgs/development/interpreters/gnu-apl/default.nix
index bfb975f152a..4d38545a44f 100644
--- a/pkgs/development/interpreters/gnu-apl/default.nix
+++ b/pkgs/development/interpreters/gnu-apl/default.nix
@@ -1,36 +1,32 @@
{ stdenv, fetchurl, readline, gettext, ncurses }:
+with stdenv.lib;
stdenv.mkDerivation rec {
name = "gnu-apl-${version}";
- version = "1.6";
+ version = "1.7";
src = fetchurl {
url = "mirror://gnu/apl/apl-${version}.tar.gz";
- sha256 = "057zwzvvgcrrwsl52a27w86hgy31jqq6avqq629xj7yq90qah3ay";
+ sha256 = "07xq8ddlmz8psvsmwr23gar108ri0lwmw0n6kpxcv8ypas1f5xlg";
};
buildInputs = [ readline gettext ncurses ];
- patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''
+ patchPhase = optionalString stdenv.isDarwin ''
substituteInPlace src/LApack.cc --replace "malloc.h" "malloc/malloc.h"
'';
- configureFlags = stdenv.lib.optionals stdenv.isDarwin [
- "--disable-dependency-tracking"
- "--disable-silent-rules"
- ];
-
postInstall = ''
cp -r support-files/ $out/share/doc/
find $out/share/doc/support-files -name 'Makefile*' -delete
'';
- meta = with stdenv.lib; {
+ meta = {
description = "Free interpreter for the APL programming language";
homepage = http://www.gnu.org/software/apl/;
license = licenses.gpl3Plus;
maintainers = [ maintainers.kovirobi ];
- platforms = with stdenv.lib.platforms; linux ++ darwin;
+ platforms = with platforms; linux ++ darwin;
inherit version;
longDescription = ''
From caade79100ca9df22f7f5592811b05b34bef5cd6 Mon Sep 17 00:00:00 2001
From: Kamil Chmielewski
Date: Thu, 30 Mar 2017 20:21:31 +0200
Subject: [PATCH 30/57] ponyc: 0.11.4 -> 0.12.2
https://github.com/ponylang/ponyc/issues/1786
---
pkgs/development/compilers/ponyc/default.nix | 4 ++--
pkgs/development/compilers/ponyc/pony-stable.nix | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pkgs/development/compilers/ponyc/default.nix b/pkgs/development/compilers/ponyc/default.nix
index a386abec95b..6cd407374db 100644
--- a/pkgs/development/compilers/ponyc/default.nix
+++ b/pkgs/development/compilers/ponyc/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation ( rec {
name = "ponyc-${version}";
- version = "0.11.4";
+ version = "0.12.2";
src = fetchFromGitHub {
owner = "ponylang";
repo = "ponyc";
rev = version;
- sha256 = "0csssmc9dcm2ib9k5qhglnjyrqsmci9b5q0b5cxwvl5z1llib9hg";
+ sha256 = "1gp92fwfq9ic43c525p0idap99jq5fkjbijf0s8bxif3kng7rxbp";
};
buildInputs = [ llvm makeWrapper which ];
diff --git a/pkgs/development/compilers/ponyc/pony-stable.nix b/pkgs/development/compilers/ponyc/pony-stable.nix
index 6e669c97300..9bee8e299c0 100644
--- a/pkgs/development/compilers/ponyc/pony-stable.nix
+++ b/pkgs/development/compilers/ponyc/pony-stable.nix
@@ -1,13 +1,13 @@
{stdenv, fetchFromGitHub, ponyc }:
stdenv.mkDerivation {
- name = "pony-stable-unstable-2017-01-03";
+ name = "pony-stable-unstable-2017-03-30";
src = fetchFromGitHub {
owner = "jemc";
repo = "pony-stable";
- rev = "0054b429a54818d187100ed40f5525ec7931b31b";
- sha256 = "0libx8byzwqjjgxxyiiahiprzzp845xgbk09sx9bzban5cd5j0g5";
+ rev = "39890c7f11f79009630de6b551bd076868f7f5a2";
+ sha256 = "1w15dg4l03zzncpllwww8jhsj7z1wgvhf89n7agr9f1w9m2zpskc";
};
buildInputs = [ ponyc ];
From f10fc5a13cbae371ef6e8efb26f25bf8f8c6ca95 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Fri, 31 Mar 2017 11:13:29 +0200
Subject: [PATCH 31/57] lispPackages.clwrapper: fix array expansion to produce
no arguments when empty
---
pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh b/pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
index d7485936941..2e136530cd1 100755
--- a/pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
+++ b/pkgs/development/lisp-modules/clwrapper/cl-wrapper.sh
@@ -61,5 +61,5 @@ eval "$NIX_LISP_PRELAUNCH_HOOK"
[ -z "$NIX_LISP_SKIP_CODE" ] && "$NIX_LISP_COMMAND" $NIX_LISP_EARLY_OPTIONS \
$NIX_LISP_EXEC_CODE "${NIX_LISP_ASDF_LOAD:-"(load \"$NIX_LISP_ASDF/lib/common-lisp/asdf/build/asdf.lisp\")"}" \
$NIX_LISP_EXEC_CODE "$NIX_LISP_ASDF_REGISTRY_CODE" \
- "${NIX_LISP_FINAL_PARAMETERS[@]}" \
+ ${NIX_LISP_FINAL_PARAMETERS[*]:+"${NIX_LISP_FINAL_PARAMETERS[@]}"} \
"$@"
From 37847f263c71994e981bf1518527eb41936f8abe Mon Sep 17 00:00:00 2001
From: Rickard Nilsson
Date: Fri, 31 Mar 2017 11:15:17 +0200
Subject: [PATCH 32/57] haskellPackages.tailfile-hinotify: Disable test suite
---
pkgs/development/haskell-modules/configuration-common.nix | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ef3725fb50f..d84db527951 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -866,4 +866,7 @@ self: super: {
# strict-io is too cautious with it's deepseq dependency
# strict-io doesn't have a working bug tracker, the author has been emailed however.
strict-io = doJailbreak super.strict-io;
+
+ # https://github.com/danidiaz/tailfile-hinotify/issues/2
+ tailfile-hinotify = dontCheck super.tailfile-hinotify;
}
From 02f58311ec8f2ac376beaf6ef79f3ecad6ac1a15 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Fri, 31 Mar 2017 12:06:05 +0200
Subject: [PATCH 33/57] lispPackages: migrate to quicklispPackages where
possible
---
.../lisp-modules/lisp-packages.nix | 549 +-----------------
.../quicklisp-to-nix-output/cl-aa.nix | 21 +
.../cl-fuse-meta-fs.nix | 21 +
.../quicklisp-to-nix-output/cl-paths-ttf.nix | 21 +
.../quicklisp-to-nix-output/cl-paths.nix | 21 +
.../quicklisp-to-nix-output/cl-smtp.nix | 21 +
.../quicklisp-to-nix-output/cl-store.nix | 21 +
.../cl-unification.nix | 23 +
.../quicklisp-to-nix-output/cl-vectors.nix | 21 +
.../quicklisp-to-nix-output/clsql.nix | 21 +
.../quicklisp-to-nix-output/clx-truetype.nix | 21 +
.../command-line-arguments.nix | 21 +
.../quicklisp-to-nix-output/pcall-queue.nix | 21 +
.../quicklisp-to-nix-output/pcall.nix | 21 +
.../quicklisp-to-nix-output/query-fs.nix | 21 +
.../quicklisp-to-nix-output/uffi.nix | 21 +
.../quicklisp-to-nix-output/zpb-ttf.nix | 21 +
.../quicklisp-to-nix-overrides.nix | 23 +
.../lisp-modules/quicklisp-to-nix-systems.txt | 8 +
.../lisp-modules/quicklisp-to-nix.nix | 204 ++++++-
pkgs/top-level/all-packages.nix | 5 +-
21 files changed, 555 insertions(+), 572 deletions(-)
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
diff --git a/pkgs/development/lisp-modules/lisp-packages.nix b/pkgs/development/lisp-modules/lisp-packages.nix
index 537e754d57a..70234d385a6 100644
--- a/pkgs/development/lisp-modules/lisp-packages.nix
+++ b/pkgs/development/lisp-modules/lisp-packages.nix
@@ -6,63 +6,11 @@ let lispPackages = rec {
buildLispPackage = callPackage ./define-package.nix;
- cl-ppcre = buildLispPackage rec {
- baseName = "cl-ppcre";
- version = "2.0.4";
- description = "Regular expression library for Common Lisp";
- deps = [];
- src = pkgs.fetchurl {
- url = "https://github.com/edicl/cl-ppcre/archive/v${version}.tar.gz";
- sha256 = "16nkfg6j7nn8qkzxn462kqpdlbajpz2p55pdl12sia6yqkj3lh97";
- };
- };
-
- clx = buildLispPackage rec {
- baseName = "clx";
- version = "git-20170201";
- description = "An implementation of the X Window System protocol in Lisp";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/sharplispers/clx'';
- sha256 = "08jw4d2sx49kq1xw44s3fvyq94wm1if4v1jbf1137fvlkzw1pf5m";
- rev = ''c6d2446a10abd9eade2c52342b9662c9dd8579dc'';
- name = "clx-git-checkout-${version}";
- };
- };
-
- iterate = buildLispPackage rec {
- baseName = "iterate";
- version = "darcs-2014-11-01";
- description = "Iteration package for Common Lisp";
- deps = [];
- src = (pkgs.lib.overrideDerivation (pkgs.fetchdarcs {
- url = "https://common-lisp.net/project/iterate/darcs/iterate";
- sha256 = "0gm05s3laiivsqgqjfj1rkz83c2c0jyn4msfgbv6sz42znjpam25";
- context = ./iterate.darcs-context;
- }) (x: {SSL_CERT_FILE=pkgs.cacert + "/etc/ssl/certs/ca-bundle.crt";}));
- overrides = x: {
- configurePhase="buildPhase(){ true; }";
- };
- };
-
- alexandria = buildLispPackage rec {
- baseName = "alexandria";
- version = "git-20131029";
- description = "A collection of portable public domain utilities";
- deps = [];
- src = pkgs.fetchgit {
- url = "https://gitlab.common-lisp.net/alexandria/alexandria.git";
- sha256 = "1gx642w00cnnkbkcsnzmg1w147r6yvc0ayns7ha4k0qcvfnb1zvs";
- rev = ''2b1eb4067fb34bc501e527de75d09166a8ba9ceb'';
- };
- };
-
esrap-peg = buildLispPackage rec {
baseName = "esrap-peg";
version = "git-20131029";
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
- deps = [alexandria cl-unification esrap iterate];
+ deps = with pkgs.quicklispPackages; [alexandria cl-unification esrap iterate];
src = pkgs.fetchgit {
url = "https://github.com/fb08af68/esrap-peg.git";
sha256 = "48e616a697aca95e90e55052fdc9a7f96bf29b3208b1b4012fcd3189c2eceeb1";
@@ -70,503 +18,11 @@ let lispPackages = rec {
};
};
- cl-unification = buildLispPackage rec {
- baseName = "cl-unification";
- version = "git-2015-07-01";
- description = "";
- deps = [];
- src = pkgs.fetchgit {
- url = "https://gitlab.common-lisp.net/cl-unification/cl-unification.git";
- sha256 = "0b7yik1ma7ciwscald624325dl6265fbq52iwy6jh46nvv085dqk";
- rev = ''283c94d38d11c806a1fc9db022f0b54dced93bab'';
- };
- };
-
- esrap = buildLispPackage rec {
- baseName = "esrap";
- version = "git-20131029";
- description = "A Packrat / Parsing Grammar / TDPL parser for Common Lisp";
- deps = [alexandria];
- src = pkgs.fetchgit {
- url = "https://github.com/scymtym/esrap.git";
- sha256 = "175jsv309yir0yi03aa2995xg84zjgk34kgnbql5l4vy4as5x665";
- rev = ''c71933b84e220f21e8a509ec26afe3e3871e2e26'';
- };
- };
-
- clx-truetype = buildLispPackage rec {
- baseName = "clx-truetype";
- version = "git-20141112";
- description = "A pure Common Lisp solution for antialiased TrueType font rendering using CLX and the XRender extension";
- deps = [cl-fad cl-store cl-vectors clx trivial-features zpb-ttf];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/filonenko-mikhail/clx-truetype'';
- sha256 = "14wx9s1fd56l25ms2ns1w9a5rxgqr00vgw6jdarfkqk7mfrxxzs1";
- rev = ''6f72905c6886a656e5a1c8167097f12375c6da7d'';
- };
- overrides = x:{
- configurePhase = "rm Makefile";
- };
- };
-
- cl-fad = buildLispPackage rec {
- baseName = "cl-fad";
- version = "v0.7.2";
- description = "Portable pathname library";
- deps = [alexandria bordeaux-threads];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/edicl/cl-fad'';
- sha256 = "87917ab4af4f713ad41faa72c7eaed2872f8dac47f49c0668ba8782590fdbca4";
- rev = ''refs/tags/v0.7.2'';
- };
- };
-
- bordeaux-threads = buildLispPackage rec {
- baseName = "bordeaux-threads";
- version = "0.8.3";
- description = "Bordeaux Threads makes writing portable multi-threaded apps simple";
- deps = [alexandria];
- # Source type: http
- src = pkgs.fetchurl {
- url = ''http://common-lisp.net/project/bordeaux-threads/releases/bordeaux-threads-0.8.3.tar.gz'';
- sha256 = "0c3n7qsx4jc3lg8s0n9kxfvhhyl0s7123f3038nsb96rf0bvb5hy";
- };
- };
-
- zpb-ttf = buildLispPackage rec {
- baseName = "zpb-ttf";
- version = "release-1.0.3";
- description = "Access TrueType font metrics and outlines from Common Lisp";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/xach/zpb-ttf'';
- sha256 = "3092a3ba9f27b091224d11c0ccfb09c9a4632ebfd6c3986df3147f19e53606f2";
- rev = ''refs/tags/release-1.0.3'';
- };
- };
-
- cl-store = buildLispPackage rec {
- baseName = "cl-store";
- version = "git-20141112";
- description = "Serialization package";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/skypher/cl-store'';
- sha256 = "7096ad38d5c77d58f7aa0ef8df1884411173c140408cb7967922b315ab505472";
- rev = ''2d2455c024fe64ee24cbf914c82254fa5bd09cab'';
- };
- };
-
- cl-vectors = buildLispPackage rec {
- baseName = "cl-vectors";
- version = "git-20141112";
- description = "cl-paths: vectorial paths manipulation";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/fjolliton/cl-vectors'';
- sha256 = "2d1428911cd2699513a0b886661e9b54d1edf78558277ac83723a22c7fc9dea7";
- rev = ''7b3e5d6a8abe3de307c1dc0c4347f4efa4f25f29'';
- };
- };
-
- trivial-features = buildLispPackage rec {
- baseName = "trivial-features";
- version = "git-20141112";
- description = "Ensures consistent *FEATURES* across multiple CLs";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/trivial-features/trivial-features'';
- sha256 = "2006aebe0c2bfed1c39a2195639e221fdc52a443b6c8522e535cbef2370a07fc";
- rev = ''2b7cdc3b8073eb33655850b51223770b535da6d9'';
- };
- };
-
- clsql = buildLispPackage rec {
- baseName = "clsql";
- version = "git-20150514";
- description = "Common Lisp SQL Interface library";
- deps = [uffi];
- buildInputs = [pkgs.mysql.client pkgs.zlib];
- # Source type: git
- src = pkgs.fetchgit {
- url =
- #''http://git.kpe.io/clsql.git''
- "http://repo.or.cz/r/clsql.git"
- ;
- sha256 = "073rh2zxwkcd417qfcflv14j273d1j174slsbzidxvy4zgq5r3n6";
- rev = ''a646f558b54191eda1d64f2926eee7b4fa763f89'';
- };
- overrides = x:{
- preConfigure = ''
- export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${stdenv.lib.getDev pkgs.mysql.client}/include/mysql"
- export NIX_LDFLAGS="$NIX_LDFLAGS -L${stdenv.lib.getLib pkgs.mysql.client}/lib/mysql"
- '';
- };
- };
-
- uffi = buildLispPackage rec {
- baseName = "uffi";
- version = "git-20141112";
- description = "Universal Foreign Function Library for Common Lisp";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''http://git.kpe.io/uffi.git'';
- sha256 = "1hqszvz0a3wk4s9faa83sc3vjxcb5rxmjclyr17yzwg55z733kry";
- rev = ''a63da5b764b6fa30e32fcda4ddac88de385c9d5b'';
- };
- };
-
- query-fs = buildLispPackage rec {
- baseName = "query-fs";
- version = "git-20150523";
- description = "High-level virtual FS using CL-Fuse-Meta-FS to represent results of queries";
- deps = [bordeaux-threads cl-fuse cl-fuse-meta-fs cl-ppcre command-line-arguments iterate trivial-backtrace];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/fb08af68/query-fs'';
- sha256 = "19h6hscza7p93bc7jvb6ya7ghg96dr1c1v4imlxpjqfdhhdpxsq6";
- rev = ''0f28e3f31a4cd3636a8edb346230482e68af86c2'';
- };
- overrides = x: {
- linkedSystems = [];
- postInstall = ''
- export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$out/lib/common-lisp/query-fs"
- export HOME=$PWD
- build-with-lisp.sh sbcl \
- ":query-fs $(echo "$linkedSystems" | sed -re 's/(^| )([^ :])/ :\2/g')" \
- "$out/bin/query-fs" \
- "(query-fs:run-fs-with-cmdline-args)"
- '';
- };
- };
-
- cl-fuse = buildLispPackage rec {
- baseName = "cl-fuse";
- version = "git-20141113";
- description = "CFFI bindings to FUSE (Filesystem in user space)";
- deps = [bordeaux-threads cffi cl-utilities iterate trivial-backtrace trivial-utf-8];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/fb08af68/cl-fuse'';
- sha256 = "1l4ydxbwzlj6gkb1c9vc96rfbj951snaidpx10pxz4wdnzg3kq99";
- rev = ''6feffaa34a21cfc7890b25357284858f924e8cb3'';
- };
- propagatedBuildInputs = [pkgs.fuse];
- overrides = x : {
- configurePhase = ''
- export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$PWD"
- export makeFlags="$makeFlags LISP=common-lisp.sh"
- '';
- };
- };
-
- cffi = buildLispPackage rec {
- baseName = "cffi";
- version = "0.14.0";
- description = "The Common Foreign Function Interface";
- deps = [alexandria babel trivial-features];
- # Source type: http
- src = pkgs.fetchurl {
- url = ''http://common-lisp.net/project/cffi/releases/cffi_${version}.tar.gz'';
- sha256 = "155igjh096vrp7n71c0xcg9qbcpj6547qjvzi9shxbpi6piw6fkw";
- };
- };
-
- babel = buildLispPackage rec {
- baseName = "babel";
- version = "git-20141113";
- description = "A charset conversion library";
- deps = [alexandria trivial-features];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/cl-babel/babel'';
- sha256 = "abe7150f25ceb7eded520d95f1665a46f4233cf13b577fd02c3f6be54c32facc";
- rev = ''74b35ea79b769c4f9aefad933923778ffa7915ab'';
- };
- };
-
- cl-utilities = buildLispPackage rec {
- baseName = "cl-utilities";
- version = "1.2.4";
- description = "A collection of Common Lisp utility functions";
- deps = [];
- # Source type: http
- src = pkgs.fetchurl {
- url = ''http://common-lisp.net/project/cl-utilities/cl-utilities-${version}.tar.gz'';
- sha256 = "1z2ippnv2wgyxpz15zpif7j7sp1r20fkjhm4n6am2fyp6a3k3a87";
- };
- };
-
- trivial-utf-8 = buildLispPackage rec {
- baseName = "trivial-utf-8";
- version = "2011-09-08";
- description = "A UTF-8 encoding library";
- deps = [];
- # Source type: darcs
- src = (pkgs.lib.overrideDerivation (pkgs.fetchdarcs {
- url = ''http://common-lisp.net/project/trivial-utf-8/darcs/trivial-utf-8/'';
- sha256 = "1jz27gz8gvqdmvp3k9bxschs6d5b3qgk94qp2bj6nv1d0jc3m1l1";
- }) (x: {SSL_CERT_FILE=pkgs.cacert + "/etc/ssl/certs/ca-bundle.crt";}));
- };
-
- cl-fuse-meta-fs = buildLispPackage rec {
- baseName = "cl-fuse-meta-fs";
- version = "git-20150523";
- description = "CFFI bindings to FUSE (Filesystem in user space)";
- deps = [bordeaux-threads cl-fuse iterate pcall];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/fb08af68/cl-fuse-meta-fs'';
- sha256 = "0cpxwsc0ma1ypl54n3n37wbgdxhz5j67h28q6rhghjn96dgy4ac9";
- rev = ''6ab92ebbb8e6f1f69d179214032915e3744d8c03'';
- };
- };
-
- pcall = buildLispPackage rec {
- baseName = "pcall";
- version = "0.3";
- description = "Common Lisp library intended to simplify 'result-oriented' parallelism";
- deps = [bordeaux-threads];
- # Source type: http
- src = pkgs.fetchgit {
- url = ''https://github.com/marijnh/pcall'';
- sha256 = "00ix5d9ljymrrpwsri0hhh3d592jqr2lvgbvkhav3k96rwq974ps";
- rev = "4e1ef32c33c2ca18fd8ab9afb4fa793c179a3578";
- };
- };
-
- command-line-arguments = buildLispPackage rec {
- baseName = "command-line-arguments";
- version = "git-20151120";
- description = "Small library to deal with command-line arguments";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''http://common-lisp.net/project/qitab/git/command-line-arguments.git'';
- sha256 = "0qx33j0bq8dshiyyv8rjwd0zvhqhqx5gby6xrghfy8ylcwf11r5j";
- rev = ''003bdbc05e2816e43293530f58efb529e9e89a20'';
- };
- };
-
- trivial-backtrace = buildLispPackage rec {
- baseName = "trivial-backtrace";
- version = "git-2014-11-01";
- description = "trivial-backtrace";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''http://common-lisp.net/project/trivial-backtrace/trivial-backtrace.git'';
- sha256 = "0bclk05lqijpp72yfzrz0wmw142z0mwnpfl4gqv6gl4fpz1qr56s";
- rev = ''48a6b081e00b0d85f1e001c7258393ed34d06bc9'';
- };
- };
-
- drakma = buildLispPackage rec {
- baseName = "drakma";
- version = "v1.3.10";
- description = "Full-featured http/https client based on usocket";
- deps = [chipz chunga cl-ssl cl-base64 cl-ppcre flexi-streams puri usocket];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/edicl/drakma'';
- sha256 = "0ecc37c9d5cc91a3b86746c4f20c0b1609969db01041df04ff6a9df1d021b30a";
- rev = ''refs/tags/v1.3.10'';
- };
- };
-
- chipz = buildLispPackage rec {
- baseName = "chipz";
- version = "git-20141113";
- description = "A library for decompressing deflate, zlib, and gzip data";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/froydnj/chipz'';
- sha256 = "0963nyg8173q0svqhk0ggbvfr4i57jk3swkf0r87jh3yi2l983sl";
- rev = ''3402c94df1d0af7742df08d3ffa23fd5c04c9bf2'';
- };
- };
-
- chunga = buildLispPackage rec {
- baseName = "chunga";
- version = "v1.1.5";
- description = "Portable chunked streams";
- deps = [trivial-gray-streams];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/edicl/chunga'';
- sha256 = "5d045882be34b158185c491da85cfd4671f456435c9ff8fa311a864f633b0446";
- rev = ''refs/tags/v1.1.5'';
- };
- };
-
- trivial-gray-streams = buildLispPackage rec {
- baseName = "trivial-gray-streams";
- version = "git-20141113";
- description = "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams)";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/trivial-gray-streams/trivial-gray-streams'';
- sha256 = "8d5c041f95eb31aa313adc433edf91bb14656400cae1e0ec98ad7ed085bb7954";
- rev = ''0483ade330508b4b2edeabdb47d16ec9437ee1cb'';
- };
- };
-
- cl-ssl = buildLispPackage rec {
- baseName = "cl+ssl";
- version = "git-20141113";
- description = "Common Lisp interface to OpenSSL";
- deps = [bordeaux-threads cffi flexi-streams trivial-garbage trivial-gray-streams];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/cl-plus-ssl/cl-plus-ssl'';
- sha256 = "6b99fc49ac38e49ee69a47ce5791606b8b811c01e5563bfd3164d393db6c4040";
- rev = ''f8695c5df48ebc3557f76a8a08dd96429bdf8df2'';
- };
- propagatedBuildInputs = [pkgs.openssl];
- };
-
- flexi-streams = buildLispPackage rec {
- baseName = "flexi-streams";
- version = "v1.0.13";
- description = "Flexible bivalent streams for Common Lisp";
- deps = [trivial-gray-streams];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/edicl/flexi-streams'';
- sha256 = "46d6b056cffc9ea201dedde847b071db744dfbadf0a21a261717272fe3d85cab";
- rev = ''refs/tags/v1.0.13'';
- };
- };
-
- trivial-garbage = buildLispPackage rec {
- baseName = "trivial-garbage";
- version = "git-20141113";
- description = "Portable finalizers, weak hash-tables and weak pointers";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/trivial-garbage/trivial-garbage'';
- sha256 = "0r029lfl5srmhanmmh7bb692pdwb32cnbq2navx6cm3iqda9q87i";
- rev = ''2721d36d71748d9736a82fe5afe333c52bae3084'';
- };
- };
-
- cl-base64 = buildLispPackage rec {
- baseName = "cl-base64";
- version = "git-20141113";
- description = "Base64 encoding and decoding with URI support";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''http://git.kpe.io/cl-base64.git'';
- sha256 = "0cq3dxac3l0z2xp3c3gkgj893hvaz4vvxdz0nsc8c9q28q3nwf4p";
- rev = ''f375d1fc3a6616e95ae88bb33493bb99f920ba13'';
- };
- };
-
- puri = buildLispPackage rec {
- baseName = "puri";
- version = "git-20141113";
- description = "Portable Universal Resource Indentifier Library";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''http://git.kpe.io/puri.git'';
- sha256 = "1l7d8i9615kyi7n69l07a6ri0d1k13cya0kbg3fmfqanwn5kzv2i";
- rev = ''68260dbf320c01089c8cee54ef32c800eefcde7f'';
- };
- };
-
- usocket = buildLispPackage rec {
- baseName = "usocket";
- version = "0.6.1";
- description = "Universal socket library for Common Lisp";
- deps = [];
- # Source type: http
- src = pkgs.fetchurl {
- url = ''http://common-lisp.net/project/usocket/releases/usocket-${version}.tar.gz'';
- sha256 = "1lnhjli85w20iy5nn6j6gsyxx42mvj8l0dfhwcjpl6dl2lz80r7a";
- };
- };
-
- cl-html-parse = buildLispPackage rec {
- baseName = "cl-html-parse";
- version = "git-20141113";
- description = "HTML Parser";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/gwkkwg/cl-html-parse'';
- sha256 = "0s8jjn3s55m59nihc8qiw2s71gn09sxsaii343rzfwdrkdwk9vzh";
- rev = ''b21e8757210a1eb2a47104a563f58bf82ba9a579'';
- };
- };
-
- nibbles = buildLispPackage rec {
- baseName = "nibbles";
- version = "git-20141116";
- description = "A library for accessing octet-addressed blocks of data";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/froydnj/nibbles'';
- sha256 = "0p0swss7xjx74sr95wqak5hfhfw13bwkzncy4l4hbfy130gncv8b";
- rev = ''ace095d85e48b18bf9cf9e21249ba7fb57e3efe2'';
- };
- };
-
- ironclad = buildLispPackage rec {
- baseName = "ironclad";
- version = "0.33.0";
- description = "A cryptographic toolkit written in pure Common Lisp";
- deps = [nibbles];
- # Source type: http
- src = pkgs.fetchurl {
- url = ''http://method-combination.net/lisp/files/ironclad_0.33.0.tar.gz'';
- sha256 = "1ld0xz8gmi566zxl1cva5yi86aw1wb6i6446gxxdw1lisxx3xwz7";
- };
- };
-
- cl-smtp = buildLispPackage rec {
- baseName = "cl-smtp";
- version = "git-2015-07-01";
- description = "SMTP client library";
- deps = [cl-ssl cl-base64 flexi-streams trivial-gray-streams usocket];
- # Source type: git
- src = pkgs.fetchgit {
- url = "https://gitlab.common-lisp.net/cl-smtp/cl-smtp.git";
- sha256 = "0kvb34jzb3hgvzqlwwwmnyaqj0ghlgmi1x2zll5qw5089gbhfv10";
- rev = ''2bf946c1d561c0085dba6d6337e3e53d9711a5d2'';
- };
- };
-
- md5 = buildLispPackage rec {
- baseName = "md5";
- version = "git-20150415";
- description = "The MD5 Message-Digest Algorithm RFC 1321";
- deps = [];
- # Source type: git
- src = pkgs.fetchgit {
- url = ''https://github.com/pmai/md5'';
- sha256 = "18k6k04cqx9zx0q8x3hk5icvjhihra1za7k2jx82xb19jfnjli1y";
- rev = ''9d6f82f7121c87fb7e3b314987ba93900d300dc6'';
- };
- };
-
clx-xkeyboard = buildLispPackage rec {
baseName = "clx-xkeyboard";
version = "git-20150523";
description = "CLX support for X Keyboard extensions";
- deps = [clx];
+ deps = with pkgs.quicklispPackages; [clx];
# Source type: git
src = pkgs.fetchgit {
url = ''https://github.com/filonenko-mikhail/clx-xkeyboard'';
@@ -601,6 +57,5 @@ let lispPackages = rec {
'';
};
};
-
};
in lispPackages
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
new file mode 100644
index 00000000000..0606f887821
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-aa'';
+ version = ''cl-vectors-20150407-git'';
+
+ description = ''cl-aa: polygon rasterizer'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
+ sha256 = ''1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-aa)"' "$out/bin/cl-aa-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
new file mode 100644
index 00000000000..e0722a8a7bb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-fuse-meta-fs'';
+ version = ''20150608-git'';
+
+ description = ''CFFI bindings to FUSE (Filesystem in user space)'';
+
+ deps = [ args."bordeaux-threads" args."cl-fuse" args."iterate" args."pcall" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-fuse-meta-fs/2015-06-08/cl-fuse-meta-fs-20150608-git.tgz'';
+ sha256 = ''1i3yw237ygwlkhbcbm9q54ad9g4fi63fw4mg508hr7bz9gzg36q2'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-fuse-meta-fs)"' "$out/bin/cl-fuse-meta-fs-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
new file mode 100644
index 00000000000..e26f205c4f4
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-paths-ttf'';
+ version = ''cl-vectors-20150407-git'';
+
+ description = ''cl-paths-ttf: vectorial paths manipulation'';
+
+ deps = [ args."cl-paths" args."zpb-ttf" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
+ sha256 = ''1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-paths-ttf)"' "$out/bin/cl-paths-ttf-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
new file mode 100644
index 00000000000..836b523f556
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-paths'';
+ version = ''cl-vectors-20150407-git'';
+
+ description = ''cl-paths: vectorial paths manipulation'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
+ sha256 = ''1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-paths)"' "$out/bin/cl-paths-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
new file mode 100644
index 00000000000..fff81d9411f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-smtp'';
+ version = ''20160825-git'';
+
+ description = ''Common Lisp smtp client.'';
+
+ deps = [ args."cl+ssl" args."cl-base64" args."flexi-streams" args."trivial-gray-streams" args."usocket" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-smtp/2016-08-25/cl-smtp-20160825-git.tgz'';
+ sha256 = ''0svkvy6x458a7rgvp3wki0lmhdxpaa1j0brwsw2mlpl2jqkx5dxh'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-smtp)"' "$out/bin/cl-smtp-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
new file mode 100644
index 00000000000..79a841314f7
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-store'';
+ version = ''20160531-git'';
+
+ description = ''Serialization package'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-store/2016-05-31/cl-store-20160531-git.tgz'';
+ sha256 = ''0j1pfgvzy6l7hb68xsz2dghsa94lip7caq6f6608jsqadmdswljz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-store)"' "$out/bin/cl-store-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
new file mode 100644
index 00000000000..88ca12f7bfb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
@@ -0,0 +1,23 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-unification'';
+ version = ''20170124-git'';
+
+ description = ''The CL-UNIFICATION system.
+
+The system contains the definitions for the 'unification' machinery.'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-unification/2017-01-24/cl-unification-20170124-git.tgz'';
+ sha256 = ''0gwk40y5byg6q0hhd41rqf8g8i1my0h4lshc63xfnh3mfgcc8bx9'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-unification)"' "$out/bin/cl-unification-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
new file mode 100644
index 00000000000..5b399bfc9ee
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-vectors'';
+ version = ''20150407-git'';
+
+ description = ''cl-paths: vectorial paths manipulation'';
+
+ deps = [ args."cl-aa" args."cl-paths" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
+ sha256 = ''1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-vectors)"' "$out/bin/cl-vectors-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
new file mode 100644
index 00000000000..4bb11260f2b
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''clsql'';
+ version = ''20160208-git'';
+
+ description = ''Common Lisp SQL Interface library'';
+
+ deps = [ args."uffi" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/clsql/2016-02-08/clsql-20160208-git.tgz'';
+ sha256 = ''0hc97rlfpanp6c1ziis47mrq2fgxbk0h51bhczn8k9xin2qbhhgn'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clsql)"' "$out/bin/clsql-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
new file mode 100644
index 00000000000..1c672aaa4be
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''clx-truetype'';
+ version = ''20160825-git'';
+
+ description = ''clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.'';
+
+ deps = [ args."cl-aa" args."cl-fad" args."cl-paths-ttf" args."cl-store" args."cl-vectors" args."clx" args."trivial-features" args."zpb-ttf" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/clx-truetype/2016-08-25/clx-truetype-20160825-git.tgz'';
+ sha256 = ''0ndy067rg9w6636gxwlpnw7f3ck9nrnjb03444pprik9r3c9in67'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clx-truetype)"' "$out/bin/clx-truetype-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
new file mode 100644
index 00000000000..5cbef72e3dc
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''command-line-arguments'';
+ version = ''20151218-git'';
+
+ description = ''small library to deal with command-line arguments'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/command-line-arguments/2015-12-18/command-line-arguments-20151218-git.tgz'';
+ sha256 = ''07yv3vj9kjd84q09d6kvgryqxb71bsa7jl22fd1an6inmk0a3yyh'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :command-line-arguments)"' "$out/bin/command-line-arguments-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
new file mode 100644
index 00000000000..6e19879b29d
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''pcall-queue'';
+ version = ''pcall-0.3'';
+
+ description = '''';
+
+ deps = [ args."bordeaux-threads" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz'';
+ sha256 = ''02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :pcall-queue)"' "$out/bin/pcall-queue-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
new file mode 100644
index 00000000000..06068e36dfb
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''pcall'';
+ version = ''0.3'';
+
+ description = '''';
+
+ deps = [ args."bordeaux-threads" args."pcall-queue" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz'';
+ sha256 = ''02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :pcall)"' "$out/bin/pcall-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
new file mode 100644
index 00000000000..8962c687d86
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''query-fs'';
+ version = ''20160531-git'';
+
+ description = ''High-level virtual FS using CL-Fuse-Meta-FS to represent results of queries'';
+
+ deps = [ args."bordeaux-threads" args."cl-fuse" args."cl-fuse-meta-fs" args."cl-ppcre" args."command-line-arguments" args."iterate" args."trivial-backtrace" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/query-fs/2016-05-31/query-fs-20160531-git.tgz'';
+ sha256 = ''0wknr3rffihg1my8ihmpwssxpxj4bfmqcly0s37q51fllxkr1v5a'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :query-fs)"' "$out/bin/query-fs-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
new file mode 100644
index 00000000000..ee860285e7b
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''uffi'';
+ version = ''20150923-git'';
+
+ description = ''Universal Foreign Function Library for Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/uffi/2015-09-23/uffi-20150923-git.tgz'';
+ sha256 = ''1b3mb1ac5hqpn941pmgwkiy241rnin308haxbs2f4rwp2la7wzyy'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :uffi)"' "$out/bin/uffi-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
new file mode 100644
index 00000000000..896b9bba8a6
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
@@ -0,0 +1,21 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''zpb-ttf'';
+ version = ''1.0.3'';
+
+ description = ''Access TrueType font metrics and outlines from Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/zpb-ttf/2013-07-20/zpb-ttf-1.0.3.tgz'';
+ sha256 = ''1irv0d0pcbwi2wx6hhjjyxzw12lnw8pvyg6ljsljh8xmhppbg5j6'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ echo "$CL_SOURCE_REGISTRY"
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :zpb-ttf)"' "$out/bin/zpb-ttf-lisp-launcher.sh" ""
+ '';
+ };
+}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
index c073b40b14c..f4ccf19d2d9 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
@@ -62,4 +62,27 @@ in
trivial-gray-streams babel
]);
css-lite = addDeps (with qlnp; [parenscript]);
+ clsql = x: {
+ propagatedBuildInputs = with pkgs; [mysql postgresql sqlite zlib];
+ overrides = y: (x.overrides y) // {
+ preConfigure = ((x.overrides y).preConfigure or "") + ''
+ export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pkgs.lib.getDev pkgs.mysql.client}/include/mysql"
+ export NIX_LDFLAGS="$NIX_LDFLAGS -L${pkgs.lib.getLib pkgs.mysql.client}/lib/mysql"
+ '';
+ };
+ };
+ clx-truetype = skipBuildPhase;
+ query-fs = x: {
+ overrides = y: (x.overrides y) // {
+ linkedSystems = [];
+ postInstall = ''
+ export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$out/lib/common-lisp/query-fs"
+ export HOME=$PWD
+ build-with-lisp.sh sbcl \
+ ":query-fs $(echo "$linkedSystems" | sed -re 's/(^| )([^ :])/ :\2/g')" \
+ "$out/bin/query-fs" \
+ "(query-fs:run-fs-with-cmdline-args)"
+ '';
+ };
+ };
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt b/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
index a32dd823a7e..581ccf77d99 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
@@ -11,16 +11,22 @@ cl-async
cl-base64
cl-cookie
cl-fuse
+cl-fuse-meta-fs
cl-json
cl-l10n
closer-mop
cl-ppcre
cl-reexport
+cl-smtp
cl-syntax-annot
cl-unicode
+cl-unification
cl-utilities
cl-who
+clsql
clx
+clx-truetype
+command-line-arguments
parenscript
css-lite
cxml
@@ -43,9 +49,11 @@ lquery
marshal
optima
parenscript
+pcall
plump
proc-parse
prove
+query-fs
quri
salza2
smart-buffer
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix.nix b/pkgs/development/lisp-modules/quicklisp-to-nix.nix
index 2b9afcf286e..672dda1b096 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix.nix
@@ -43,14 +43,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "trivial-garbage" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."trivial-garbage" or (x: {}))
- (import ./quicklisp-to-nix-output/trivial-garbage.nix {
- inherit fetchurl;
- }));
-
-
"cxml-xml" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cxml-xml" or (x: {}))
@@ -62,6 +54,22 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-paths" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-paths" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-paths.nix {
+ inherit fetchurl;
+ }));
+
+
+ "trivial-garbage" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."trivial-garbage" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-garbage.nix {
+ inherit fetchurl;
+ }));
+
+
"cffi-toolchain" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cffi-toolchain" or (x: {}))
@@ -138,6 +146,15 @@ let quicklisp-to-nix-packages = rec {
}));
+ "pcall-queue" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."pcall-queue" or (x: {}))
+ (import ./quicklisp-to-nix-output/pcall-queue.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ }));
+
+
"form-fiddle" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."form-fiddle" or (x: {}))
@@ -248,20 +265,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "cl+ssl" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl+ssl" or (x: {}))
- (import ./quicklisp-to-nix-output/cl+ssl.nix {
- inherit fetchurl;
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "trivial-garbage" = quicklisp-to-nix-packages."trivial-garbage";
- "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
- "uiop" = quicklisp-to-nix-packages."uiop";
- }));
-
-
"chunga" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."chunga" or (x: {}))
@@ -308,6 +311,58 @@ let quicklisp-to-nix-packages = rec {
}));
+ "zpb-ttf" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."zpb-ttf" or (x: {}))
+ (import ./quicklisp-to-nix-output/zpb-ttf.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-vectors" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-vectors" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-vectors.nix {
+ inherit fetchurl;
+ "cl-aa" = quicklisp-to-nix-packages."cl-aa";
+ "cl-paths" = quicklisp-to-nix-packages."cl-paths";
+ }));
+
+
+ "cl-store" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-store" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-store.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-paths-ttf" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-paths-ttf" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-paths-ttf.nix {
+ inherit fetchurl;
+ "cl-paths" = quicklisp-to-nix-packages."cl-paths";
+ "zpb-ttf" = quicklisp-to-nix-packages."zpb-ttf";
+ }));
+
+
+ "cl-aa" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-aa" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-aa.nix {
+ inherit fetchurl;
+ }));
+
+
+ "uffi" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."uffi" or (x: {}))
+ (import ./quicklisp-to-nix-output/uffi.nix {
+ inherit fetchurl;
+ }));
+
+
"cl-annot" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-annot" or (x: {}))
@@ -317,6 +372,20 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl+ssl" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl+ssl" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl+ssl.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "trivial-garbage" = quicklisp-to-nix-packages."trivial-garbage";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ }));
+
+
"metabang-bind" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."metabang-bind" or (x: {}))
@@ -633,6 +702,21 @@ let quicklisp-to-nix-packages = rec {
}));
+ "query-fs" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."query-fs" or (x: {}))
+ (import ./quicklisp-to-nix-output/query-fs.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ "cl-fuse" = quicklisp-to-nix-packages."cl-fuse";
+ "cl-fuse-meta-fs" = quicklisp-to-nix-packages."cl-fuse-meta-fs";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "command-line-arguments" = quicklisp-to-nix-packages."command-line-arguments";
+ "iterate" = quicklisp-to-nix-packages."iterate";
+ "trivial-backtrace" = quicklisp-to-nix-packages."trivial-backtrace";
+ }));
+
+
"prove" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."prove" or (x: {}))
@@ -667,6 +751,16 @@ let quicklisp-to-nix-packages = rec {
}));
+ "pcall" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."pcall" or (x: {}))
+ (import ./quicklisp-to-nix-output/pcall.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ "pcall-queue" = quicklisp-to-nix-packages."pcall-queue";
+ }));
+
+
"optima" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."optima" or (x: {}))
@@ -894,6 +988,30 @@ let quicklisp-to-nix-packages = rec {
}));
+ "command-line-arguments" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."command-line-arguments" or (x: {}))
+ (import ./quicklisp-to-nix-output/command-line-arguments.nix {
+ inherit fetchurl;
+ }));
+
+
+ "clx-truetype" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clx-truetype" or (x: {}))
+ (import ./quicklisp-to-nix-output/clx-truetype.nix {
+ inherit fetchurl;
+ "cl-aa" = quicklisp-to-nix-packages."cl-aa";
+ "cl-fad" = quicklisp-to-nix-packages."cl-fad";
+ "cl-paths-ttf" = quicklisp-to-nix-packages."cl-paths-ttf";
+ "cl-store" = quicklisp-to-nix-packages."cl-store";
+ "cl-vectors" = quicklisp-to-nix-packages."cl-vectors";
+ "clx" = quicklisp-to-nix-packages."clx";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "zpb-ttf" = quicklisp-to-nix-packages."zpb-ttf";
+ }));
+
+
"clx" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."clx" or (x: {}))
@@ -902,6 +1020,15 @@ let quicklisp-to-nix-packages = rec {
}));
+ "clsql" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clsql" or (x: {}))
+ (import ./quicklisp-to-nix-output/clsql.nix {
+ inherit fetchurl;
+ "uffi" = quicklisp-to-nix-packages."uffi";
+ }));
+
+
"cl-who" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-who" or (x: {}))
@@ -918,6 +1045,14 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-unification" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-unification" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-unification.nix {
+ inherit fetchurl;
+ }));
+
+
"cl-unicode" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-unicode" or (x: {}))
@@ -936,6 +1071,19 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-smtp" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-smtp" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-smtp.nix {
+ inherit fetchurl;
+ "cl+ssl" = quicklisp-to-nix-packages."cl+ssl";
+ "cl-base64" = quicklisp-to-nix-packages."cl-base64";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "usocket" = quicklisp-to-nix-packages."usocket";
+ }));
+
+
"cl-reexport" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-reexport" or (x: {}))
@@ -987,6 +1135,18 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-fuse-meta-fs" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-fuse-meta-fs" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-fuse-meta-fs.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ "cl-fuse" = quicklisp-to-nix-packages."cl-fuse";
+ "iterate" = quicklisp-to-nix-packages."iterate";
+ "pcall" = quicklisp-to-nix-packages."pcall";
+ }));
+
+
"cl-fuse" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-fuse" or (x: {}))
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 42de4fd80e1..6e6471ca83a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10390,9 +10390,8 @@ with pkgs;
inherit clwrapper;
};
- lispPackagesClisp = lispPackagesFor (wrapLisp clisp);
- lispPackagesSBCL = lispPackagesFor (wrapLisp sbcl);
- lispPackages = recurseIntoAttrs lispPackagesSBCL;
+ lispPackages = recurseIntoAttrs (quicklispPackages_asdf_3_1 //
+ lispPackagesFor (wrapLisp sbcl));
quicklispPackagesFor = clwrapper: callPackage ../development/lisp-modules/quicklisp-to-nix.nix {
inherit clwrapper;
From 00689b20a8a1c9c6c24891c46669b0e6b0f7d68c Mon Sep 17 00:00:00 2001
From: Tristan Helmich
Date: Fri, 31 Mar 2017 13:49:14 +0200
Subject: [PATCH 34/57] emby: 3.2.8 -> 3.2.10
---
pkgs/servers/emby/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/servers/emby/default.nix b/pkgs/servers/emby/default.nix
index 780baa018a7..9e0de290143 100644
--- a/pkgs/servers/emby/default.nix
+++ b/pkgs/servers/emby/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "emby-${version}";
- version = "3.2.8";
+ version = "3.2.10";
src = fetchurl {
url = "https://github.com/MediaBrowser/Emby/releases/download/${version}/Emby.Mono.zip";
- sha256 = "0jscbaznacp44cz9mjswd3fkyf2y9cx78mqm2dkf26rnfmwbx7vq";
+ sha256 = "0qqqaxlmcy3nfygbfy1bjc188x8k461nckj1sxfvy6wiv6jjfc25";
};
buildInputs = with pkgs; [
From e241fb87a1ab6df11980f8c321cd26a901975d3a Mon Sep 17 00:00:00 2001
From: Eelco Dolstra
Date: Fri, 31 Mar 2017 15:00:30 +0200
Subject: [PATCH 35/57] Update 17.03 release notes
---
nixos/doc/manual/release-notes/rl-1703.xml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml
index 8bee9e63bb7..639b23b229b 100644
--- a/nixos/doc/manual/release-notes/rl-1703.xml
+++ b/nixos/doc/manual/release-notes/rl-1703.xml
@@ -71,14 +71,6 @@ has the following highlights:
PHP now defaults to PHP 7.1
-
-
- The user handling now keeps track of deallocated UIDs/GIDs. When a user
- or group is revived, this allows it to be allocated the UID/GID it had before.
- A consequence is that UIDs and GIDs are no longer reused.
-
-
-
@@ -353,7 +345,7 @@ following incompatible changes:
Iputils no longer provide ping6 and traceroute6. The functionality of
- these tools have been integrated into ping and traceroute respectively. To
+ these tools has been integrated into ping and traceroute respectively. To
enforce an address family the new flags -4 and
-6 have been added. One notable incompatibility is that
specifying an interface (for link-local IPv6 for instance) is no longer done
From 501429d120f93775d4460aaf6ea8e50fa3429378 Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Fri, 31 Mar 2017 09:14:19 -0400
Subject: [PATCH 36/57] linux: 4.9.19 -> 4.9.20
---
pkgs/os-specific/linux/kernel/linux-4.9.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix
index 54358a06491..e8facc96ebc 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.9.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.9.19";
+ version = "4.9.20";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "004qj678i7y951b48yb199hh0kjwicj784c6sbkyvy2y3162fykg";
+ sha256 = "0h8km3z5c3qyhwq24dvh00j2jzfcyqdjjcjrrz5qvyrjvl30hrj8";
};
kernelPatches = args.kernelPatches;
From bff456bd55cecb9325beccb70cdd45665701e5f2 Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Fri, 31 Mar 2017 09:16:52 -0400
Subject: [PATCH 37/57] linux: 4.10.7 -> 4.10.8
---
pkgs/os-specific/linux/kernel/linux-4.10.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-4.10.nix b/pkgs/os-specific/linux/kernel/linux-4.10.nix
index fb2ddcca5be..a4fa8f65c39 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.10.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.10.7";
+ version = "4.10.8";
extraMeta.branch = "4.10";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "18928ylwwwq37q6znw1r3fbdrw46740v74y0ml03vvpr9mfgqw7x";
+ sha256 = "12wf3nzhs0hbl87ckwc15b492z50lg4c7rxwqw50px3zhh5mvf8a";
};
kernelPatches = args.kernelPatches;
From cb791371c542ff2018916b84dccd43c7c7afd302 Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Fri, 31 Mar 2017 09:19:07 -0400
Subject: [PATCH 38/57] linux: 4.4.58 -> 4.4.59
---
pkgs/os-specific/linux/kernel/linux-4.4.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-4.4.nix b/pkgs/os-specific/linux/kernel/linux-4.4.nix
index dfa5093bedc..da633753e70 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.4.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.4.58";
+ version = "4.4.59";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1kdgd3pbpscpn5fd34m0djw4h69wcab5qnrji63dal2q74fn1pn2";
+ sha256 = "1jlnm6msxdhm7l6all91rd1rkqsqpd0rblbdl68z7nkz9hy55sb4";
};
kernelPatches = args.kernelPatches;
From e872abe872a1c6b888ecdc9b3265a7c5c1b568a8 Mon Sep 17 00:00:00 2001
From: Tim Steinbach
Date: Fri, 31 Mar 2017 09:22:00 -0400
Subject: [PATCH 39/57] oh-my-zsh: 2017-02-27 -> 2017-03-30
---
pkgs/shells/oh-my-zsh/default.nix | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/shells/oh-my-zsh/default.nix b/pkgs/shells/oh-my-zsh/default.nix
index 25dec429ff0..ea1aa6ed26c 100644
--- a/pkgs/shells/oh-my-zsh/default.nix
+++ b/pkgs/shells/oh-my-zsh/default.nix
@@ -4,13 +4,13 @@
{ stdenv, fetchgit }:
stdenv.mkDerivation rec {
- version = "2017-02-27";
+ version = "2017-03-30";
name = "oh-my-zsh-${version}";
src = fetchgit {
url = "https://github.com/robbyrussell/oh-my-zsh";
- rev = "b908feebcfb0ca8a9a80360d177e716c24c317d6";
- sha256 = "0b7gir2llv5212nwh9arzva2p714s39qzgk385s9pmalhspfc6c1";
+ rev = "66bae5a5deb7a053adfb05b38a93fe47295841eb";
+ sha256 = "0rlk39shfh1mamif67smcw6wsc7p1kw64cvk9z3nvlysv6w02q1f";
};
pathsToLink = [ "/share/oh-my-zsh" ];
From cbd6fb1b3a665ecbf79332a45319d6d1873838dd Mon Sep 17 00:00:00 2001
From: Robin Gloster
Date: Fri, 31 Mar 2017 15:49:53 +0200
Subject: [PATCH 40/57] Release Notes: tracking UIDs/GIDs is in 17.09
---
nixos/doc/manual/release-notes/rl-1709.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml
index 66b88eab09b..bd999b60013 100644
--- a/nixos/doc/manual/release-notes/rl-1709.xml
+++ b/nixos/doc/manual/release-notes/rl-1709.xml
@@ -11,7 +11,11 @@ has the following highlights:
-
+
+ The user handling now keeps track of deallocated UIDs/GIDs. When a user
+ or group is revived, this allows it to be allocated the UID/GID it had before.
+ A consequence is that UIDs and GIDs are no longer reused.
+
From 4e79b0b0751e84c845da8ed4062a501a48335dc1 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra
Date: Fri, 31 Mar 2017 16:05:35 +0200
Subject: [PATCH 41/57] Revert "sshd: separate key generation into another
service"
This reverts commit 1a74eedd074fac69d12cecb767dc207a4bfea1bb. It
breaks NixOps, which expects that
rm -f /etc/ssh/ssh_host_ed25519_key*
systemctl restart sshd
cat /etc/ssh/ssh_host_ed25519_key.pub
works.
---
.../modules/services/networking/ssh/sshd.nix | 40 ++++++-------------
1 file changed, 13 insertions(+), 27 deletions(-)
diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix
index 80659f19c59..7e43ab98674 100644
--- a/nixos/modules/services/networking/ssh/sshd.nix
+++ b/nixos/modules/services/networking/ssh/sshd.nix
@@ -240,7 +240,7 @@ in
systemd =
let
- sshd-service =
+ service =
{ description = "SSH Daemon";
wantedBy = optional (!cfg.startWhenNeeded) "multi-user.target";
@@ -251,8 +251,16 @@ in
environment.LD_LIBRARY_PATH = nssModulesPath;
- wants = [ "sshd-keygen.service" ];
- after = [ "sshd-keygen.service" ];
+ preStart =
+ ''
+ mkdir -m 0755 -p /etc/ssh
+
+ ${flip concatMapStrings cfg.hostKeys (k: ''
+ if ! [ -f "${k.path}" ]; then
+ ssh-keygen -t "${k.type}" ${if k ? bits then "-b ${toString k.bits}" else ""} -f "${k.path}" -N ""
+ fi
+ '')}
+ '';
serviceConfig =
{ ExecStart =
@@ -267,26 +275,6 @@ in
Type = "simple";
});
};
-
- sshd-keygen-service =
- { description = "SSH Host Key Generation";
- path = [ cfgc.package ];
- script =
- ''
- mkdir -m 0755 -p /etc/ssh
- ${flip concatMapStrings cfg.hostKeys (k: ''
- if ! [ -f "${k.path}" ]; then
- ssh-keygen -t "${k.type}" ${if k ? bits then "-b ${toString k.bits}" else ""} -f "${k.path}" -N ""
- fi
- '')}
- '';
-
- serviceConfig = {
- Type = "oneshot";
- RemainAfterExit = "yes";
- };
- };
-
in
if cfg.startWhenNeeded then {
@@ -298,13 +286,11 @@ in
socketConfig.Accept = true;
};
- services.sshd-keygen = sshd-keygen-service;
- services."sshd@" = sshd-service;
+ services."sshd@" = service;
} else {
- services.sshd-keygen = sshd-keygen-service;
- services.sshd = sshd-service;
+ services.sshd = service;
};
From 80b40fdf03411a26c0340f28636fe9b5e0afc73b Mon Sep 17 00:00:00 2001
From: Eelco Dolstra
Date: Fri, 31 Mar 2017 16:16:27 +0200
Subject: [PATCH 42/57] sshd.nix: Alternative fix for #19589
AFAICT, this issue only occurs when sshd is socket-activated. It turns
out that the preStart script's stdout and stderr are connected to the
socket, not just the main command's. So explicitly connect stderr to
the journal and redirect stdout to stderr.
---
nixos/modules/services/networking/ssh/sshd.nix | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nixos/modules/services/networking/ssh/sshd.nix b/nixos/modules/services/networking/ssh/sshd.nix
index 7e43ab98674..42b50d0426a 100644
--- a/nixos/modules/services/networking/ssh/sshd.nix
+++ b/nixos/modules/services/networking/ssh/sshd.nix
@@ -253,6 +253,10 @@ in
preStart =
''
+ # Make sure we don't write to stdout, since in case of
+ # socket activation, it goes to the remote side (#19589).
+ exec >&2
+
mkdir -m 0755 -p /etc/ssh
${flip concatMapStrings cfg.hostKeys (k: ''
@@ -270,6 +274,7 @@ in
KillMode = "process";
} // (if cfg.startWhenNeeded then {
StandardInput = "socket";
+ StandardError = "journal";
} else {
Restart = "always";
Type = "simple";
From c923c6c7c5ca947ed27f95749885b9f7871e9a0f Mon Sep 17 00:00:00 2001
From: Shea Levy
Date: Fri, 31 Mar 2017 05:51:43 -0700
Subject: [PATCH 43/57] webkitgtk24x: Fix build on darwin
---
pkgs/development/libraries/webkitgtk/2.4.nix | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pkgs/development/libraries/webkitgtk/2.4.nix b/pkgs/development/libraries/webkitgtk/2.4.nix
index 33f8fa64a0f..603df0407ea 100644
--- a/pkgs/development/libraries/webkitgtk/2.4.nix
+++ b/pkgs/development/libraries/webkitgtk/2.4.nix
@@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
"--disable-x11-target"
"--enable-quartz-target"
"--disable-web-audio"
+ "CFLAGS=-DJSC_OBJC_API_ENABLED=0"
+ "CXXFLAGS=-DJSC_OBJC_API_ENABLED=0"
] ++ optionals (!enableCredentialStorage) [
"--disable-credential-storage"
];
From 011c907383128d3f6596fa3890c807da6568a22f Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Fri, 31 Mar 2017 17:52:01 +0200
Subject: [PATCH 44/57] lispPackages: pin to asdf_3_1 by default
---
pkgs/top-level/all-packages.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6e6471ca83a..e403f303d12 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10391,7 +10391,7 @@ with pkgs;
};
lispPackages = recurseIntoAttrs (quicklispPackages_asdf_3_1 //
- lispPackagesFor (wrapLisp sbcl));
+ lispPackagesFor ((wrapLisp sbcl).override { asdf = asdf_3_1; }));
quicklispPackagesFor = clwrapper: callPackage ../development/lisp-modules/quicklisp-to-nix.nix {
inherit clwrapper;
From 739ecca4b55faecc3dba88dbdbf470a214570f9e Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Fri, 31 Mar 2017 17:56:14 +0200
Subject: [PATCH 45/57] esrap-peg: 20131029 -> 20170320
---
pkgs/development/lisp-modules/lisp-packages.nix | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/development/lisp-modules/lisp-packages.nix b/pkgs/development/lisp-modules/lisp-packages.nix
index 70234d385a6..67decd721fb 100644
--- a/pkgs/development/lisp-modules/lisp-packages.nix
+++ b/pkgs/development/lisp-modules/lisp-packages.nix
@@ -8,13 +8,13 @@ let lispPackages = rec {
esrap-peg = buildLispPackage rec {
baseName = "esrap-peg";
- version = "git-20131029";
+ version = "git-20170320";
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
deps = with pkgs.quicklispPackages; [alexandria cl-unification esrap iterate];
src = pkgs.fetchgit {
url = "https://github.com/fb08af68/esrap-peg.git";
- sha256 = "48e616a697aca95e90e55052fdc9a7f96bf29b3208b1b4012fcd3189c2eceeb1";
- rev = ''1f2f21e32e618f71ed664cdc5e7005f8b6b0f7c8'';
+ sha256 = "15yiial7cy2nbgszqxd26qqcc6n3pw5qlrppzx0mfr3xbd9pvzby";
+ rev = ''5a559b0030ecbf5e14cb070b0dc240535faa3402'';
};
};
From 7408aca5284cb3bc86bdb8e08990fe604f6b8d9c Mon Sep 17 00:00:00 2001
From: Sander van der Burg
Date: Fri, 31 Mar 2017 20:51:14 +0200
Subject: [PATCH 46/57] Regenerate NPM expressions with node2nix 1.2.0
---
.../node-packages/composition-v4.nix | 4 +-
.../node-packages/composition-v6.nix | 4 +-
pkgs/development/node-packages/generate.sh | 3 +-
pkgs/development/node-packages/node-env.nix | 160 +-
.../node-packages/node-packages-v4.nix | 6472 ++++++++++-------
.../node-packages/node-packages-v6.nix | 4937 +++++++------
.../web/remarkjs/node-packages.nix | 810 +--
pkgs/development/web/remarkjs/nodepkgs.nix | 4 +-
pkgs/servers/web-apps/pump.io/composition.nix | 4 +-
.../web-apps/pump.io/node-packages.nix | 409 +-
pkgs/tools/package-management/nixui/nixui.nix | 4 +-
.../nixui/node-packages.nix | 2 +-
12 files changed, 7194 insertions(+), 5619 deletions(-)
diff --git a/pkgs/development/node-packages/composition-v4.nix b/pkgs/development/node-packages/composition-v4.nix
index b78bbda5d5e..8c4a5390f55 100644
--- a/pkgs/development/node-packages/composition-v4.nix
+++ b/pkgs/development/node-packages/composition-v4.nix
@@ -1,8 +1,8 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{pkgs ? import {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
let
nodeEnv = import ./node-env.nix {
diff --git a/pkgs/development/node-packages/composition-v6.nix b/pkgs/development/node-packages/composition-v6.nix
index 1c21b47b92c..ea30c5b04c4 100644
--- a/pkgs/development/node-packages/composition-v6.nix
+++ b/pkgs/development/node-packages/composition-v6.nix
@@ -1,8 +1,8 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{pkgs ? import {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-5_x"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-6_x"}:
let
nodeEnv = import ./node-env.nix {
diff --git a/pkgs/development/node-packages/generate.sh b/pkgs/development/node-packages/generate.sh
index 613293e850b..f5675623c2c 100755
--- a/pkgs/development/node-packages/generate.sh
+++ b/pkgs/development/node-packages/generate.sh
@@ -2,5 +2,4 @@
rm -f node-env.nix
node2nix -i node-packages.json -o node-packages-v4.nix -c composition-v4.nix
-# node2nix doesn't explicitely support node v6 so far
-node2nix -5 -i node-packages.json -o node-packages-v6.nix -c composition-v6.nix
+node2nix -6 -i node-packages.json -o node-packages-v6.nix -c composition-v6.nix
diff --git a/pkgs/development/node-packages/node-env.nix b/pkgs/development/node-packages/node-env.nix
index e8328252a11..356e78f027b 100644
--- a/pkgs/development/node-packages/node-env.nix
+++ b/pkgs/development/node-packages/node-env.nix
@@ -57,60 +57,6 @@ let
# Recursively composes the dependencies of a package
composePackage = { name, packageName, src, dependencies ? [], ... }@args:
- let
- fixImpureDependencies = writeTextFile {
- name = "fixDependencies.js";
- text = ''
- var fs = require('fs');
- var url = require('url');
-
- /*
- * Replaces an impure version specification by *
- */
- function replaceImpureVersionSpec(versionSpec) {
- var parsedUrl = url.parse(versionSpec);
-
- if(versionSpec == "latest" || versionSpec == "unstable" ||
- versionSpec.substr(0, 2) == ".." || dependency.substr(0, 2) == "./" || dependency.substr(0, 2) == "~/" || dependency.substr(0, 1) == '/')
- return '*';
- else if(parsedUrl.protocol == "git:" || parsedUrl.protocol == "git+ssh:" || parsedUrl.protocol == "git+http:" || parsedUrl.protocol == "git+https:" || parsedUrl.protocol == "github:" ||
- parsedUrl.protocol == "http:" || parsedUrl.protocol == "https:")
- return '*';
- else
- return versionSpec;
- }
-
- var packageObj = JSON.parse(fs.readFileSync('./package.json'));
-
- /* Replace dependencies */
- if(packageObj.dependencies !== undefined) {
- for(var dependency in packageObj.dependencies) {
- var versionSpec = packageObj.dependencies[dependency];
- packageObj.dependencies[dependency] = replaceImpureVersionSpec(versionSpec);
- }
- }
-
- /* Replace development dependencies */
- if(packageObj.devDependencies !== undefined) {
- for(var dependency in packageObj.devDependencies) {
- var versionSpec = packageObj.devDependencies[dependency];
- packageObj.devDependencies[dependency] = replaceImpureVersionSpec(versionSpec);
- }
- }
-
- /* Replace optional dependencies */
- if(packageObj.optionalDependencies !== undefined) {
- for(var dependency in packageObj.optionalDependencies) {
- var versionSpec = packageObj.optionalDependencies[dependency];
- packageObj.optionalDependencies[dependency] = replaceImpureVersionSpec(versionSpec);
- }
- }
-
- /* Write the fixed JSON file */
- fs.writeFileSync("package.json", JSON.stringify(packageObj));
- '';
- };
- in
''
DIR=$(pwd)
cd $TMPDIR
@@ -150,17 +96,97 @@ let
# Unset the stripped name to not confuse the next unpack step
unset strippedName
- # Some version specifiers (latest, unstable, URLs, file paths) force NPM to make remote connections or consult paths outside the Nix store.
- # The following JavaScript replaces these by * to prevent that
- cd "$DIR/${packageName}"
- node ${fixImpureDependencies}
-
# Include the dependencies of the package
+ cd "$DIR/${packageName}"
${includeDependencies { inherit dependencies; }}
cd ..
${stdenv.lib.optionalString (builtins.substring 0 1 packageName == "@") "cd .."}
'';
+ pinpointDependencies = {dependencies, production}:
+ let
+ pinpointDependenciesFromPackageJSON = writeTextFile {
+ name = "pinpointDependencies.js";
+ text = ''
+ var fs = require('fs');
+ var path = require('path');
+
+ function resolveDependencyVersion(location, name) {
+ if(location == process.env['NIX_STORE']) {
+ return null;
+ } else {
+ var dependencyPackageJSON = path.join(location, "node_modules", name, "package.json");
+
+ if(fs.existsSync(dependencyPackageJSON)) {
+ var dependencyPackageObj = JSON.parse(fs.readFileSync(dependencyPackageJSON));
+
+ if(dependencyPackageObj.name == name) {
+ return dependencyPackageObj.version;
+ }
+ } else {
+ return resolveDependencyVersion(path.resolve(location, ".."), name);
+ }
+ }
+ }
+
+ function replaceDependencies(dependencies) {
+ if(typeof dependencies == "object" && dependencies !== null) {
+ for(var dependency in dependencies) {
+ var resolvedVersion = resolveDependencyVersion(process.cwd(), dependency);
+
+ if(resolvedVersion === null) {
+ process.stderr.write("WARNING: cannot pinpoint dependency: "+dependency+", context: "+process.cwd()+"\n");
+ } else {
+ dependencies[dependency] = resolvedVersion;
+ }
+ }
+ }
+ }
+
+ /* Read the package.json configuration */
+ var packageObj = JSON.parse(fs.readFileSync('./package.json'));
+
+ /* Pinpoint all dependencies */
+ replaceDependencies(packageObj.dependencies);
+ if(process.argv[2] == "development") {
+ replaceDependencies(packageObj.devDependencies);
+ }
+ replaceDependencies(packageObj.optionalDependencies);
+
+ /* Write the fixed package.json file */
+ fs.writeFileSync("package.json", JSON.stringify(packageObj, null, 2));
+ '';
+ };
+ in
+ ''
+ node ${pinpointDependenciesFromPackageJSON} ${if production then "production" else "development"}
+
+ ${stdenv.lib.optionalString (dependencies != [])
+ ''
+ if [ -d node_modules ]
+ then
+ cd node_modules
+ ${stdenv.lib.concatMapStrings (dependency: pinpointDependenciesOfPackage dependency) dependencies}
+ cd ..
+ fi
+ ''}
+ '';
+
+ # Recursively traverses all dependencies of a package and pinpoints all
+ # dependencies in the package.json file to the versions that are actually
+ # being used.
+
+ pinpointDependenciesOfPackage = { packageName, dependencies ? [], production ? true, ... }@args:
+ ''
+ if [ -d "${packageName}" ]
+ then
+ cd "${packageName}"
+ ${pinpointDependencies { inherit dependencies production; }}
+ cd ..
+ ${stdenv.lib.optionalString (builtins.substring 0 1 packageName == "@") "cd .."}
+ fi
+ '';
+
# Extract the Node.js source code which is used to compile packages with
# native bindings
nodeSources = runCommand "node-sources" {} ''
@@ -183,7 +209,9 @@ let
buildPhase = args.buildPhase or "true";
compositionScript = composePackage args;
- passAsFile = [ "compositionScript" ];
+ pinpointDependenciesScript = pinpointDependenciesOfPackage args;
+
+ passAsFile = [ "compositionScript" "pinpointDependenciesScript" ];
installPhase = args.installPhase or ''
# Create and enter a root node_modules/ folder
@@ -192,6 +220,10 @@ let
# Compose the package and all its dependencies
source $compositionScriptPath
+
+ # Pinpoint the versions of all dependencies to the ones that are actually being used
+ echo "pinpointing versions of dependencies..."
+ source $pinpointDependenciesScriptPath
# Patch the shebangs of the bundled modules to prevent them from
# calling executables outside the Nix store as much as possible
@@ -254,12 +286,18 @@ let
buildInputs = [ tarWrapper python nodejs ] ++ stdenv.lib.optional (stdenv.isLinux) utillinux ++ args.buildInputs or [];
includeScript = includeDependencies { inherit dependencies; };
- passAsFile = [ "includeScript" ];
+ pinpointDependenciesScript = pinpointDependenciesOfPackage args;
+
+ passAsFile = [ "includeScript" "pinpointDependenciesScript" ];
buildCommand = ''
mkdir -p $out/lib
cd $out/lib
source $includeScriptPath
+
+ # Pinpoint the versions of all dependencies to the ones that are actually being used
+ echo "pinpointing versions of dependencies..."
+ source $pinpointDependenciesScriptPath
# Create fake package.json to make the npm commands work properly
cat > package.json <
";
+ description = "📦🐈 Fast, reliable, and secure dependency management.";
homepage = "https://github.com/yarnpkg/yarn#readme";
license = "BSD-2-Clause";
};
@@ -39792,12 +40632,12 @@ in
(sources."lru-cache-4.0.2" // {
dependencies = [
sources."pseudomap-1.0.2"
- sources."yallist-2.0.0"
+ sources."yallist-2.1.2"
];
})
- (sources."which-1.2.12" // {
+ (sources."which-1.2.14" // {
dependencies = [
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
];
})
];
@@ -39868,7 +40708,7 @@ in
sources."object-assign-4.1.1"
(sources."parse-json-2.2.0" // {
dependencies = [
- (sources."error-ex-1.3.0" // {
+ (sources."error-ex-1.3.1" // {
dependencies = [
sources."is-arrayish-0.2.1"
];
@@ -39881,7 +40721,7 @@ in
];
})
sources."read-all-stream-3.1.0"
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -40018,11 +40858,11 @@ in
})
];
})
- (sources."request-2.79.0" // {
+ (sources."request-2.81.0" // {
dependencies = [
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
(sources."combined-stream-1.0.5" // {
dependencies = [
sources."delayed-stream-1.0.0"
@@ -40035,30 +40875,19 @@ in
sources."asynckit-0.4.0"
];
})
- (sources."har-validator-2.0.6" // {
+ (sources."har-validator-4.2.1" // {
dependencies = [
- (sources."commander-2.9.0" // {
+ (sources."ajv-4.11.5" // {
dependencies = [
- sources."graceful-readlink-1.0.1"
- ];
- })
- (sources."is-my-json-valid-2.16.0" // {
- dependencies = [
- sources."generate-function-2.0.0"
- (sources."generate-object-property-1.2.0" // {
+ sources."co-4.6.0"
+ (sources."json-stable-stringify-1.0.1" // {
dependencies = [
- sources."is-property-1.0.2"
+ sources."jsonify-0.0.0"
];
})
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- ];
- })
- (sources."pinkie-promise-2.0.1" // {
- dependencies = [
- sources."pinkie-2.0.4"
];
})
+ sources."har-schema-1.0.5"
];
})
(sources."hawk-3.1.3" // {
@@ -40072,14 +40901,15 @@ in
(sources."http-signature-1.1.1" // {
dependencies = [
sources."assert-plus-0.2.0"
- (sources."jsprim-1.3.1" // {
+ (sources."jsprim-1.4.0" // {
dependencies = [
+ sources."assert-plus-1.0.0"
sources."extsprintf-1.0.2"
sources."json-schema-0.2.3"
sources."verror-1.3.6"
];
})
- (sources."sshpk-1.10.2" // {
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."asn1-0.2.3"
sources."assert-plus-1.0.0"
@@ -40097,15 +40927,17 @@ in
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
];
})
@@ -40137,9 +40969,9 @@ in
})
sources."map-obj-1.0.1"
sources."minimist-1.2.0"
- (sources."normalize-package-data-2.3.5" // {
+ (sources."normalize-package-data-2.3.6" // {
dependencies = [
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
(sources."is-builtin-module-1.0.0" // {
dependencies = [
sources."builtin-modules-1.1.1"
@@ -40182,7 +41014,7 @@ in
})
(sources."registry-url-3.1.0" // {
dependencies = [
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."deep-extend-0.4.1"
sources."ini-1.3.4"
@@ -40203,7 +41035,7 @@ in
dependencies = [
(sources."registry-auth-token-3.1.0" // {
dependencies = [
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."deep-extend-0.4.1"
sources."ini-1.3.4"
@@ -40215,7 +41047,7 @@ in
})
(sources."registry-url-3.1.0" // {
dependencies = [
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."deep-extend-0.4.1"
sources."ini-1.3.4"
@@ -40261,7 +41093,7 @@ in
sources."graceful-fs-4.1.11"
(sources."parse-json-2.2.0" // {
dependencies = [
- (sources."error-ex-1.3.0" // {
+ (sources."error-ex-1.3.1" // {
dependencies = [
sources."is-arrayish-0.2.1"
];
@@ -40281,9 +41113,9 @@ in
})
];
})
- (sources."normalize-package-data-2.3.5" // {
+ (sources."normalize-package-data-2.3.6" // {
dependencies = [
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
(sources."is-builtin-module-1.0.0" // {
dependencies = [
sources."builtin-modules-1.1.1"
@@ -40363,7 +41195,7 @@ in
})
(sources."tabtab-1.3.2" // {
dependencies = [
- (sources."debug-2.6.1" // {
+ (sources."debug-2.6.3" // {
dependencies = [
sources."ms-0.7.2"
];
@@ -40391,7 +41223,7 @@ in
dependencies = [
sources."inherits-2.0.3"
sources."typedarray-0.0.6"
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -40456,7 +41288,7 @@ in
(sources."are-we-there-yet-1.1.2" // {
dependencies = [
sources."delegates-1.0.0"
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -40620,7 +41452,7 @@ in
})
(sources."yeoman-environment-1.6.6" // {
dependencies = [
- (sources."debug-2.6.1" // {
+ (sources."debug-2.6.3" // {
dependencies = [
sources."ms-0.7.2"
];
@@ -40694,7 +41526,7 @@ in
dependencies = [
sources."inherits-2.0.3"
sources."typedarray-0.0.6"
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -40752,7 +41584,7 @@ in
dependencies = [
(sources."through2-2.0.3" // {
dependencies = [
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -40791,7 +41623,7 @@ in
dependencies = [
(sources."first-chunk-stream-2.0.0" // {
dependencies = [
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
diff --git a/pkgs/development/node-packages/node-packages-v6.nix b/pkgs/development/node-packages/node-packages-v6.nix
index dba0e9d82c2..08070fe0e5f 100644
--- a/pkgs/development/node-packages/node-packages-v6.nix
+++ b/pkgs/development/node-packages/node-packages-v6.nix
@@ -1,4 +1,4 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
@@ -337,13 +337,13 @@ let
sha1 = "8dcae470e1c88abc2d600fff4a776286da75e637";
};
};
- "is-buffer-1.1.4" = {
+ "is-buffer-1.1.5" = {
name = "is-buffer";
packageName = "is-buffer";
- version = "1.1.4";
+ version = "1.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz";
- sha1 = "cfc86ccd5dc5a52fa80489111c6920c457e2d98b";
+ url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz";
+ sha1 = "1f3b26ef613b214b88cbca23cc6c01d87961eecc";
};
};
"path-parse-1.0.5" = {
@@ -418,13 +418,13 @@ let
sha1 = "0537cb79daf59b59a1a517dff706c86ec039162e";
};
};
- "which-1.2.12" = {
+ "which-1.2.14" = {
name = "which";
packageName = "which";
- version = "1.2.12";
+ version = "1.2.14";
src = fetchurl {
- url = "https://registry.npmjs.org/which/-/which-1.2.12.tgz";
- sha1 = "de67b5e450269f194909ef23ece4ebe416fa1192";
+ url = "https://registry.npmjs.org/which/-/which-1.2.14.tgz";
+ sha1 = "9a87c4378f03e827cecaf1acdf56c736c01c14e5";
};
};
"parse-passwd-1.0.0" = {
@@ -436,13 +436,13 @@ let
sha1 = "6d5b934a456993b23d37f40a382d6f1666a8e5c6";
};
};
- "isexe-1.1.2" = {
+ "isexe-2.0.0" = {
name = "isexe";
packageName = "isexe";
- version = "1.1.2";
+ version = "2.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz";
- sha1 = "36f3e22e60750920f5e7241a476a8c6a42275ad0";
+ url = "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz";
+ sha1 = "e8fbf374dc556ff8947a10dcb0572d633f2cfa10";
};
};
"amdefine-1.0.1" = {
@@ -517,13 +517,13 @@ let
sha1 = "56b558ba43b9cb5657662251dabe3cb34c16c56f";
};
};
- "azure-arm-cdn-1.0.2" = {
+ "azure-arm-cdn-1.0.3" = {
name = "azure-arm-cdn";
packageName = "azure-arm-cdn";
- version = "1.0.2";
+ version = "1.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/azure-arm-cdn/-/azure-arm-cdn-1.0.2.tgz";
- sha1 = "35eed81c93fb1b2fe1236b432c821a61bce6be96";
+ url = "https://registry.npmjs.org/azure-arm-cdn/-/azure-arm-cdn-1.0.3.tgz";
+ sha1 = "39db281679dcdd33cb6ce032383b192430476412";
};
};
"azure-arm-commerce-0.2.0" = {
@@ -886,6 +886,15 @@ let
sha1 = "5edeb1aee23c4fb541a6b70d692abef19669a2d3";
};
};
+ "date-utils-1.2.21" = {
+ name = "date-utils";
+ packageName = "date-utils";
+ version = "1.2.21";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/date-utils/-/date-utils-1.2.21.tgz";
+ sha1 = "61fb16cdc1274b3c9acaaffe9fc69df8720a2b64";
+ };
+ };
"easy-table-0.0.1" = {
name = "easy-table";
packageName = "easy-table";
@@ -967,6 +976,15 @@ let
sha1 = "bd0a7040d426d7598d6c742ec8f875d0e88644a9";
};
};
+ "jwt-decode-2.2.0" = {
+ name = "jwt-decode";
+ packageName = "jwt-decode";
+ version = "2.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/jwt-decode/-/jwt-decode-2.2.0.tgz";
+ sha1 = "7d86bd56679f58ce6a84704a657dd392bba81a79";
+ };
+ };
"kuduscript-1.0.13" = {
name = "kuduscript";
packageName = "kuduscript";
@@ -976,22 +994,31 @@ let
sha1 = "c74349b2092608bb0f3dc827c516ef2fddb8238e";
};
};
- "ms-rest-1.15.5" = {
- name = "ms-rest";
- packageName = "ms-rest";
- version = "1.15.5";
+ "moment-2.18.1" = {
+ name = "moment";
+ packageName = "moment";
+ version = "2.18.1";
src = fetchurl {
- url = "https://registry.npmjs.org/ms-rest/-/ms-rest-1.15.5.tgz";
- sha1 = "b207a9c447f7fca3adca701feccc2c1907b1431d";
+ url = "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz";
+ sha1 = "c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f";
};
};
- "ms-rest-azure-1.15.5" = {
+ "ms-rest-1.15.7" = {
+ name = "ms-rest";
+ packageName = "ms-rest";
+ version = "1.15.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ms-rest/-/ms-rest-1.15.7.tgz";
+ sha1 = "400515e05b1924889cb61a1ec6054290a68e1207";
+ };
+ };
+ "ms-rest-azure-1.15.7" = {
name = "ms-rest-azure";
packageName = "ms-rest-azure";
- version = "1.15.5";
+ version = "1.15.7";
src = fetchurl {
- url = "https://registry.npmjs.org/ms-rest-azure/-/ms-rest-azure-1.15.5.tgz";
- sha1 = "8fbb1366ecca18ce59010473dc0228b5a32c5611";
+ url = "https://registry.npmjs.org/ms-rest-azure/-/ms-rest-azure-1.15.7.tgz";
+ sha1 = "8bce09f053b1565dbaa8bd022ca40155c35b0fde";
};
};
"node-forge-0.6.23" = {
@@ -1183,15 +1210,6 @@ let
sha1 = "b3da19bd052431a97671d44a42634adf710b40c4";
};
};
- "date-utils-1.2.21" = {
- name = "date-utils";
- packageName = "date-utils";
- version = "1.2.21";
- src = fetchurl {
- url = "https://registry.npmjs.org/date-utils/-/date-utils-1.2.21.tgz";
- sha1 = "61fb16cdc1274b3c9acaaffe9fc69df8720a2b64";
- };
- };
"jws-3.1.4" = {
name = "jws";
packageName = "jws";
@@ -1480,13 +1498,13 @@ let
sha1 = "4a3188d4291b66b4f65edb99f806aa9ae293592a";
};
};
- "from-0.1.3" = {
+ "from-0.1.7" = {
name = "from";
packageName = "from";
- version = "0.1.3";
+ version = "0.1.7";
src = fetchurl {
- url = "https://registry.npmjs.org/from/-/from-0.1.3.tgz";
- sha1 = "ef63ac2062ac32acf7862e0d40b44b896f22f3bc";
+ url = "https://registry.npmjs.org/from/-/from-0.1.7.tgz";
+ sha1 = "83c60afc58b9c56997007ed1a768b3ab303a44fe";
};
};
"map-stream-0.1.0" = {
@@ -1912,13 +1930,13 @@ let
sha1 = "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb";
};
};
- "mime-types-2.1.14" = {
+ "mime-types-2.1.15" = {
name = "mime-types";
packageName = "mime-types";
- version = "2.1.14";
+ version = "2.1.15";
src = fetchurl {
- url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz";
- sha1 = "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee";
+ url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz";
+ sha1 = "a4ebf5064094569237b8cf70046776d09fc92aed";
};
};
"oauth-sign-0.8.2" = {
@@ -1930,13 +1948,13 @@ let
sha1 = "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43";
};
};
- "qs-6.2.2" = {
+ "qs-6.2.3" = {
name = "qs";
packageName = "qs";
- version = "6.2.2";
+ version = "6.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.2.2.tgz";
- sha1 = "d506a5ad5b2cae1fd35c4f54ec182e267e3ef586";
+ url = "https://registry.npmjs.org/qs/-/qs-6.2.3.tgz";
+ sha1 = "1cfcb25c10a9b2b483053ff39f5dfc9233908cfe";
};
};
"stringstream-0.0.5" = {
@@ -1975,13 +1993,13 @@ let
sha1 = "df3ae199acadfb7d440aaae0b29e2272b24ec619";
};
};
- "async-2.1.5" = {
+ "async-2.2.0" = {
name = "async";
packageName = "async";
- version = "2.1.5";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/async/-/async-2.1.5.tgz";
- sha1 = "e587c68580994ac67fc56ff86d3ac56bdbe810bc";
+ url = "https://registry.npmjs.org/async/-/async-2.2.0.tgz";
+ sha1 = "c324eba010a237e4fbd55a12dee86367d5c0ef32";
};
};
"lodash-4.17.4" = {
@@ -2191,22 +2209,31 @@ let
sha1 = "d74e1b87e7affc0db8aadb7021f3fe48101ab234";
};
};
- "jsprim-1.3.1" = {
+ "jsprim-1.4.0" = {
name = "jsprim";
packageName = "jsprim";
- version = "1.3.1";
+ version = "1.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz";
- sha1 = "2a7256f70412a29ee3670aaca625994c4dcff252";
+ url = "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz";
+ sha1 = "a3b87e40298d8c380552d8cc7628a0bb95a22918";
};
};
- "sshpk-1.10.2" = {
+ "sshpk-1.11.0" = {
name = "sshpk";
packageName = "sshpk";
- version = "1.10.2";
+ version = "1.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz";
- sha1 = "d5a804ce22695515638e798dbe23273de070a5fa";
+ url = "https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz";
+ sha1 = "2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77";
+ };
+ };
+ "assert-plus-1.0.0" = {
+ name = "assert-plus";
+ packageName = "assert-plus";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz";
+ sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
};
};
"extsprintf-1.0.2" = {
@@ -2245,15 +2272,6 @@ let
sha1 = "dac8787713c9966849fc8180777ebe9c1ddf3b86";
};
};
- "assert-plus-1.0.0" = {
- name = "assert-plus";
- packageName = "assert-plus";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz";
- sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
- };
- };
"dashdash-1.14.1" = {
name = "dashdash";
packageName = "dashdash";
@@ -2317,13 +2335,13 @@ let
sha1 = "63bc5dcb61331b92bc05fd528953c33462a06f8d";
};
};
- "mime-db-1.26.0" = {
+ "mime-db-1.27.0" = {
name = "mime-db";
packageName = "mime-db";
- version = "1.26.0";
+ version = "1.27.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz";
- sha1 = "eaffcd0e4fc6935cf8134da246e2e6c35305adff";
+ url = "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz";
+ sha1 = "820f572296bbd20ec25ed55e5b5de869e5436eb1";
};
};
"punycode-1.4.1" = {
@@ -2416,13 +2434,13 @@ let
sha1 = "867ac74e3864187b1d3d47d996a78ec5c8830777";
};
};
- "readable-stream-2.2.3" = {
+ "readable-stream-2.2.6" = {
name = "readable-stream";
packageName = "readable-stream";
- version = "2.2.3";
+ version = "2.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.3.tgz";
- sha1 = "9cf49463985df016c8ae8813097a9293a9b33729";
+ url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz";
+ sha1 = "8b43aed76e71483938d12a8d46c6cf1a00b1f816";
};
};
"buffer-shims-1.0.0" = {
@@ -2839,13 +2857,13 @@ let
sha1 = "a35008b20f41383eec1fb914f4cd5df79a264284";
};
};
- "normalize-package-data-2.3.5" = {
+ "normalize-package-data-2.3.6" = {
name = "normalize-package-data";
packageName = "normalize-package-data";
- version = "2.3.5";
+ version = "2.3.6";
src = fetchurl {
- url = "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz";
- sha1 = "8d924f142960e1777e7ffe170543631cc7cb02df";
+ url = "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.6.tgz";
+ sha1 = "498fa420c96401f787402ba21e600def9f981fff";
};
};
"object-assign-4.1.1" = {
@@ -2920,13 +2938,13 @@ let
sha1 = "df010aa1287e164bbda6f9723b0a96a1ec4187a1";
};
};
- "hosted-git-info-2.2.0" = {
+ "hosted-git-info-2.4.1" = {
name = "hosted-git-info";
packageName = "hosted-git-info";
- version = "2.2.0";
+ version = "2.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz";
- sha1 = "7a0d097863d886c0fabbdcd37bf1758d8becf8a5";
+ url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.4.1.tgz";
+ sha1 = "4b0445e41c004a8bd1337773a4ff790ca40318c8";
};
};
"is-builtin-module-1.0.0" = {
@@ -3064,13 +3082,13 @@ let
sha1 = "6219a85616520491f35788bdbf1447a99c7e6b0e";
};
};
- "error-ex-1.3.0" = {
+ "error-ex-1.3.1" = {
name = "error-ex";
packageName = "error-ex";
- version = "1.3.0";
+ version = "1.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz";
- sha1 = "e67b43f3e82c96ea3a584ffee0b9fc3325d802d9";
+ url = "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz";
+ sha1 = "f855a86ce61adc4e8621c3cda21e7a7612c3a8dc";
};
};
"is-arrayish-0.2.1" = {
@@ -3190,22 +3208,22 @@ let
sha1 = "4088433b46b3b1ba259d78785d8e96f73ba02439";
};
};
- "q-1.4.1" = {
+ "q-1.5.0" = {
name = "q";
packageName = "q";
- version = "1.4.1";
+ version = "1.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/q/-/q-1.4.1.tgz";
- sha1 = "55705bcd93c5f3673530c2c2cbc0c2b3addc286e";
+ url = "https://registry.npmjs.org/q/-/q-1.5.0.tgz";
+ sha1 = "dd01bac9d06d30e6f219aecb8253ee9ebdc308f1";
};
};
- "debug-2.6.1" = {
+ "debug-2.6.3" = {
name = "debug";
packageName = "debug";
- version = "2.6.1";
+ version = "2.6.3";
src = fetchurl {
- url = "https://registry.npmjs.org/debug/-/debug-2.6.1.tgz";
- sha1 = "79855090ba2c4e3115cc7d8769491d58f0491351";
+ url = "https://registry.npmjs.org/debug/-/debug-2.6.3.tgz";
+ sha1 = "0f7eb8c30965ec08c72accfa0130c8b79984141d";
};
};
"ms-0.7.2" = {
@@ -3532,13 +3550,13 @@ let
sha1 = "f62cf17581e996b48fc965699f54c06ae268b8d2";
};
};
- "syntax-error-1.1.6" = {
+ "syntax-error-1.3.0" = {
name = "syntax-error";
packageName = "syntax-error";
- version = "1.1.6";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/syntax-error/-/syntax-error-1.1.6.tgz";
- sha1 = "b4549706d386cc1c1dc7c2423f18579b6cade710";
+ url = "https://registry.npmjs.org/syntax-error/-/syntax-error-1.3.0.tgz";
+ sha1 = "1ed9266c4d40be75dc55bf9bb1cb77062bb96ca1";
};
};
"through2-2.0.3" = {
@@ -3712,13 +3730,13 @@ let
sha1 = "9988244874bf5ed4e28da95666dcd66ac8fc363a";
};
};
- "browserify-sign-4.0.0" = {
+ "browserify-sign-4.0.4" = {
name = "browserify-sign";
packageName = "browserify-sign";
- version = "4.0.0";
+ version = "4.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.0.tgz";
- sha1 = "10773910c3c206d5420a46aad8694f820b85968f";
+ url = "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz";
+ sha1 = "aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298";
};
};
"create-ecdh-4.0.0" = {
@@ -3874,13 +3892,13 @@ let
sha1 = "cac9af8762c85836187003c8dfe193e5e2eae5df";
};
};
- "parse-asn1-5.0.0" = {
+ "parse-asn1-5.1.0" = {
name = "parse-asn1";
packageName = "parse-asn1";
- version = "5.0.0";
+ version = "5.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.0.0.tgz";
- sha1 = "35060f6d5015d37628c770f4e091a0b5a278bc23";
+ url = "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz";
+ sha1 = "37c4f9b7ed3ab65c74817b5f2480937fbf97c712";
};
};
"brorand-1.1.0" = {
@@ -3973,22 +3991,22 @@ let
sha1 = "fcea5edc704a4b3a8796cdca419c3a0afaf22df4";
};
};
- "astw-2.0.0" = {
+ "astw-2.2.0" = {
name = "astw";
packageName = "astw";
- version = "2.0.0";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz";
- sha1 = "08121ac8288d35611c0ceec663f6cd545604897d";
+ url = "https://registry.npmjs.org/astw/-/astw-2.2.0.tgz";
+ sha1 = "7bd41784d32493987aeb239b6b4e1c57a873b917";
};
};
- "acorn-1.2.2" = {
+ "acorn-4.0.11" = {
name = "acorn";
packageName = "acorn";
- version = "1.2.2";
+ version = "4.0.11";
src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz";
- sha1 = "c8ce27de0acc76d896d2b1fad3df588d9e82f014";
+ url = "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz";
+ sha1 = "edcda3bd937e7556410d42ed5860f67399c794c0";
};
};
"stream-splicer-2.0.0" = {
@@ -4000,13 +4018,13 @@ let
sha1 = "1b63be438a133e4b671cc1935197600175910d83";
};
};
- "detective-4.3.2" = {
+ "detective-4.5.0" = {
name = "detective";
packageName = "detective";
- version = "4.3.2";
+ version = "4.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/detective/-/detective-4.3.2.tgz";
- sha1 = "77697e2e7947ac3fe7c8e26a6d6f115235afa91c";
+ url = "https://registry.npmjs.org/detective/-/detective-4.5.0.tgz";
+ sha1 = "6e5a8c6b26e6c7a254b1c6b6d7490d98ec91edd1";
};
};
"stream-combiner2-1.1.1" = {
@@ -4018,15 +4036,6 @@ let
sha1 = "fb4d8a1420ea362764e21ad4780397bebcb41cbe";
};
};
- "acorn-3.3.0" = {
- name = "acorn";
- packageName = "acorn";
- version = "3.3.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz";
- sha1 = "45e37fb39e8da3f25baee3ff5369e2bb5f22017a";
- };
- };
"path-platform-0.11.15" = {
name = "path-platform";
packageName = "path-platform";
@@ -4099,15 +4108,6 @@ let
sha1 = "7d229b1fcc637e466ca081180836a7aabff83f43";
};
};
- "acorn-2.7.0" = {
- name = "acorn";
- packageName = "acorn";
- version = "2.7.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz";
- sha1 = "ab6e7d9d886aaca8b085bc3312b79a198433f0e7";
- };
- };
"punycode-1.3.2" = {
name = "punycode";
packageName = "punycode";
@@ -4612,13 +4612,13 @@ let
sha1 = "da3ea74686fa21a19a111c326e90eb15a0196686";
};
};
- "parse-torrent-5.8.1" = {
+ "parse-torrent-5.8.2" = {
name = "parse-torrent";
packageName = "parse-torrent";
- version = "5.8.1";
+ version = "5.8.2";
src = fetchurl {
- url = "https://registry.npmjs.org/parse-torrent/-/parse-torrent-5.8.1.tgz";
- sha1 = "29452b9eae4a1b497f12e580c1cf6fa9682e5c68";
+ url = "https://registry.npmjs.org/parse-torrent/-/parse-torrent-5.8.2.tgz";
+ sha1 = "09f02ca43ec2d885d1460aacb0fb50c79b3c49f9";
};
};
"pump-0.3.5" = {
@@ -5071,13 +5071,13 @@ let
sha1 = "a862e018e3fb1ea2ec3fce5d55605cf57f247371";
};
};
- "ip-1.1.4" = {
+ "ip-1.1.5" = {
name = "ip";
packageName = "ip";
- version = "1.1.4";
+ version = "1.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/ip/-/ip-1.1.4.tgz";
- sha1 = "de8247ffef940451832550fba284945e6e039bfb";
+ url = "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz";
+ sha1 = "bdded70114290828c0a039e72ef25f5aaec4354a";
};
};
"magnet-uri-4.2.3" = {
@@ -5314,13 +5314,13 @@ let
sha1 = "89a73ddc5e75c9ef8ab6320c0a1600d6a41179b9";
};
};
- "simple-peer-6.4.3" = {
+ "simple-peer-6.4.4" = {
name = "simple-peer";
packageName = "simple-peer";
- version = "6.4.3";
+ version = "6.4.4";
src = fetchurl {
- url = "https://registry.npmjs.org/simple-peer/-/simple-peer-6.4.3.tgz";
- sha1 = "f487b381e0fe0874bff1020026001bbf4579c20a";
+ url = "https://registry.npmjs.org/simple-peer/-/simple-peer-6.4.4.tgz";
+ sha1 = "4e421f485ac7b13b08077a4476934d52c5ba3bb3";
};
};
"simple-websocket-4.3.1" = {
@@ -5341,22 +5341,22 @@ let
sha1 = "420b3a9ee1c46854919b4a2aeac65c43fa50597b";
};
};
- "ws-1.1.2" = {
+ "ws-1.1.4" = {
name = "ws";
packageName = "ws";
- version = "1.1.2";
+ version = "1.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz";
- sha1 = "8a244fa052401e08c9886cf44a85189e1fd4067f";
+ url = "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz";
+ sha1 = "57f40d036832e5f5055662a397c4de76ed66bf61";
};
};
- "ipaddr.js-1.2.0" = {
+ "ipaddr.js-1.3.0" = {
name = "ipaddr.js";
packageName = "ipaddr.js";
- version = "1.2.0";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.2.0.tgz";
- sha1 = "8aba49c9192799585bdd643e0ccb50e8ae777ba4";
+ url = "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.3.0.tgz";
+ sha1 = "1e03a52fdad83a8bbb2b25cbf4998b4cffcd3dec";
};
};
"get-browser-rtc-1.0.2" = {
@@ -5368,13 +5368,13 @@ let
sha1 = "bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9";
};
};
- "ws-2.1.0" = {
+ "ws-2.2.2" = {
name = "ws";
packageName = "ws";
- version = "2.1.0";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/ws/-/ws-2.1.0.tgz";
- sha1 = "b24eaed9609f8632dd51e3f7698619a90fddcc92";
+ url = "https://registry.npmjs.org/ws/-/ws-2.2.2.tgz";
+ sha1 = "aa26daf39c52b20ed716e3447f8641494a726b01";
};
};
"ultron-1.1.0" = {
@@ -5530,6 +5530,15 @@ let
sha1 = "9b361dee95a931640e6d504e05609a8fc3ac45d2";
};
};
+ "node-uuid-1.4.8" = {
+ name = "node-uuid";
+ packageName = "node-uuid";
+ version = "1.4.8";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz";
+ sha1 = "b040eb0923968afabf8d32fb1f17f1167fdab907";
+ };
+ };
"cookie-jar-0.2.0" = {
name = "cookie-jar";
packageName = "cookie-jar";
@@ -5953,13 +5962,13 @@ let
sha1 = "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c";
};
};
- "init-package-json-1.9.4" = {
+ "init-package-json-1.9.5" = {
name = "init-package-json";
packageName = "init-package-json";
- version = "1.9.4";
+ version = "1.9.5";
src = fetchurl {
- url = "https://registry.npmjs.org/init-package-json/-/init-package-json-1.9.4.tgz";
- sha1 = "b4053d0b40f0cf842a41966937cb3dc0f534e856";
+ url = "https://registry.npmjs.org/init-package-json/-/init-package-json-1.9.5.tgz";
+ sha1 = "7d4d64a264dc76c1f1f557cbbe824978bf10cd09";
};
};
"nopt-3.0.6" = {
@@ -5971,13 +5980,13 @@ let
sha1 = "c6465dbf08abcd4db359317f79ac68a646b28ff9";
};
};
- "npm-2.15.11" = {
+ "npm-2.15.12" = {
name = "npm";
packageName = "npm";
- version = "2.15.11";
+ version = "2.15.12";
src = fetchurl {
- url = "https://registry.npmjs.org/npm/-/npm-2.15.11.tgz";
- sha1 = "350588fba9cd8d384cf9a6e8dc0fef0f94992b7c";
+ url = "https://registry.npmjs.org/npm/-/npm-2.15.12.tgz";
+ sha1 = "df7c3ed5a277c3f9d4b5d819b05311d10a200ae6";
};
};
"opener-1.4.1" = {
@@ -6079,6 +6088,15 @@ let
sha1 = "c18d24ef5091174a497f318cd24b026a25cddab4";
};
};
+ "acorn-1.2.2" = {
+ name = "acorn";
+ packageName = "acorn";
+ version = "1.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz";
+ sha1 = "c8ce27de0acc76d896d2b1fad3df588d9e82f014";
+ };
+ };
"foreach-2.0.5" = {
name = "foreach";
packageName = "foreach";
@@ -6124,22 +6142,31 @@ let
sha1 = "498905a593bf47cc2d9e7f738372bbf7696c7f26";
};
};
- "shelljs-0.7.6" = {
+ "shelljs-0.7.7" = {
name = "shelljs";
packageName = "shelljs";
- version = "0.7.6";
+ version = "0.7.7";
src = fetchurl {
- url = "https://registry.npmjs.org/shelljs/-/shelljs-0.7.6.tgz";
- sha1 = "379cccfb56b91c8601e4793356eb5382924de9ad";
+ url = "https://registry.npmjs.org/shelljs/-/shelljs-0.7.7.tgz";
+ sha1 = "b2f5c77ef97148f4b4f6e22682e10bba8667cff1";
};
};
- "interpret-1.0.1" = {
+ "q-1.4.1" = {
+ name = "q";
+ packageName = "q";
+ version = "1.4.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/q/-/q-1.4.1.tgz";
+ sha1 = "55705bcd93c5f3673530c2c2cbc0c2b3addc286e";
+ };
+ };
+ "interpret-1.0.2" = {
name = "interpret";
packageName = "interpret";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz";
- sha1 = "d579fb7f693b858004947af39fa0db49f795602c";
+ url = "https://registry.npmjs.org/interpret/-/interpret-1.0.2.tgz";
+ sha1 = "f4f623f0bb7122f15f5717c8e254b8161b5c5b2d";
};
};
"rechoir-0.6.2" = {
@@ -6178,13 +6205,13 @@ let
sha1 = "cceb121ecc9d09c52d7ad0c3350ea93ddd402bc3";
};
};
- "express-4.14.1" = {
+ "express-4.15.2" = {
name = "express";
packageName = "express";
- version = "4.14.1";
+ version = "4.15.2";
src = fetchurl {
- url = "https://registry.npmjs.org/express/-/express-4.14.1.tgz";
- sha1 = "646c237f766f148c2120aff073817b9e4d7e0d33";
+ url = "https://registry.npmjs.org/express/-/express-4.15.2.tgz";
+ sha1 = "af107fc148504457f2dca9a6f2571d7129b97b35";
};
};
"accepts-1.3.3" = {
@@ -6205,13 +6232,13 @@ let
sha1 = "d5b680a165b6201739acb611542aabc2d8ceb070";
};
};
- "compressible-2.0.9" = {
+ "compressible-2.0.10" = {
name = "compressible";
packageName = "compressible";
- version = "2.0.9";
+ version = "2.0.10";
src = fetchurl {
- url = "https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz";
- sha1 = "6daab4e2b599c2770dd9e21e7a891b1c5a755425";
+ url = "https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz";
+ sha1 = "feda1c7f7617912732b29bf8cf26252a20b9eecd";
};
};
"debug-2.2.0" = {
@@ -6232,13 +6259,13 @@ let
sha1 = "928f5d0f470d49342651ea6794b0857c100693f7";
};
};
- "vary-1.1.0" = {
+ "vary-1.1.1" = {
name = "vary";
packageName = "vary";
- version = "1.1.0";
+ version = "1.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/vary/-/vary-1.1.0.tgz";
- sha1 = "e1e5affbbd16ae768dd2674394b9ad3022653140";
+ url = "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz";
+ sha1 = "67535ebb694c1d52257457984665323f587e8d37";
};
};
"negotiator-0.6.1" = {
@@ -6304,6 +6331,15 @@ let
sha1 = "e303a882b342cc3ee8ca513a79999734dab3ae2c";
};
};
+ "debug-2.6.1" = {
+ name = "debug";
+ packageName = "debug";
+ version = "2.6.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/debug/-/debug-2.6.1.tgz";
+ sha1 = "79855090ba2c4e3115cc7d8769491d58f0491351";
+ };
+ };
"depd-1.1.0" = {
name = "depd";
packageName = "depd";
@@ -6331,31 +6367,31 @@ let
sha1 = "0258eae4d3d0c0974de1c169188ef0051d1d1988";
};
};
- "etag-1.7.0" = {
+ "etag-1.8.0" = {
name = "etag";
packageName = "etag";
- version = "1.7.0";
+ version = "1.8.0";
src = fetchurl {
- url = "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz";
- sha1 = "03d30b5f67dd6e632d2945d30d6652731a34d5d8";
+ url = "https://registry.npmjs.org/etag/-/etag-1.8.0.tgz";
+ sha1 = "6f631aef336d6c46362b51764044ce216be3c051";
};
};
- "finalhandler-0.5.1" = {
+ "finalhandler-1.0.1" = {
name = "finalhandler";
packageName = "finalhandler";
- version = "0.5.1";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.1.tgz";
- sha1 = "2c400d8d4530935bc232549c5fa385ec07de6fcd";
+ url = "https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.1.tgz";
+ sha1 = "bcd15d1689c0e5ed729b6f7f541a6df984117db8";
};
};
- "fresh-0.3.0" = {
+ "fresh-0.5.0" = {
name = "fresh";
packageName = "fresh";
- version = "0.3.0";
+ version = "0.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz";
- sha1 = "651f838e22424e7566de161d8358caa199f83d4f";
+ url = "https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz";
+ sha1 = "f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e";
};
};
"merge-descriptors-1.0.1" = {
@@ -6403,40 +6439,49 @@ let
sha1 = "df604178005f522f15eb4490e7247a1bfaa67f8c";
};
};
- "proxy-addr-1.1.3" = {
+ "proxy-addr-1.1.4" = {
name = "proxy-addr";
packageName = "proxy-addr";
- version = "1.1.3";
+ version = "1.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.3.tgz";
- sha1 = "dc97502f5722e888467b3fa2297a7b1ff47df074";
+ url = "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz";
+ sha1 = "27e545f6960a44a627d9b44467e35c1b6b4ce2f3";
};
};
- "qs-6.2.0" = {
+ "qs-6.4.0" = {
name = "qs";
packageName = "qs";
- version = "6.2.0";
+ version = "6.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.2.0.tgz";
- sha1 = "3b7848c03c2dece69a9522b0fae8c4126d745f3b";
+ url = "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz";
+ sha1 = "13e26d28ad6b0ffaa91312cd3bf708ed351e7233";
};
};
- "send-0.14.2" = {
+ "send-0.15.1" = {
name = "send";
packageName = "send";
- version = "0.14.2";
+ version = "0.15.1";
src = fetchurl {
- url = "https://registry.npmjs.org/send/-/send-0.14.2.tgz";
- sha1 = "39b0438b3f510be5dc6f667a11f71689368cdeef";
+ url = "https://registry.npmjs.org/send/-/send-0.15.1.tgz";
+ sha1 = "8a02354c26e6f5cca700065f5f0cdeba90ec7b5f";
};
};
- "serve-static-1.11.2" = {
+ "serve-static-1.12.1" = {
name = "serve-static";
packageName = "serve-static";
- version = "1.11.2";
+ version = "1.12.1";
src = fetchurl {
- url = "https://registry.npmjs.org/serve-static/-/serve-static-1.11.2.tgz";
- sha1 = "2cf9889bd4435a320cc36895c9aa57bd662e6ac7";
+ url = "https://registry.npmjs.org/serve-static/-/serve-static-1.12.1.tgz";
+ sha1 = "7443a965e3ced647aceb5639fa06bf4d1bbe0039";
+ };
+ };
+ "setprototypeof-1.0.3" = {
+ name = "setprototypeof";
+ packageName = "setprototypeof";
+ version = "1.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz";
+ sha1 = "66567e37043eeb4f04d91bd658c0cbefb55b8e04";
};
};
"type-is-1.6.14" = {
@@ -6493,22 +6538,13 @@ let
sha1 = "978857442c44749e4206613e37946205826abd80";
};
};
- "http-errors-1.5.1" = {
+ "http-errors-1.6.1" = {
name = "http-errors";
packageName = "http-errors";
- version = "1.5.1";
+ version = "1.6.1";
src = fetchurl {
- url = "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz";
- sha1 = "788c0d2c1de2c81b9e6e8c01843b6b97eb920750";
- };
- };
- "setprototypeof-1.0.2" = {
- name = "setprototypeof";
- packageName = "setprototypeof";
- version = "1.0.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.2.tgz";
- sha1 = "81a552141ec104b88e89ce383103ad5c66564d08";
+ url = "https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz";
+ sha1 = "5f8b8ed98aca545656bf572997387f904a722257";
};
};
"media-typer-0.3.0" = {
@@ -6538,13 +6574,13 @@ let
sha1 = "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d";
};
};
- "npm-package-arg-4.2.0" = {
+ "npm-package-arg-4.2.1" = {
name = "npm-package-arg";
packageName = "npm-package-arg";
- version = "4.2.0";
+ version = "4.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.2.0.tgz";
- sha1 = "809bc61cabf54bd5ff94f6165c89ba8ee88c115c";
+ url = "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.2.1.tgz";
+ sha1 = "593303fdea85f7c422775f17f9eb7670f680e3ec";
};
};
"promzard-0.3.0" = {
@@ -6556,22 +6592,22 @@ let
sha1 = "26a5d6ee8c7dee4cb12208305acfb93ba382a9ee";
};
};
- "read-package-json-2.0.4" = {
+ "read-package-json-2.0.5" = {
name = "read-package-json";
packageName = "read-package-json";
- version = "2.0.4";
+ version = "2.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.4.tgz";
- sha1 = "61ed1b2256ea438d8008895090be84b8e799c853";
+ url = "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.5.tgz";
+ sha1 = "f93a64e641529df68a08c64de46389e8a3f88845";
};
};
- "validate-npm-package-name-2.2.2" = {
+ "validate-npm-package-name-3.0.0" = {
name = "validate-npm-package-name";
packageName = "validate-npm-package-name";
- version = "2.2.2";
+ version = "3.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-2.2.2.tgz";
- sha1 = "f65695b22f7324442019a3c7fa39a6e7fd299085";
+ url = "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz";
+ sha1 = "5fa912d81eb7d0c74afc140de7317f0ca7df437e";
};
};
"json-parse-helpfulerror-1.0.3" = {
@@ -6592,13 +6628,13 @@ let
sha1 = "dadd9ef01924bc728b03f2f7979bdbd62f7a2aaa";
};
};
- "builtins-0.0.7" = {
+ "builtins-1.0.3" = {
name = "builtins";
packageName = "builtins";
- version = "0.0.7";
+ version = "1.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/builtins/-/builtins-0.0.7.tgz";
- sha1 = "355219cd6cf18dbe7c01cc7fd2dce765cfdc549a";
+ url = "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz";
+ sha1 = "cb94faeb61c8696451db36534e1422f94f0aee88";
};
};
"abbrev-1.1.0" = {
@@ -6736,31 +6772,31 @@ let
sha1 = "60c7f87bd62bcc6a894fa8ccd6afb7823a24f742";
};
};
- "fs-vacuum-1.2.9" = {
+ "fs-vacuum-1.2.10" = {
name = "fs-vacuum";
packageName = "fs-vacuum";
- version = "1.2.9";
+ version = "1.2.10";
src = fetchurl {
- url = "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.9.tgz";
- sha1 = "4f90193ab8ea02890995bcd4e804659a5d366b2d";
+ url = "https://registry.npmjs.org/fs-vacuum/-/fs-vacuum-1.2.10.tgz";
+ sha1 = "b7629bec07a4031a2548fdf99f5ecf1cc8b31e36";
};
};
- "fs-write-stream-atomic-1.0.8" = {
+ "fs-write-stream-atomic-1.0.10" = {
name = "fs-write-stream-atomic";
packageName = "fs-write-stream-atomic";
- version = "1.0.8";
- src = fetchurl {
- url = "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.8.tgz";
- sha1 = "e49aaddf288f87d46ff9e882f216a13abc40778b";
- };
- };
- "fstream-1.0.10" = {
- name = "fstream";
- packageName = "fstream";
version = "1.0.10";
src = fetchurl {
- url = "https://registry.npmjs.org/fstream/-/fstream-1.0.10.tgz";
- sha1 = "604e8a92fe26ffd9f6fae30399d4984e1ab22822";
+ url = "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz";
+ sha1 = "b47df53493ef911df75731e70a9ded0189db40c9";
+ };
+ };
+ "fstream-1.0.11" = {
+ name = "fstream";
+ packageName = "fstream";
+ version = "1.0.11";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz";
+ sha1 = "5c1fb1f117477114f0632a0eb4b71b3cb0fd3171";
};
};
"fstream-npm-1.1.1" = {
@@ -6826,13 +6862,13 @@ let
sha1 = "1d17679c069cda5d040991a09dbc2c0db377e55e";
};
};
- "node-gyp-3.4.0" = {
+ "node-gyp-3.6.0" = {
name = "node-gyp";
packageName = "node-gyp";
- version = "3.4.0";
+ version = "3.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/node-gyp/-/node-gyp-3.4.0.tgz";
- sha1 = "dda558393b3ecbbe24c9e6b8703c71194c63fa36";
+ url = "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz";
+ sha1 = "7474f63a3a0501161dda0b6341f022f14c423fa6";
};
};
"normalize-git-url-3.0.2" = {
@@ -7015,6 +7051,15 @@ let
sha1 = "f29cebf01df517912bb58ff9c4e50fde8e33320d";
};
};
+ "validate-npm-package-name-2.2.2" = {
+ name = "validate-npm-package-name";
+ packageName = "validate-npm-package-name";
+ version = "2.2.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-2.2.2.tgz";
+ sha1 = "f65695b22f7324442019a3c7fa39a6e7fd299085";
+ };
+ };
"write-file-atomic-1.1.4" = {
name = "write-file-atomic";
packageName = "write-file-atomic";
@@ -7096,76 +7141,31 @@ let
sha1 = "f052a28da70e618917ef0a8ac34c1ae5a68286b3";
};
};
- "yallist-2.0.0" = {
+ "yallist-2.1.2" = {
name = "yallist";
packageName = "yallist";
- version = "2.0.0";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/yallist/-/yallist-2.0.0.tgz";
- sha1 = "306c543835f09ee1a4cb23b7bce9ab341c91cdd4";
+ url = "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz";
+ sha1 = "1c11f9218f076089a47dd512f93c6699a6a81d52";
};
};
- "path-array-1.0.1" = {
- name = "path-array";
- packageName = "path-array";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz";
- sha1 = "7e2f0f35f07a2015122b868b7eac0eb2c4fec271";
- };
- };
- "array-index-1.0.0" = {
- name = "array-index";
- packageName = "array-index";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz";
- sha1 = "ec56a749ee103e4e08c790b9c353df16055b97f9";
- };
- };
- "es6-symbol-3.1.0" = {
- name = "es6-symbol";
- packageName = "es6-symbol";
- version = "3.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz";
- sha1 = "94481c655e7a7cad82eba832d97d5433496d7ffa";
- };
- };
- "d-0.1.1" = {
- name = "d";
- packageName = "d";
- version = "0.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/d/-/d-0.1.1.tgz";
- sha1 = "da184c535d18d8ee7ba2aa229b914009fae11309";
- };
- };
- "es5-ext-0.10.12" = {
- name = "es5-ext";
- packageName = "es5-ext";
- version = "0.10.12";
- src = fetchurl {
- url = "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz";
- sha1 = "aa84641d4db76b62abba5e45fd805ecbab140047";
- };
- };
- "es6-iterator-2.0.0" = {
- name = "es6-iterator";
- packageName = "es6-iterator";
- version = "2.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz";
- sha1 = "bd968567d61635e33c0b80727613c9cb4b096bac";
- };
- };
- "request-2.79.0" = {
+ "request-2.81.0" = {
name = "request";
packageName = "request";
- version = "2.79.0";
+ version = "2.81.0";
src = fetchurl {
- url = "https://registry.npmjs.org/request/-/request-2.79.0.tgz";
- sha1 = "4dfe5bf6be8b8cdc37fcf93e04b65577722710de";
+ url = "https://registry.npmjs.org/request/-/request-2.81.0.tgz";
+ sha1 = "c6928946a0e06c5f8d6f8a9333469ffda46298a0";
+ };
+ };
+ "caseless-0.12.0" = {
+ name = "caseless";
+ packageName = "caseless";
+ version = "0.12.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz";
+ sha1 = "1b681c21ff84033c826543090689420d187151dc";
};
};
"form-data-2.1.2" = {
@@ -7177,13 +7177,31 @@ let
sha1 = "89c3534008b97eada4cbb157d58f6f5df025eae4";
};
};
- "qs-6.3.1" = {
- name = "qs";
- packageName = "qs";
- version = "6.3.1";
+ "har-validator-4.2.1" = {
+ name = "har-validator";
+ packageName = "har-validator";
+ version = "4.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.3.1.tgz";
- sha1 = "918c0b3bcd36679772baf135b1acb4c1651ed79d";
+ url = "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz";
+ sha1 = "33481d0f1bbff600dd203d75812a6a5fba002e2a";
+ };
+ };
+ "performance-now-0.2.0" = {
+ name = "performance-now";
+ packageName = "performance-now";
+ version = "0.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz";
+ sha1 = "33ef30c5c77d4ea21c5a53869d91b56d8f2555e5";
+ };
+ };
+ "tunnel-agent-0.6.0" = {
+ name = "tunnel-agent";
+ packageName = "tunnel-agent";
+ version = "0.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
+ sha1 = "27a5dea06b36b04a0a9966774b290868f0fc40fd";
};
};
"asynckit-0.4.0" = {
@@ -7195,6 +7213,42 @@ let
sha1 = "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79";
};
};
+ "ajv-4.11.5" = {
+ name = "ajv";
+ packageName = "ajv";
+ version = "4.11.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ajv/-/ajv-4.11.5.tgz";
+ sha1 = "b6ee74657b993a01dce44b7944d56f485828d5bd";
+ };
+ };
+ "har-schema-1.0.5" = {
+ name = "har-schema";
+ packageName = "har-schema";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz";
+ sha1 = "d263135f43307c02c602afc8fe95970c0151369e";
+ };
+ };
+ "co-4.6.0" = {
+ name = "co";
+ packageName = "co";
+ version = "4.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/co/-/co-4.6.0.tgz";
+ sha1 = "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184";
+ };
+ };
+ "json-stable-stringify-1.0.1" = {
+ name = "json-stable-stringify";
+ packageName = "json-stable-stringify";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz";
+ sha1 = "9a759d39c5f2ff503fd5300646ed445f88c4f9af";
+ };
+ };
"are-we-there-yet-1.1.2" = {
name = "are-we-there-yet";
packageName = "are-we-there-yet";
@@ -7285,6 +7339,15 @@ let
sha1 = "a7c216d267545169637b3b6edc6ca9119e2ff93f";
};
};
+ "builtins-0.0.7" = {
+ name = "builtins";
+ packageName = "builtins";
+ version = "0.0.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/builtins/-/builtins-0.0.7.tgz";
+ sha1 = "355219cd6cf18dbe7c01cc7fd2dce765cfdc549a";
+ };
+ };
"bl-0.9.5" = {
name = "bl";
packageName = "bl";
@@ -7771,13 +7834,13 @@ let
sha1 = "35c3e177f2078ef789ee4bfafa4373074eaef4fa";
};
};
- "rc-1.1.7" = {
+ "rc-1.2.0" = {
name = "rc";
packageName = "rc";
- version = "1.1.7";
+ version = "1.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/rc/-/rc-1.1.7.tgz";
- sha1 = "c5ea564bb07aff9fd3a5b32e906c1d3a65940fea";
+ url = "https://registry.npmjs.org/rc/-/rc-1.2.0.tgz";
+ sha1 = "c7de973b7b46297c041366b2fd3d2363b1697c66";
};
};
"strip-json-comments-2.0.1" = {
@@ -7789,13 +7852,13 @@ let
sha1 = "3c531942e908c2697c0ec344858c286c7ca0a60a";
};
};
- "clone-2.1.0" = {
+ "clone-2.1.1" = {
name = "clone";
packageName = "clone";
- version = "2.1.0";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/clone/-/clone-2.1.0.tgz";
- sha1 = "9c715bfbd39aa197c8ee0f8e65c3912ba34f8cd6";
+ url = "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz";
+ sha1 = "d217d1e961118e3ac9a4b8bba3285553bf647cdb";
};
};
"parserlib-1.1.1" = {
@@ -8459,13 +8522,13 @@ let
sha1 = "45221ee429f7ee1e5035be3f51533f1cdfd29884";
};
};
- "cors-2.8.1" = {
+ "cors-2.8.3" = {
name = "cors";
packageName = "cors";
- version = "2.8.1";
+ version = "2.8.3";
src = fetchurl {
- url = "https://registry.npmjs.org/cors/-/cors-2.8.1.tgz";
- sha1 = "6181aa56abb45a2825be3304703747ae4e9d2383";
+ url = "https://registry.npmjs.org/cors/-/cors-2.8.3.tgz";
+ sha1 = "4cf78e1d23329a7496b2fc2225b77ca5bb5eb802";
};
};
"docker-parse-image-3.0.1" = {
@@ -8477,13 +8540,13 @@ let
sha1 = "33dc69291eac3414f84871f2d59d77b6f6948be4";
};
};
- "end-of-stream-1.1.0" = {
+ "end-of-stream-1.4.0" = {
name = "end-of-stream";
packageName = "end-of-stream";
- version = "1.1.0";
+ version = "1.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz";
- sha1 = "e9353258baa9108965efc41cb0ef8ade2f3cfb07";
+ url = "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz";
+ sha1 = "7a90d833efda6cfa6eac0f4949dbb0fad3a63206";
};
};
"from2-1.3.0" = {
@@ -9152,13 +9215,13 @@ let
sha1 = "027620bee567a88c32561574e7fd0801d33118e4";
};
};
- "doctrine-1.5.0" = {
+ "doctrine-2.0.0" = {
name = "doctrine";
packageName = "doctrine";
- version = "1.5.0";
+ version = "2.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz";
- sha1 = "379dce730f6166f76cefa4e6707a159b02c5a6fa";
+ url = "https://registry.npmjs.org/doctrine/-/doctrine-2.0.0.tgz";
+ sha1 = "c73d8d2909d22291e1a007a395804da8b665fe63";
};
};
"escope-3.6.0" = {
@@ -9179,6 +9242,15 @@ let
sha1 = "41656fa5628e042878025ef467e78f125cb86e1d";
};
};
+ "esquery-1.0.0" = {
+ name = "esquery";
+ packageName = "esquery";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/esquery/-/esquery-1.0.0.tgz";
+ sha1 = "cfba8b57d7fba93f17298a8a006a04cda13d80fa";
+ };
+ };
"estraverse-4.2.0" = {
name = "estraverse";
packageName = "estraverse";
@@ -9206,22 +9278,22 @@ let
sha1 = "c392990c3e684783d838b8c84a45d8a048458361";
};
};
- "globals-9.16.0" = {
+ "globals-9.17.0" = {
name = "globals";
packageName = "globals";
- version = "9.16.0";
+ version = "9.17.0";
src = fetchurl {
- url = "https://registry.npmjs.org/globals/-/globals-9.16.0.tgz";
- sha1 = "63e903658171ec2d9f51b1d31de5e2b8dc01fb80";
+ url = "https://registry.npmjs.org/globals/-/globals-9.17.0.tgz";
+ sha1 = "0c0ca696d9b9bb694d2e5470bd37777caad50286";
};
};
- "ignore-3.2.4" = {
+ "ignore-3.2.6" = {
name = "ignore";
packageName = "ignore";
- version = "3.2.4";
+ version = "3.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/ignore/-/ignore-3.2.4.tgz";
- sha1 = "4055e03596729a8fabe45a43c100ad5ed815c4e8";
+ url = "https://registry.npmjs.org/ignore/-/ignore-3.2.6.tgz";
+ sha1 = "26e8da0644be0bb4cb39516f6c79f0e0f4ffe48c";
};
};
"inquirer-0.12.0" = {
@@ -9242,22 +9314,13 @@ let
sha1 = "8df57c61ea2e3c501408d100fb013cf8d6e0cc62";
};
};
- "js-yaml-3.8.1" = {
+ "js-yaml-3.8.2" = {
name = "js-yaml";
packageName = "js-yaml";
- version = "3.8.1";
+ version = "3.8.2";
src = fetchurl {
- url = "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.1.tgz";
- sha1 = "782ba50200be7b9e5a8537001b7804db3ad02628";
- };
- };
- "json-stable-stringify-1.0.1" = {
- name = "json-stable-stringify";
- packageName = "json-stable-stringify";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz";
- sha1 = "9a759d39c5f2ff503fd5300646ed445f88c4f9af";
+ url = "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.2.tgz";
+ sha1 = "02d3e2c0f6beab20248d412c352203827d786721";
};
};
"levn-0.3.0" = {
@@ -9332,22 +9395,22 @@ let
sha1 = "08e9f132484a2c45a30907e9dc4d5567b7f114d7";
};
};
- "es6-map-0.1.4" = {
+ "es6-map-0.1.5" = {
name = "es6-map";
packageName = "es6-map";
- version = "0.1.4";
+ version = "0.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/es6-map/-/es6-map-0.1.4.tgz";
- sha1 = "a34b147be224773a4d7da8072794cefa3632b897";
+ url = "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz";
+ sha1 = "9136e0503dcc06a301690f0bb14ff4e364e949f0";
};
};
- "es6-weak-map-2.0.1" = {
+ "es6-weak-map-2.0.2" = {
name = "es6-weak-map";
packageName = "es6-weak-map";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz";
- sha1 = "0d2bbd8827eb5fb4ba8f97fbfea50d43db21ea81";
+ url = "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz";
+ sha1 = "5e3ab32251ffd1538a1f8e5ffa1357772f92d96f";
};
};
"esrecurse-4.1.0" = {
@@ -9359,22 +9422,58 @@ let
sha1 = "4713b6536adf7f2ac4f327d559e7756bff648220";
};
};
- "es6-set-0.1.4" = {
- name = "es6-set";
- packageName = "es6-set";
- version = "0.1.4";
+ "d-1.0.0" = {
+ name = "d";
+ packageName = "d";
+ version = "1.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/es6-set/-/es6-set-0.1.4.tgz";
- sha1 = "9516b6761c2964b92ff479456233a247dc707ce8";
+ url = "https://registry.npmjs.org/d/-/d-1.0.0.tgz";
+ sha1 = "754bb5bfe55451da69a58b94d45f4c5b0462d58f";
};
};
- "event-emitter-0.3.4" = {
+ "es5-ext-0.10.15" = {
+ name = "es5-ext";
+ packageName = "es5-ext";
+ version = "0.10.15";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.15.tgz";
+ sha1 = "c330a5934c1ee21284a7c081a86e5fd937c91ea6";
+ };
+ };
+ "es6-iterator-2.0.1" = {
+ name = "es6-iterator";
+ packageName = "es6-iterator";
+ version = "2.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.1.tgz";
+ sha1 = "8e319c9f0453bf575d374940a655920e59ca5512";
+ };
+ };
+ "es6-set-0.1.5" = {
+ name = "es6-set";
+ packageName = "es6-set";
+ version = "0.1.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz";
+ sha1 = "d2b3ec5d4d800ced818db538d28974db0a73ccb1";
+ };
+ };
+ "es6-symbol-3.1.1" = {
+ name = "es6-symbol";
+ packageName = "es6-symbol";
+ version = "3.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz";
+ sha1 = "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77";
+ };
+ };
+ "event-emitter-0.3.5" = {
name = "event-emitter";
packageName = "event-emitter";
- version = "0.3.4";
+ version = "0.3.5";
src = fetchurl {
- url = "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz";
- sha1 = "8d63ddfb4cfe1fae3b32ca265c4c720222080bb5";
+ url = "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz";
+ sha1 = "df8c69eef1647923c7157b9ce83840610b02cc39";
};
};
"estraverse-4.1.1" = {
@@ -9404,6 +9503,15 @@ let
sha1 = "afdf9488fb1ecefc8348f6fb22f464e32a58b36b";
};
};
+ "acorn-3.3.0" = {
+ name = "acorn";
+ packageName = "acorn";
+ version = "3.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz";
+ sha1 = "45e37fb39e8da3f25baee3ff5369e2bb5f22017a";
+ };
+ };
"flat-cache-1.2.2" = {
name = "flat-cache";
packageName = "flat-cache";
@@ -9620,15 +9728,6 @@ let
sha1 = "afab96262910a7f33c19a5775825c69f34e350ca";
};
};
- "ajv-4.11.3" = {
- name = "ajv";
- packageName = "ajv";
- version = "4.11.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/ajv/-/ajv-4.11.3.tgz";
- sha1 = "ce30bdb90d1254f762c75af915fb3a63e7183d22";
- };
- };
"ajv-keywords-1.5.1" = {
name = "ajv-keywords";
packageName = "ajv-keywords";
@@ -9656,15 +9755,6 @@ let
sha1 = "635c5436cc72a6e0c387ceca278d4e2eec52687e";
};
};
- "co-4.6.0" = {
- name = "co";
- packageName = "co";
- version = "4.6.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/co/-/co-4.6.0.tgz";
- sha1 = "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184";
- };
- };
"is-fullwidth-code-point-2.0.0" = {
name = "is-fullwidth-code-point";
packageName = "is-fullwidth-code-point";
@@ -9962,13 +10052,13 @@ let
sha1 = "ac468177c4943405a092fc8f29760c6ffc6206c0";
};
};
- "normalize-path-2.0.1" = {
+ "normalize-path-2.1.1" = {
name = "normalize-path";
packageName = "normalize-path";
- version = "2.0.1";
+ version = "2.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz";
- sha1 = "47886ac1662760d4261b7d979d241709d3ce3f7a";
+ url = "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz";
+ sha1 = "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9";
};
};
"object.omit-2.0.1" = {
@@ -10079,6 +10169,15 @@ let
sha1 = "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4";
};
};
+ "remove-trailing-separator-1.0.1" = {
+ name = "remove-trailing-separator";
+ packageName = "remove-trailing-separator";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz";
+ sha1 = "615ebb96af559552d4bf4057c8436d486ab63cc4";
+ };
+ };
"for-own-0.1.5" = {
name = "for-own";
packageName = "for-own";
@@ -10097,13 +10196,13 @@ let
sha1 = "62b110e289a471418e3ec36a617d472e301dfc89";
};
};
- "for-in-1.0.1" = {
+ "for-in-1.0.2" = {
name = "for-in";
packageName = "for-in";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/for-in/-/for-in-1.0.1.tgz";
- sha1 = "d6c3e3798ceaaa301047b109dedf1b1ae37a0efa";
+ url = "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz";
+ sha1 = "81068d295a8142ec0ac726c6e2200c30fb6d5e80";
};
};
"glob-base-0.3.0" = {
@@ -10160,13 +10259,22 @@ let
sha1 = "4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61";
};
};
- "node-pre-gyp-0.6.33" = {
+ "node-pre-gyp-0.6.34" = {
name = "node-pre-gyp";
packageName = "node-pre-gyp";
- version = "0.6.33";
+ version = "0.6.34";
src = fetchurl {
- url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.33.tgz";
- sha1 = "640ac55198f6a925972e0c16c4ac26a034d5ecc9";
+ url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.34.tgz";
+ sha1 = "94ad1c798a11d7fc67381b50d47f8cc18d9799f7";
+ };
+ };
+ "nopt-4.0.1" = {
+ name = "nopt";
+ packageName = "nopt";
+ version = "4.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz";
+ sha1 = "d0d4685afd5415193c8c7505602d0d17cd64474d";
};
};
"npmlog-4.0.2" = {
@@ -10178,13 +10286,13 @@ let
sha1 = "d03950e0e78ce1527ba26d2a7592e9348ac3e75f";
};
};
- "tar-pack-3.3.0" = {
+ "tar-pack-3.4.0" = {
name = "tar-pack";
packageName = "tar-pack";
- version = "3.3.0";
+ version = "3.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/tar-pack/-/tar-pack-3.3.0.tgz";
- sha1 = "30931816418f55afc4d21775afdd6720cee45dae";
+ url = "https://registry.npmjs.org/tar-pack/-/tar-pack-3.4.0.tgz";
+ sha1 = "23be2d7f671a8339376cbdb0b8fe3fdebf317984";
};
};
"console-control-strings-1.1.0" = {
@@ -10313,6 +10421,15 @@ let
sha1 = "f1e8f461e4064ba39e82af3cdc2a8c893d076759";
};
};
+ "lodash.groupby-4.6.0" = {
+ name = "lodash.groupby";
+ packageName = "lodash.groupby";
+ version = "4.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz";
+ sha1 = "0b08a1dcf68397c397855c3239783832df7403d1";
+ };
+ };
"minilog-2.0.8" = {
name = "minilog";
packageName = "minilog";
@@ -10322,6 +10439,15 @@ let
sha1 = "21ffdc429be2b50cb361df990a40a7731288e935";
};
};
+ "simple-git-1.69.0" = {
+ name = "simple-git";
+ packageName = "simple-git";
+ version = "1.69.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/simple-git/-/simple-git-1.69.0.tgz";
+ sha1 = "e86ead16abfc273dca9ae2bd51e5eb3c0122c177";
+ };
+ };
"tabtab-git+https://github.com/mixu/node-tabtab.git" = {
name = "tabtab";
packageName = "tabtab";
@@ -10449,13 +10575,13 @@ let
sha1 = "5d23cb35561dd85dc67fb8482309b47d53cce9a7";
};
};
- "uglify-js-2.7.5" = {
+ "uglify-js-2.8.20" = {
name = "uglify-js";
packageName = "uglify-js";
- version = "2.7.5";
+ version = "2.8.20";
src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz";
- sha1 = "4612c0c7baaee2ba7c487de4904ae122079f2ca8";
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.20.tgz";
+ sha1 = "be87100fbc18de3876ed606e9d24b4568311cecf";
};
};
"void-elements-2.0.1" = {
@@ -10494,6 +10620,15 @@ let
sha1 = "eba4f5da9c0dc999de68032d8b4f76173652036b";
};
};
+ "acorn-2.7.0" = {
+ name = "acorn";
+ packageName = "acorn";
+ version = "2.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz";
+ sha1 = "ab6e7d9d886aaca8b085bc3312b79a198433f0e7";
+ };
+ };
"is-promise-2.1.0" = {
name = "is-promise";
packageName = "is-promise";
@@ -10665,13 +10800,13 @@ let
sha1 = "dcec03f55dca9b7aa3e5b04f21817eb56e63588a";
};
};
- "v8flags-2.0.11" = {
+ "v8flags-2.0.12" = {
name = "v8flags";
packageName = "v8flags";
- version = "2.0.11";
+ version = "2.0.12";
src = fetchurl {
- url = "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz";
- sha1 = "bca8f30f0d6d60612cc2c00641e6962d42ae6881";
+ url = "https://registry.npmjs.org/v8flags/-/v8flags-2.0.12.tgz";
+ sha1 = "73235d9f7176f8e8833fb286795445f7938d84e5";
};
};
"vinyl-fs-0.3.14" = {
@@ -11358,13 +11493,13 @@ let
sha1 = "1fddad938aae1263ce138680be1b3f591c0ab41c";
};
};
- "eventemitter3-2.0.2" = {
+ "eventemitter3-2.0.3" = {
name = "eventemitter3";
packageName = "eventemitter3";
- version = "2.0.2";
+ version = "2.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.2.tgz";
- sha1 = "20ce4891909ce9f35b088c94fab40e2c96f473ac";
+ url = "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz";
+ sha1 = "b5e1079b59fb5e1ba2771c0a993be060a58c99ba";
};
};
"csslint-0.10.0" = {
@@ -11592,22 +11727,22 @@ let
sha1 = "22817534f24bfa4950c34d532d48ecbc621b8c14";
};
};
- "bluebird-3.4.7" = {
+ "bluebird-3.5.0" = {
name = "bluebird";
packageName = "bluebird";
- version = "3.4.7";
+ version = "3.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz";
- sha1 = "f72d760be09b7f76d08ed8fae98b289a8d05fab3";
+ url = "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz";
+ sha1 = "791420d7f551eea2897453a8a77653f96606d67c";
};
};
- "body-parser-1.16.1" = {
+ "body-parser-1.17.1" = {
name = "body-parser";
packageName = "body-parser";
- version = "1.16.1";
+ version = "1.17.1";
src = fetchurl {
- url = "https://registry.npmjs.org/body-parser/-/body-parser-1.16.1.tgz";
- sha1 = "51540d045adfa7a0c6995a014bb6b1ed9b802329";
+ url = "https://registry.npmjs.org/body-parser/-/body-parser-1.17.1.tgz";
+ sha1 = "75b3bc98ddd6e7e0d8ffe750dfaca5c66993fa47";
};
};
"combine-lists-1.0.1" = {
@@ -11718,13 +11853,13 @@ let
sha1 = "8f38ab9438e17315e5dbd8b3657e8bfb277ae4a7";
};
};
- "useragent-2.1.12" = {
+ "useragent-2.1.13" = {
name = "useragent";
packageName = "useragent";
- version = "2.1.12";
+ version = "2.1.13";
src = fetchurl {
- url = "https://registry.npmjs.org/useragent/-/useragent-2.1.12.tgz";
- sha1 = "aa7da6cdc48bdc37ba86790871a7321d64edbaa2";
+ url = "https://registry.npmjs.org/useragent/-/useragent-2.1.13.tgz";
+ sha1 = "bba43e8aa24d5ceb83c2937473e102e21df74c10";
};
};
"bytes-2.4.0" = {
@@ -11745,15 +11880,6 @@ let
sha1 = "fe265a218ac6a57cfe854927e9d04c19825eddeb";
};
};
- "qs-6.2.1" = {
- name = "qs";
- packageName = "qs";
- version = "6.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.2.1.tgz";
- sha1 = "ce03c5ff0935bc1d9d69a9f14cbd18e568d67625";
- };
- };
"raw-body-2.2.0" = {
name = "raw-body";
packageName = "raw-body";
@@ -11934,6 +12060,15 @@ let
sha1 = "937b079f0007d0893ec56d46cb220b8cb435220a";
};
};
+ "ws-1.1.2" = {
+ name = "ws";
+ packageName = "ws";
+ version = "1.1.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ws/-/ws-1.1.2.tgz";
+ sha1 = "8a244fa052401e08c9886cf44a85189e1fd4067f";
+ };
+ };
"after-0.8.2" = {
name = "after";
packageName = "after";
@@ -12204,6 +12339,24 @@ let
sha1 = "d77d32fa98e38c2f41ae85e9278e0e0e6ba1022c";
};
};
+ "etag-1.7.0" = {
+ name = "etag";
+ packageName = "etag";
+ version = "1.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz";
+ sha1 = "03d30b5f67dd6e632d2945d30d6652731a34d5d8";
+ };
+ };
+ "fresh-0.3.0" = {
+ name = "fresh";
+ packageName = "fresh";
+ version = "0.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz";
+ sha1 = "651f838e22424e7566de161d8358caa199f83d4f";
+ };
+ };
"merge-descriptors-1.0.0" = {
name = "merge-descriptors";
packageName = "merge-descriptors";
@@ -12321,13 +12474,13 @@ let
sha1 = "197e22cdebd4198585e8694ef6786197b91ed942";
};
};
- "method-override-2.3.7" = {
+ "method-override-2.3.8" = {
name = "method-override";
packageName = "method-override";
- version = "2.3.7";
+ version = "2.3.8";
src = fetchurl {
- url = "https://registry.npmjs.org/method-override/-/method-override-2.3.7.tgz";
- sha1 = "8e1d47ac480fb0cd8777083f11c896901166b2e5";
+ url = "https://registry.npmjs.org/method-override/-/method-override-2.3.8.tgz";
+ sha1 = "178234bf4bab869f89df9444b06fc6147b44828c";
};
};
"morgan-1.6.1" = {
@@ -12438,22 +12591,13 @@ let
sha1 = "1f88aba4ab0b1508e8312acc39345f36e992e2f2";
};
};
- "csrf-3.0.4" = {
+ "csrf-3.0.6" = {
name = "csrf";
packageName = "csrf";
- version = "3.0.4";
+ version = "3.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/csrf/-/csrf-3.0.4.tgz";
- sha1 = "ba01423e5b5bea7b655e38b0bdd1323954cbdaa5";
- };
- };
- "base64-url-1.3.3" = {
- name = "base64-url";
- packageName = "base64-url";
- version = "1.3.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/base64-url/-/base64-url-1.3.3.tgz";
- sha1 = "f8b6c537f09a4fc58c99cb86e0b0e9c61461a20f";
+ url = "https://registry.npmjs.org/csrf/-/csrf-3.0.6.tgz";
+ sha1 = "b61120ddceeafc91e76ed5313bb5c0b2667b710a";
};
};
"rndm-1.2.0" = {
@@ -12474,13 +12618,13 @@ let
sha1 = "7dc4a33af71581ab4337da91d85ca5427ebd9a97";
};
};
- "uid-safe-2.1.3" = {
+ "uid-safe-2.1.4" = {
name = "uid-safe";
packageName = "uid-safe";
- version = "2.1.3";
+ version = "2.1.4";
src = fetchurl {
- url = "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.3.tgz";
- sha1 = "077e264a00b3187936b270bb7376a26473631071";
+ url = "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.4.tgz";
+ sha1 = "3ad6f38368c6d4c8c75ec17623fb79aa1d071d81";
};
};
"random-bytes-1.0.0" = {
@@ -12798,13 +12942,13 @@ let
sha1 = "51af7d614ad9a9f610ea1bafbb989d6b1c56890f";
};
};
- "convert-source-map-1.4.0" = {
+ "convert-source-map-1.5.0" = {
name = "convert-source-map";
packageName = "convert-source-map";
- version = "1.4.0";
+ version = "1.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.4.0.tgz";
- sha1 = "e3dad195bf61bfe13a7a3c73e9876ec14a0268f3";
+ url = "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz";
+ sha1 = "9acd70851c6d5dfdd93d9282e5edf94a03ff46b5";
};
};
"express-2.5.11" = {
@@ -13158,13 +13302,13 @@ let
sha1 = "159a49b9a9714c1fb102f2e0ed1906fab6a450f4";
};
};
- "serve-favicon-2.4.0" = {
+ "serve-favicon-2.4.2" = {
name = "serve-favicon";
packageName = "serve-favicon";
- version = "2.4.0";
+ version = "2.4.2";
src = fetchurl {
- url = "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.4.0.tgz";
- sha1 = "064dcdfdb0f250ae3b148eb18c8bbf3d185e3dd0";
+ url = "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.4.2.tgz";
+ sha1 = "aed1d8de67d5b83192cf31fdf53d2ea29464363e";
};
};
"strong-data-uri-1.0.4" = {
@@ -13176,22 +13320,22 @@ let
sha1 = "136765ebaf8e0f4ad60c4b146779f062c29d18f0";
};
};
- "v8-debug-0.7.7" = {
+ "v8-debug-1.0.1" = {
name = "v8-debug";
packageName = "v8-debug";
- version = "0.7.7";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/v8-debug/-/v8-debug-0.7.7.tgz";
- sha1 = "c0a14e7d2957209da2508f63a251ce3ffeeb4935";
+ url = "https://registry.npmjs.org/v8-debug/-/v8-debug-1.0.1.tgz";
+ sha1 = "6ae1c6dae4477bb3ced79b523e4d160c1d8667fe";
};
};
- "v8-profiler-5.6.5" = {
+ "v8-profiler-5.7.0" = {
name = "v8-profiler";
packageName = "v8-profiler";
- version = "5.6.5";
+ version = "5.7.0";
src = fetchurl {
- url = "https://registry.npmjs.org/v8-profiler/-/v8-profiler-5.6.5.tgz";
- sha1 = "8b22e6ff3b76a1c75b1d53fd18d58e3f0a46f5be";
+ url = "https://registry.npmjs.org/v8-profiler/-/v8-profiler-5.7.0.tgz";
+ sha1 = "e8381cbebb5b5fd0ca8d2b09f6a0181a158db34d";
};
};
"yargs-3.32.0" = {
@@ -13275,22 +13419,13 @@ let
sha1 = "17eb2807987f76952e9c0485fc311d06a826a2e0";
};
};
- "etag-1.8.0" = {
- name = "etag";
- packageName = "etag";
- version = "1.8.0";
+ "ms-1.0.0" = {
+ name = "ms";
+ packageName = "ms";
+ version = "1.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/etag/-/etag-1.8.0.tgz";
- sha1 = "6f631aef336d6c46362b51764044ce216be3c051";
- };
- };
- "fresh-0.4.0" = {
- name = "fresh";
- packageName = "fresh";
- version = "0.4.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/fresh/-/fresh-0.4.0.tgz";
- sha1 = "475626a934a8d3480b2101a1d6ecef7dafd7c553";
+ url = "https://registry.npmjs.org/ms/-/ms-1.0.0.tgz";
+ sha1 = "59adcd22edc543f7b5381862d31387b1f4bc9473";
};
};
"truncate-1.0.5" = {
@@ -13500,6 +13635,15 @@ let
sha1 = "a9baa860a3f9b595a6b81b1a86873121ed3a269e";
};
};
+ "clone-2.1.0" = {
+ name = "clone";
+ packageName = "clone";
+ version = "2.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/clone/-/clone-2.1.0.tgz";
+ sha1 = "9c715bfbd39aa197c8ee0f8e65c3912ba34f8cd6";
+ };
+ };
"cookie-parser-1.4.3" = {
name = "cookie-parser";
packageName = "cookie-parser";
@@ -13509,6 +13653,15 @@ let
sha1 = "0fe31fa19d000b95f4aadf1f53fdc2b8a203baa5";
};
};
+ "cors-2.8.1" = {
+ name = "cors";
+ packageName = "cors";
+ version = "2.8.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/cors/-/cors-2.8.1.tgz";
+ sha1 = "6181aa56abb45a2825be3304703747ae4e9d2383";
+ };
+ };
"cron-1.2.1" = {
name = "cron";
packageName = "cron";
@@ -13635,6 +13788,15 @@ let
sha1 = "33279100c35c38519ca5e435245186c512fe0fdc";
};
};
+ "uglify-js-2.7.5" = {
+ name = "uglify-js";
+ packageName = "uglify-js";
+ version = "2.7.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz";
+ sha1 = "4612c0c7baaee2ba7c487de4904ae122079f2ca8";
+ };
+ };
"when-3.7.7" = {
name = "when";
packageName = "when";
@@ -13671,13 +13833,13 @@ let
sha1 = "63baed16d538e786ddadc169b23552d9eb9abc30";
};
};
- "node-red-node-twitter-0.1.9" = {
+ "node-red-node-twitter-0.1.10" = {
name = "node-red-node-twitter";
packageName = "node-red-node-twitter";
- version = "0.1.9";
+ version = "0.1.10";
src = fetchurl {
- url = "https://registry.npmjs.org/node-red-node-twitter/-/node-red-node-twitter-0.1.9.tgz";
- sha1 = "e0ad7f654aab3ff8e7c3d001ec3cee030d33d217";
+ url = "https://registry.npmjs.org/node-red-node-twitter/-/node-red-node-twitter-0.1.10.tgz";
+ sha1 = "5883f6a8acebc99829c52400420d5ed52f44d221";
};
};
"node-red-node-rbe-0.1.6" = {
@@ -13698,6 +13860,33 @@ let
sha1 = "d05fc5d223173e0e28ec381c0f00cc25ffaf2736";
};
};
+ "http-errors-1.5.1" = {
+ name = "http-errors";
+ packageName = "http-errors";
+ version = "1.5.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz";
+ sha1 = "788c0d2c1de2c81b9e6e8c01843b6b97eb920750";
+ };
+ };
+ "qs-6.2.0" = {
+ name = "qs";
+ packageName = "qs";
+ version = "6.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/qs/-/qs-6.2.0.tgz";
+ sha1 = "3b7848c03c2dece69a9522b0fae8c4126d745f3b";
+ };
+ };
+ "setprototypeof-1.0.2" = {
+ name = "setprototypeof";
+ packageName = "setprototypeof";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.2.tgz";
+ sha1 = "81a552141ec104b88e89ce383103ad5c66564d08";
+ };
+ };
"css-select-1.2.0" = {
name = "css-select";
packageName = "css-select";
@@ -13878,6 +14067,24 @@ let
sha1 = "a954984325392f51532a7760760e459598c89f7a";
};
};
+ "serve-static-1.11.2" = {
+ name = "serve-static";
+ packageName = "serve-static";
+ version = "1.11.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/serve-static/-/serve-static-1.11.2.tgz";
+ sha1 = "2cf9889bd4435a320cc36895c9aa57bd662e6ac7";
+ };
+ };
+ "send-0.14.2" = {
+ name = "send";
+ packageName = "send";
+ version = "0.14.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/send/-/send-0.14.2.tgz";
+ sha1 = "39b0438b3f510be5dc6f667a11f71689368cdeef";
+ };
+ };
"retry-0.6.1" = {
name = "retry";
packageName = "retry";
@@ -13941,13 +14148,13 @@ let
sha1 = "b6893c8b0ed9d3c60db83560fa75b4d0097a8d5a";
};
};
- "mqtt-packet-5.2.1" = {
+ "mqtt-packet-5.2.2" = {
name = "mqtt-packet";
packageName = "mqtt-packet";
- version = "5.2.1";
+ version = "5.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.2.1.tgz";
- sha1 = "876e35ed616a8e348ac0283b4922039872458b58";
+ url = "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.2.2.tgz";
+ sha1 = "190d4358f415c6f964211030c20ca0bf45d5698a";
};
};
"reinterval-1.1.0" = {
@@ -14247,6 +14454,24 @@ let
sha1 = "fc452b376e7319b3d255f5f34853ef6fd8fe1fd5";
};
};
+ "rc-1.1.7" = {
+ name = "rc";
+ packageName = "rc";
+ version = "1.1.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/rc/-/rc-1.1.7.tgz";
+ sha1 = "c5ea564bb07aff9fd3a5b32e906c1d3a65940fea";
+ };
+ };
+ "tar-pack-3.3.0" = {
+ name = "tar-pack";
+ packageName = "tar-pack";
+ version = "3.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/tar-pack/-/tar-pack-3.3.0.tgz";
+ sha1 = "30931816418f55afc4d21775afdd6720cee45dae";
+ };
+ };
"mongoose-3.6.7" = {
name = "mongoose";
packageName = "mongoose";
@@ -14832,6 +15057,15 @@ let
sha1 = "8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b";
};
};
+ "call-limit-1.1.0" = {
+ name = "call-limit";
+ packageName = "call-limit";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz";
+ sha1 = "6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea";
+ };
+ };
"fstream-npm-1.2.0" = {
name = "fstream-npm";
packageName = "fstream-npm";
@@ -14841,6 +15075,15 @@ let
sha1 = "d2c3c89101346982d64e57091c38487bda916fce";
};
};
+ "hosted-git-info-2.2.0" = {
+ name = "hosted-git-info";
+ packageName = "hosted-git-info";
+ version = "2.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz";
+ sha1 = "7a0d097863d886c0fabbdcd37bf1758d8becf8a5";
+ };
+ };
"lazy-property-1.0.0" = {
name = "lazy-property";
packageName = "lazy-property";
@@ -14904,6 +15147,15 @@ let
sha1 = "d201583eb12327e3c5c1642a404a9cacf94e34f5";
};
};
+ "move-concurrently-1.0.1" = {
+ name = "move-concurrently";
+ packageName = "move-concurrently";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz";
+ sha1 = "be2c005fda32e0b29af1f05d7c4b33214c701f92";
+ };
+ };
"node-gyp-3.5.0" = {
name = "node-gyp";
packageName = "node-gyp";
@@ -14913,15 +15165,6 @@ let
sha1 = "a8fe5e611d079ec16348a3eb960e78e11c85274a";
};
};
- "nopt-4.0.1" = {
- name = "nopt";
- packageName = "nopt";
- version = "4.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz";
- sha1 = "d0d4685afd5415193c8c7505602d0d17cd64474d";
- };
- };
"npm-install-checks-3.0.0" = {
name = "npm-install-checks";
packageName = "npm-install-checks";
@@ -14931,13 +15174,13 @@ let
sha1 = "d4aecdfd51a53e3723b7b2f93b2ee28e307bc0d7";
};
};
- "npm-registry-client-7.4.5" = {
+ "npm-registry-client-7.4.6" = {
name = "npm-registry-client";
packageName = "npm-registry-client";
- version = "7.4.5";
+ version = "7.4.6";
src = fetchurl {
- url = "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.4.5.tgz";
- sha1 = "1ef61851bb7231db53e397aaf76ddf1cb645c3df";
+ url = "https://registry.npmjs.org/npm-registry-client/-/npm-registry-client-7.4.6.tgz";
+ sha1 = "0aa7c55f18631b941b7b80a7aa501bfcb8b19717";
};
};
"opener-1.4.3" = {
@@ -14985,6 +15228,15 @@ let
sha1 = "d05f2fe4032560871f30e93cbe735eea201514f3";
};
};
+ "update-notifier-2.1.0" = {
+ name = "update-notifier";
+ packageName = "update-notifier";
+ version = "2.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz";
+ sha1 = "ec0c1e53536b76647a24b77cb83966d9315123d9";
+ };
+ };
"lodash._baseindexof-3.1.0" = {
name = "lodash._baseindexof";
packageName = "lodash._baseindexof";
@@ -15066,6 +15318,24 @@ let
sha1 = "1b33792e11e914a2fd6d6ed6447464444e5fa640";
};
};
+ "copy-concurrently-1.0.3" = {
+ name = "copy-concurrently";
+ packageName = "copy-concurrently";
+ version = "1.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.3.tgz";
+ sha1 = "45fb7866249a1ca889aa5708e6cbd273e75bb250";
+ };
+ };
+ "run-queue-1.0.3" = {
+ name = "run-queue";
+ packageName = "run-queue";
+ version = "1.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz";
+ sha1 = "e848396f057d223f24386924618e25694161ec47";
+ };
+ };
"stream-iterate-1.2.0" = {
name = "stream-iterate";
packageName = "stream-iterate";
@@ -15084,6 +15354,186 @@ let
sha1 = "db6676e7c7cc0629878ff196097c78855ae9f4ab";
};
};
+ "boxen-1.0.0" = {
+ name = "boxen";
+ packageName = "boxen";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/boxen/-/boxen-1.0.0.tgz";
+ sha1 = "b2694baf1f605f708ff0177c12193b22f29aaaab";
+ };
+ };
+ "configstore-3.0.0" = {
+ name = "configstore";
+ packageName = "configstore";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/configstore/-/configstore-3.0.0.tgz";
+ sha1 = "e1b8669c1803ccc50b545e92f8e6e79aa80e0196";
+ };
+ };
+ "latest-version-3.1.0" = {
+ name = "latest-version";
+ packageName = "latest-version";
+ version = "3.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz";
+ sha1 = "a205383fea322b33b5ae3b18abee0dc2f356ee15";
+ };
+ };
+ "lazy-req-2.0.0" = {
+ name = "lazy-req";
+ packageName = "lazy-req";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lazy-req/-/lazy-req-2.0.0.tgz";
+ sha1 = "c9450a363ecdda2e6f0c70132ad4f37f8f06f2b4";
+ };
+ };
+ "xdg-basedir-3.0.0" = {
+ name = "xdg-basedir";
+ packageName = "xdg-basedir";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz";
+ sha1 = "496b2cc109eca8dbacfe2dc72b603c17c5870ad4";
+ };
+ };
+ "ansi-align-1.1.0" = {
+ name = "ansi-align";
+ packageName = "ansi-align";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz";
+ sha1 = "2f0c1658829739add5ebb15e6b0c6e3423f016ba";
+ };
+ };
+ "camelcase-4.1.0" = {
+ name = "camelcase";
+ packageName = "camelcase";
+ version = "4.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz";
+ sha1 = "d545635be1e33c542649c69173e5de6acfae34dd";
+ };
+ };
+ "cli-boxes-1.0.0" = {
+ name = "cli-boxes";
+ packageName = "cli-boxes";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz";
+ sha1 = "4fa917c3e59c94a004cd61f8ee509da651687143";
+ };
+ };
+ "term-size-0.1.1" = {
+ name = "term-size";
+ packageName = "term-size";
+ version = "0.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/term-size/-/term-size-0.1.1.tgz";
+ sha1 = "87360b96396cab5760963714cda0d0cbeecad9ca";
+ };
+ };
+ "widest-line-1.0.0" = {
+ name = "widest-line";
+ packageName = "widest-line";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz";
+ sha1 = "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c";
+ };
+ };
+ "execa-0.4.0" = {
+ name = "execa";
+ packageName = "execa";
+ version = "0.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/execa/-/execa-0.4.0.tgz";
+ sha1 = "4eb6467a36a095fabb2970ff9d5e3fb7bce6ebc3";
+ };
+ };
+ "cross-spawn-async-2.2.5" = {
+ name = "cross-spawn-async";
+ packageName = "cross-spawn-async";
+ version = "2.2.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz";
+ sha1 = "845ff0c0834a3ded9d160daca6d390906bb288cc";
+ };
+ };
+ "npm-run-path-1.0.0" = {
+ name = "npm-run-path";
+ packageName = "npm-run-path";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/npm-run-path/-/npm-run-path-1.0.0.tgz";
+ sha1 = "f5c32bf595fe81ae927daec52e82f8b000ac3c8f";
+ };
+ };
+ "path-key-1.0.0" = {
+ name = "path-key";
+ packageName = "path-key";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/path-key/-/path-key-1.0.0.tgz";
+ sha1 = "5d53d578019646c0d68800db4e146e6bdc2ac7af";
+ };
+ };
+ "dot-prop-4.1.1" = {
+ name = "dot-prop";
+ packageName = "dot-prop";
+ version = "4.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/dot-prop/-/dot-prop-4.1.1.tgz";
+ sha1 = "a8493f0b7b5eeec82525b5c7587fa7de7ca859c1";
+ };
+ };
+ "unique-string-1.0.0" = {
+ name = "unique-string";
+ packageName = "unique-string";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz";
+ sha1 = "9e1057cca851abb93398f8b33ae187b99caec11a";
+ };
+ };
+ "is-obj-1.0.1" = {
+ name = "is-obj";
+ packageName = "is-obj";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz";
+ sha1 = "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f";
+ };
+ };
+ "crypto-random-string-1.0.0" = {
+ name = "crypto-random-string";
+ packageName = "crypto-random-string";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz";
+ sha1 = "a230f64f568310e1498009940790ec99545bca7e";
+ };
+ };
+ "package-json-4.0.0" = {
+ name = "package-json";
+ packageName = "package-json";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/package-json/-/package-json-4.0.0.tgz";
+ sha1 = "f3c9dc8738f5b59304d54d2cfb3f91d08fdd7998";
+ };
+ };
+ "registry-auth-token-3.1.0" = {
+ name = "registry-auth-token";
+ packageName = "registry-auth-token";
+ version = "3.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.1.0.tgz";
+ sha1 = "997c08256e0c7999837b90e944db39d8a790276b";
+ };
+ };
"argparse-0.1.15" = {
name = "argparse";
packageName = "argparse";
@@ -15336,6 +15786,15 @@ let
sha1 = "27d92fec34d27cfa42707d3b40d025ae9855f2df";
};
};
+ "snyk-1.26.1" = {
+ name = "snyk";
+ packageName = "snyk";
+ version = "1.26.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk/-/snyk-1.26.1.tgz";
+ sha1 = "12b28e9b43c6453ecb6d4be7670b0c0df7db38a5";
+ };
+ };
"spawn-please-0.2.0" = {
name = "spawn-please";
packageName = "spawn-please";
@@ -15363,6 +15822,15 @@ let
sha1 = "2713680775e7614c8ba186c065d4e2e52d1072c0";
};
};
+ "node-gyp-3.4.0" = {
+ name = "node-gyp";
+ packageName = "node-gyp";
+ version = "3.4.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/node-gyp/-/node-gyp-3.4.0.tgz";
+ sha1 = "dda558393b3ecbbe24c9e6b8703c71194c63fa36";
+ };
+ };
"request-2.75.0" = {
name = "request";
packageName = "request";
@@ -15381,6 +15849,24 @@ let
sha1 = "14c66d4e4cb3ca0565c28cf3b7a6f3e4d5938fab";
};
};
+ "path-array-1.0.1" = {
+ name = "path-array";
+ packageName = "path-array";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz";
+ sha1 = "7e2f0f35f07a2015122b868b7eac0eb2c4fec271";
+ };
+ };
+ "array-index-1.0.0" = {
+ name = "array-index";
+ packageName = "array-index";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz";
+ sha1 = "ec56a749ee103e4e08c790b9c353df16055b97f9";
+ };
+ };
"form-data-2.0.0" = {
name = "form-data";
packageName = "form-data";
@@ -15390,13 +15876,220 @@ let
sha1 = "6f0aebadcc5da16c13e1ecc11137d85f9b883b25";
};
};
- "boxen-0.6.0" = {
+ "hasbin-1.2.3" = {
+ name = "hasbin";
+ packageName = "hasbin";
+ version = "1.2.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hasbin/-/hasbin-1.2.3.tgz";
+ sha1 = "78c5926893c80215c2b568ae1fd3fcab7a2696b0";
+ };
+ };
+ "inquirer-1.0.3" = {
+ name = "inquirer";
+ packageName = "inquirer";
+ version = "1.0.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/inquirer/-/inquirer-1.0.3.tgz";
+ sha1 = "ebe3a0948571bcc46ccccbe2f9bcec251e984bd0";
+ };
+ };
+ "snyk-config-1.0.1" = {
+ name = "snyk-config";
+ packageName = "snyk-config";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-config/-/snyk-config-1.0.1.tgz";
+ sha1 = "f27aec2498b24027ac719214026521591111508f";
+ };
+ };
+ "snyk-module-1.7.0" = {
+ name = "snyk-module";
+ packageName = "snyk-module";
+ version = "1.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-module/-/snyk-module-1.7.0.tgz";
+ sha1 = "07c6ca8556d281de6f9e2368c04ecb6dd1f2631a";
+ };
+ };
+ "snyk-policy-1.7.0" = {
+ name = "snyk-policy";
+ packageName = "snyk-policy";
+ version = "1.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-policy/-/snyk-policy-1.7.0.tgz";
+ sha1 = "2151c751ab1edc040fc6b94a872aa989db492324";
+ };
+ };
+ "snyk-recursive-readdir-2.0.0" = {
+ name = "snyk-recursive-readdir";
+ packageName = "snyk-recursive-readdir";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-recursive-readdir/-/snyk-recursive-readdir-2.0.0.tgz";
+ sha1 = "5cb59e94698169e0205a60e7d6a506d0b4d52ff3";
+ };
+ };
+ "snyk-resolve-1.0.0" = {
+ name = "snyk-resolve";
+ packageName = "snyk-resolve";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-resolve/-/snyk-resolve-1.0.0.tgz";
+ sha1 = "bbe9196d37f57c39251e6be75ccdd5b2097e99a2";
+ };
+ };
+ "snyk-resolve-deps-1.7.0" = {
+ name = "snyk-resolve-deps";
+ packageName = "snyk-resolve-deps";
+ version = "1.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-resolve-deps/-/snyk-resolve-deps-1.7.0.tgz";
+ sha1 = "13743a058437dff890baaf437c333c966a743cb6";
+ };
+ };
+ "snyk-tree-1.0.0" = {
+ name = "snyk-tree";
+ packageName = "snyk-tree";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-tree/-/snyk-tree-1.0.0.tgz";
+ sha1 = "0fb73176dbf32e782f19100294160448f9111cc8";
+ };
+ };
+ "snyk-try-require-1.2.0" = {
+ name = "snyk-try-require";
+ packageName = "snyk-try-require";
+ version = "1.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/snyk-try-require/-/snyk-try-require-1.2.0.tgz";
+ sha1 = "30fc2b11c07064591ee35780c826be91312f2144";
+ };
+ };
+ "tempfile-1.1.1" = {
+ name = "tempfile";
+ packageName = "tempfile";
+ version = "1.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz";
+ sha1 = "5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2";
+ };
+ };
+ "then-fs-2.0.0" = {
+ name = "then-fs";
+ packageName = "then-fs";
+ version = "2.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/then-fs/-/then-fs-2.0.0.tgz";
+ sha1 = "72f792dd9d31705a91ae19ebfcf8b3f968c81da2";
+ };
+ };
+ "mute-stream-0.0.6" = {
+ name = "mute-stream";
+ packageName = "mute-stream";
+ version = "0.0.6";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.6.tgz";
+ sha1 = "48962b19e169fd1dfc240b3f1e7317627bbc47db";
+ };
+ };
+ "run-async-2.3.0" = {
+ name = "run-async";
+ packageName = "run-async";
+ version = "2.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz";
+ sha1 = "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0";
+ };
+ };
+ "rx-4.1.0" = {
+ name = "rx";
+ packageName = "rx";
+ version = "4.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz";
+ sha1 = "a5f13ff79ef3b740fe30aa803fb09f98805d4782";
+ };
+ };
+ "nconf-0.7.2" = {
+ name = "nconf";
+ packageName = "nconf";
+ version = "0.7.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/nconf/-/nconf-0.7.2.tgz";
+ sha1 = "a05fdf22dc01c378dd5c4df27f2dc90b9aa8bb00";
+ };
+ };
+ "yargs-3.15.0" = {
+ name = "yargs";
+ packageName = "yargs";
+ version = "3.15.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/yargs/-/yargs-3.15.0.tgz";
+ sha1 = "3d9446ef21fb3791b3985690662e4b9683c7f181";
+ };
+ };
+ "minimatch-3.0.2" = {
+ name = "minimatch";
+ packageName = "minimatch";
+ version = "3.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/minimatch/-/minimatch-3.0.2.tgz";
+ sha1 = "0f398a7300ea441e9c348c83d98ab8c9dbf9c40a";
+ };
+ };
+ "clite-0.3.0" = {
+ name = "clite";
+ packageName = "clite";
+ version = "0.3.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/clite/-/clite-0.3.0.tgz";
+ sha1 = "e7fcbc8cc5bd3e7f8b84ed48db12e9474cc73441";
+ };
+ };
+ "lodash.defaultsdeep-4.6.0" = {
+ name = "lodash.defaultsdeep";
+ packageName = "lodash.defaultsdeep";
+ version = "4.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.0.tgz";
+ sha1 = "bec1024f85b1bd96cbea405b23c14ad6443a6f81";
+ };
+ };
+ "lodash.mergewith-4.6.0" = {
+ name = "lodash.mergewith";
+ packageName = "lodash.mergewith";
+ version = "4.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz";
+ sha1 = "150cf0a16791f5903b8891eab154609274bdea55";
+ };
+ };
+ "update-notifier-0.6.3" = {
+ name = "update-notifier";
+ packageName = "update-notifier";
+ version = "0.6.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/update-notifier/-/update-notifier-0.6.3.tgz";
+ sha1 = "776dec8daa13e962a341e8a1d98354306b67ae08";
+ };
+ };
+ "yargs-4.8.1" = {
+ name = "yargs";
+ packageName = "yargs";
+ version = "4.8.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz";
+ sha1 = "c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0";
+ };
+ };
+ "boxen-0.3.1" = {
name = "boxen";
packageName = "boxen";
- version = "0.6.0";
+ version = "0.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/boxen/-/boxen-0.6.0.tgz";
- sha1 = "8364d4248ac34ff0ef1b2f2bf49a6c60ce0d81b6";
+ url = "https://registry.npmjs.org/boxen/-/boxen-0.3.1.tgz";
+ sha1 = "a7d898243ae622f7abb6bb604d740a76c6a5461b";
};
};
"configstore-2.1.0" = {
@@ -15417,33 +16110,6 @@ let
sha1 = "56f8d6139620847b8017f8f1f4d78e211324168b";
};
};
- "lazy-req-1.1.0" = {
- name = "lazy-req";
- packageName = "lazy-req";
- version = "1.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz";
- sha1 = "bdaebead30f8d824039ce0ce149d4daa07ba1fac";
- };
- };
- "ansi-align-1.1.0" = {
- name = "ansi-align";
- packageName = "ansi-align";
- version = "1.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz";
- sha1 = "2f0c1658829739add5ebb15e6b0c6e3423f016ba";
- };
- };
- "cli-boxes-1.0.0" = {
- name = "cli-boxes";
- packageName = "cli-boxes";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz";
- sha1 = "4fa917c3e59c94a004cd61f8ee509da651687143";
- };
- };
"filled-array-1.1.0" = {
name = "filled-array";
packageName = "filled-array";
@@ -15453,15 +16119,6 @@ let
sha1 = "c3c4f6c663b923459a9aa29912d2d031f1507f84";
};
};
- "widest-line-1.0.0" = {
- name = "widest-line";
- packageName = "widest-line";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz";
- sha1 = "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c";
- };
- };
"dot-prop-3.0.0" = {
name = "dot-prop";
packageName = "dot-prop";
@@ -15471,15 +16128,6 @@ let
sha1 = "1b708af094a49c9a0e7dbcad790aba539dac1177";
};
};
- "is-obj-1.0.1" = {
- name = "is-obj";
- packageName = "is-obj";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz";
- sha1 = "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f";
- };
- };
"package-json-2.4.0" = {
name = "package-json";
packageName = "package-json";
@@ -15498,15 +16146,6 @@ let
sha1 = "5f81635a61e4a6589f180569ea4e381680a51f35";
};
};
- "registry-auth-token-3.1.0" = {
- name = "registry-auth-token";
- packageName = "registry-auth-token";
- version = "3.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.1.0.tgz";
- sha1 = "997c08256e0c7999837b90e944db39d8a790276b";
- };
- };
"node-status-codes-1.0.0" = {
name = "node-status-codes";
packageName = "node-status-codes";
@@ -15534,6 +16173,96 @@ let
sha1 = "b984f0877fc0a89c2c773cc1ef7b5b232b5b06fe";
};
};
+ "get-caller-file-1.0.2" = {
+ name = "get-caller-file";
+ packageName = "get-caller-file";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz";
+ sha1 = "f702e63127e7e231c160a80c1554acb70d5047e5";
+ };
+ };
+ "lodash.assign-4.2.0" = {
+ name = "lodash.assign";
+ packageName = "lodash.assign";
+ version = "4.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz";
+ sha1 = "0d99f3ccd7a6d261d19bdaeb9245005d285808e7";
+ };
+ };
+ "require-directory-2.1.1" = {
+ name = "require-directory";
+ packageName = "require-directory";
+ version = "2.1.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz";
+ sha1 = "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42";
+ };
+ };
+ "require-main-filename-1.0.1" = {
+ name = "require-main-filename";
+ packageName = "require-main-filename";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz";
+ sha1 = "97f717b69d48784f5f526a6c5aa8ffdda055a4d1";
+ };
+ };
+ "which-module-1.0.0" = {
+ name = "which-module";
+ packageName = "which-module";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz";
+ sha1 = "bba63ca861948994ff307736089e3b96026c2a4f";
+ };
+ };
+ "window-size-0.2.0" = {
+ name = "window-size";
+ packageName = "window-size";
+ version = "0.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz";
+ sha1 = "b4315bb4214a3d7058ebeee892e13fa24d98b075";
+ };
+ };
+ "yargs-parser-2.4.1" = {
+ name = "yargs-parser";
+ packageName = "yargs-parser";
+ version = "2.4.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz";
+ sha1 = "85568de3cf150ff49fa51825f03a8c880ddcc5c4";
+ };
+ };
+ "camelcase-3.0.0" = {
+ name = "camelcase";
+ packageName = "camelcase";
+ version = "3.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz";
+ sha1 = "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a";
+ };
+ };
+ "boxen-0.6.0" = {
+ name = "boxen";
+ packageName = "boxen";
+ version = "0.6.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/boxen/-/boxen-0.6.0.tgz";
+ sha1 = "8364d4248ac34ff0ef1b2f2bf49a6c60ce0d81b6";
+ };
+ };
+ "lazy-req-1.1.0" = {
+ name = "lazy-req";
+ packageName = "lazy-req";
+ version = "1.1.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz";
+ sha1 = "bdaebead30f8d824039ce0ce149d4daa07ba1fac";
+ };
+ };
"babybird-0.0.1" = {
name = "babybird";
packageName = "babybird";
@@ -15580,6 +16309,15 @@ let
sha1 = "80a070bb819b09e4af2ca6d0780f75ce05e75c2f";
};
};
+ "finalhandler-0.5.1" = {
+ name = "finalhandler";
+ packageName = "finalhandler";
+ version = "0.5.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.1.tgz";
+ sha1 = "2c400d8d4530935bc232549c5fa385ec07de6fcd";
+ };
+ };
"gelf-stream-0.2.4" = {
name = "gelf-stream";
packageName = "gelf-stream";
@@ -15627,13 +16365,13 @@ let
sha1 = "78717d9b718ce7cab55e20b9f24388d5fa51d5c0";
};
};
- "service-runner-2.2.4" = {
+ "service-runner-2.2.5" = {
name = "service-runner";
packageName = "service-runner";
- version = "2.2.4";
+ version = "2.2.5";
src = fetchurl {
- url = "https://registry.npmjs.org/service-runner/-/service-runner-2.2.4.tgz";
- sha1 = "75cc51113d31d4bb287130880b38f82d7bb4c42c";
+ url = "https://registry.npmjs.org/service-runner/-/service-runner-2.2.5.tgz";
+ sha1 = "95a55084f939110b3f201549c1afedf900ec4850";
};
};
"simplediff-0.1.1" = {
@@ -15645,15 +16383,6 @@ let
sha1 = "b0caeeb093223370033c6c3aa1130dc86c6a087c";
};
};
- "yargs-4.8.1" = {
- name = "yargs";
- packageName = "yargs";
- version = "4.8.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz";
- sha1 = "c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0";
- };
- };
"is-arguments-1.0.2" = {
name = "is-arguments";
packageName = "is-arguments";
@@ -15717,13 +16446,13 @@ let
sha1 = "23a13c366883adae32ecfd252a566be302b88dc3";
};
};
- "bunyan-1.8.5" = {
+ "bunyan-1.8.9" = {
name = "bunyan";
packageName = "bunyan";
- version = "1.8.5";
+ version = "1.8.9";
src = fetchurl {
- url = "https://registry.npmjs.org/bunyan/-/bunyan-1.8.5.tgz";
- sha1 = "0d619e83005fb89070f5f47982fc1bf00600878a";
+ url = "https://registry.npmjs.org/bunyan/-/bunyan-1.8.9.tgz";
+ sha1 = "2c7c9d422ea64ee2465d52b4decd72de0657401a";
};
};
"bunyan-syslog-udp-0.1.0" = {
@@ -15744,13 +16473,13 @@ let
sha1 = "9cea9b6386ac301c741838ca3cb91e66dbfbf669";
};
};
- "hot-shots-4.3.1" = {
+ "hot-shots-4.4.0" = {
name = "hot-shots";
packageName = "hot-shots";
- version = "4.3.1";
+ version = "4.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/hot-shots/-/hot-shots-4.3.1.tgz";
- sha1 = "58a6c1ff717f25673be4d2f736d1c94d5d79e239";
+ url = "https://registry.npmjs.org/hot-shots/-/hot-shots-4.4.0.tgz";
+ sha1 = "ab3f3b3df2f4b2ff0d716837569241ede81d9175";
};
};
"limitation-0.2.0" = {
@@ -15780,13 +16509,13 @@ let
sha1 = "42cb2b9bfb5e8fbdfa395aac74e127fc05074d31";
};
};
- "dtrace-provider-0.8.0" = {
+ "dtrace-provider-0.8.1" = {
name = "dtrace-provider";
packageName = "dtrace-provider";
- version = "0.8.0";
+ version = "0.8.1";
src = fetchurl {
- url = "https://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.8.0.tgz";
- sha1 = "fa95fbf67ed3ae3e97364f9664af7302e5ff5625";
+ url = "https://registry.npmjs.org/dtrace-provider/-/dtrace-provider-0.8.1.tgz";
+ sha1 = "cd4d174a233bea1bcf4a1fbfa5798f44f48cda9f";
};
};
"mv-2.1.1" = {
@@ -15798,13 +16527,13 @@ let
sha1 = "ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2";
};
};
- "safe-json-stringify-1.0.3" = {
+ "safe-json-stringify-1.0.4" = {
name = "safe-json-stringify";
packageName = "safe-json-stringify";
- version = "1.0.3";
+ version = "1.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.3.tgz";
- sha1 = "3cb6717660a086d07cb5bd9b7a6875bcf67bd05e";
+ url = "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.0.4.tgz";
+ sha1 = "81a098f447e4bbc3ff3312a243521bc060ef5911";
};
};
"ncp-2.0.0" = {
@@ -15907,51 +16636,6 @@ let
sha1 = "ed17cbf68abd10e0aef8182713e297c5e4b500b0";
};
};
- "camelcase-3.0.0" = {
- name = "camelcase";
- packageName = "camelcase";
- version = "3.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz";
- sha1 = "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a";
- };
- };
- "get-caller-file-1.0.2" = {
- name = "get-caller-file";
- packageName = "get-caller-file";
- version = "1.0.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz";
- sha1 = "f702e63127e7e231c160a80c1554acb70d5047e5";
- };
- };
- "require-directory-2.1.1" = {
- name = "require-directory";
- packageName = "require-directory";
- version = "2.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz";
- sha1 = "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42";
- };
- };
- "require-main-filename-1.0.1" = {
- name = "require-main-filename";
- packageName = "require-main-filename";
- version = "1.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz";
- sha1 = "97f717b69d48784f5f526a6c5aa8ffdda055a4d1";
- };
- };
- "which-module-1.0.0" = {
- name = "which-module";
- packageName = "which-module";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz";
- sha1 = "bba63ca861948994ff307736089e3b96026c2a4f";
- };
- };
"yargs-parser-4.2.1" = {
name = "yargs-parser";
packageName = "yargs-parser";
@@ -15979,33 +16663,6 @@ let
sha1 = "ce42ade08384ef5d62fa77c30f61a46e686f8434";
};
};
- "lodash.assign-4.2.0" = {
- name = "lodash.assign";
- packageName = "lodash.assign";
- version = "4.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz";
- sha1 = "0d99f3ccd7a6d261d19bdaeb9245005d285808e7";
- };
- };
- "window-size-0.2.0" = {
- name = "window-size";
- packageName = "window-size";
- version = "0.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz";
- sha1 = "b4315bb4214a3d7058ebeee892e13fa24d98b075";
- };
- };
- "yargs-parser-2.4.1" = {
- name = "yargs-parser";
- packageName = "yargs-parser";
- version = "2.4.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz";
- sha1 = "85568de3cf150ff49fa51825f03a8c880ddcc5c4";
- };
- };
"airplayer-2.0.0" = {
name = "airplayer";
packageName = "airplayer";
@@ -16186,13 +16843,13 @@ let
sha1 = "b91d806f5d27188e4ab3e7d107d881a1cc4642b6";
};
};
- "multicast-dns-6.1.0" = {
+ "multicast-dns-6.1.1" = {
name = "multicast-dns";
packageName = "multicast-dns";
- version = "6.1.0";
+ version = "6.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.1.0.tgz";
- sha1 = "8d91824b538556cd34f0adf6f27c60d94b5fb3bf";
+ url = "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.1.1.tgz";
+ sha1 = "6e7de86a570872ab17058adea7160bbeca814dde";
};
};
"multicast-dns-service-types-1.1.0" = {
@@ -16222,33 +16879,6 @@ let
sha1 = "12d7b0db850f7ff7e7081baf4005700060c4600b";
};
};
- "mute-stream-0.0.6" = {
- name = "mute-stream";
- packageName = "mute-stream";
- version = "0.0.6";
- src = fetchurl {
- url = "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.6.tgz";
- sha1 = "48962b19e169fd1dfc240b3f1e7317627bbc47db";
- };
- };
- "run-async-2.3.0" = {
- name = "run-async";
- packageName = "run-async";
- version = "2.3.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz";
- sha1 = "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0";
- };
- };
- "rx-4.1.0" = {
- name = "rx";
- packageName = "rx";
- version = "4.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz";
- sha1 = "a5f13ff79ef3b740fe30aa803fb09f98805d4782";
- };
- };
"spawn-sync-1.0.15" = {
name = "spawn-sync";
packageName = "spawn-sync";
@@ -16942,22 +17572,22 @@ let
sha1 = "68ce5e8a1ef0a23bb570cc28537b5332aba63ef1";
};
};
- "recast-0.11.22" = {
+ "recast-0.11.23" = {
name = "recast";
packageName = "recast";
- version = "0.11.22";
+ version = "0.11.23";
src = fetchurl {
- url = "https://registry.npmjs.org/recast/-/recast-0.11.22.tgz";
- sha1 = "dedeb18fb001a2bbc6ac34475fda53dfe3d47dfa";
+ url = "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz";
+ sha1 = "451fd3004ab1e4df9b4e4b66376b2a21912462d3";
};
};
- "ast-types-0.9.5" = {
+ "ast-types-0.9.6" = {
name = "ast-types";
packageName = "ast-types";
- version = "0.9.5";
+ version = "0.9.6";
src = fetchurl {
- url = "https://registry.npmjs.org/ast-types/-/ast-types-0.9.5.tgz";
- sha1 = "1a660a09945dbceb1f9c9cbb715002617424e04a";
+ url = "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz";
+ sha1 = "102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9";
};
};
"base62-0.1.1" = {
@@ -17240,13 +17870,13 @@ let
sha1 = "82998ea749501145fd2da7cf8ecbe6420fac02a4";
};
};
- "express-5.0.0-alpha.3" = {
+ "express-5.0.0-alpha.5" = {
name = "express";
packageName = "express";
- version = "5.0.0-alpha.3";
+ version = "5.0.0-alpha.5";
src = fetchurl {
- url = "https://registry.npmjs.org/express/-/express-5.0.0-alpha.3.tgz";
- sha1 = "19d63b931bf0f64c42725952ef0602c381fe64db";
+ url = "https://registry.npmjs.org/express/-/express-5.0.0-alpha.5.tgz";
+ sha1 = "e37423a8d82826fb915c7dd166e2900bfa3552e6";
};
};
"express-json5-0.1.0" = {
@@ -17312,22 +17942,13 @@ let
sha1 = "2af824ae20eccb8f902325b1a2c27dd6619805c9";
};
};
- "http-errors-1.6.1" = {
- name = "http-errors";
- packageName = "http-errors";
- version = "1.6.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz";
- sha1 = "5f8b8ed98aca545656bf572997387f904a722257";
- };
- };
- "fs-ext-0.5.0" = {
+ "fs-ext-0.6.0" = {
name = "fs-ext";
packageName = "fs-ext";
- version = "0.5.0";
+ version = "0.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/fs-ext/-/fs-ext-0.5.0.tgz";
- sha1 = "9c1f9a20b8e7e012e0a914b5e19132724f44f69e";
+ url = "https://registry.npmjs.org/fs-ext/-/fs-ext-0.6.0.tgz";
+ sha1 = "27d32a72e2e7c3c8001712a0f307f5f8d91dfc66";
};
};
"crypt3-0.2.0" = {
@@ -17339,13 +17960,13 @@ let
sha1 = "4bd28e0770fad421fc807745c1ef3010905b2332";
};
};
- "router-1.1.5" = {
+ "router-1.3.0" = {
name = "router";
packageName = "router";
- version = "1.1.5";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/router/-/router-1.1.5.tgz";
- sha1 = "c9c6935201b30ac1f227ada6af86e8cea6515387";
+ url = "https://registry.npmjs.org/router/-/router-1.3.0.tgz";
+ sha1 = "15b24075c1de4a3d3f39808c5d7344a1564417c8";
};
};
"raw-body-1.3.4" = {
@@ -17438,13 +18059,13 @@ let
sha1 = "1e0f4650c862dcbfed54fd42b148e9bb1721fcf2";
};
};
- "setprototypeof-1.0.3" = {
- name = "setprototypeof";
- packageName = "setprototypeof";
- version = "1.0.3";
+ "async-2.1.5" = {
+ name = "async";
+ packageName = "async";
+ version = "2.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz";
- sha1 = "66567e37043eeb4f04d91bd658c0cbefb55b8e04";
+ url = "https://registry.npmjs.org/async/-/async-2.1.5.tgz";
+ sha1 = "e587c68580994ac67fc56ff86d3ac56bdbe810bc";
};
};
"lru-cache-2.2.0" = {
@@ -17816,31 +18437,22 @@ let
sha1 = "f877d5bf648c97e5aa542fadc16d6a259b9c11a1";
};
};
- "csso-2.3.1" = {
+ "csso-2.3.2" = {
name = "csso";
packageName = "csso";
- version = "2.3.1";
+ version = "2.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/csso/-/csso-2.3.1.tgz";
- sha1 = "4f8d91a156f2f1c2aebb40b8fb1b5eb83d94d3b9";
+ url = "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz";
+ sha1 = "ddd52c587033f49e94b71fc55569f252e8ff5f85";
};
};
- "clap-1.1.2" = {
+ "clap-1.1.3" = {
name = "clap";
packageName = "clap";
- version = "1.1.2";
+ version = "1.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/clap/-/clap-1.1.2.tgz";
- sha1 = "316545bf22229225a2cecaa6824cd2f56a9709ed";
- };
- };
- "acorn-4.0.11" = {
- name = "acorn";
- packageName = "acorn";
- version = "4.0.11";
- src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz";
- sha1 = "edcda3bd937e7556410d42ed5860f67399c794c0";
+ url = "https://registry.npmjs.org/clap/-/clap-1.1.3.tgz";
+ sha1 = "b3bd36e93dd4cbfb395a3c26896352445265c05b";
};
};
"enhanced-resolve-2.3.0" = {
@@ -17924,22 +18536,22 @@ let
sha1 = "f38f2c97c9889b0ee18fc6cc392e1e443ad2da8e";
};
};
- "node-appc-0.2.39" = {
+ "node-appc-0.2.41" = {
name = "node-appc";
packageName = "node-appc";
- version = "0.2.39";
+ version = "0.2.41";
src = fetchurl {
- url = "https://registry.npmjs.org/node-appc/-/node-appc-0.2.39.tgz";
- sha1 = "c8ffb1e4e1c85b0df3a443889d765de0d963a1f4";
+ url = "https://registry.npmjs.org/node-appc/-/node-appc-0.2.41.tgz";
+ sha1 = "f68cf5acb607c4903e2f63024383ae95ba1fdc52";
};
};
- "request-2.78.0" = {
+ "request-2.79.0" = {
name = "request";
packageName = "request";
- version = "2.78.0";
+ version = "2.79.0";
src = fetchurl {
- url = "https://registry.npmjs.org/request/-/request-2.78.0.tgz";
- sha1 = "e1c8dec346e1c81923b24acdb337f11decabe9cc";
+ url = "https://registry.npmjs.org/request/-/request-2.79.0.tgz";
+ sha1 = "4dfe5bf6be8b8cdc37fcf93e04b65577722710de";
};
};
"sprintf-0.1.5" = {
@@ -17960,13 +18572,13 @@ let
sha1 = "68edd769ff79d4f9528cf0e5d80021aade67480c";
};
};
- "wrench-1.5.9" = {
- name = "wrench";
- packageName = "wrench";
- version = "1.5.9";
+ "fs-extra-2.1.2" = {
+ name = "fs-extra";
+ packageName = "fs-extra";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz";
- sha1 = "411691c63a9b2531b1700267279bdeca23b2142a";
+ url = "https://registry.npmjs.org/fs-extra/-/fs-extra-2.1.2.tgz";
+ sha1 = "046c70163cef9aad46b0e4a7fa467fb22d71de35";
};
};
"source-map-support-0.3.2" = {
@@ -17996,58 +18608,49 @@ let
sha1 = "8606c2cbf1c426ce8c8ec00174447fd49b6eafc1";
};
};
- "diff-2.2.1" = {
+ "async-2.1.4" = {
+ name = "async";
+ packageName = "async";
+ version = "2.1.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/async/-/async-2.1.4.tgz";
+ sha1 = "2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4";
+ };
+ };
+ "diff-3.2.0" = {
name = "diff";
packageName = "diff";
- version = "2.2.1";
+ version = "3.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/diff/-/diff-2.2.1.tgz";
- sha1 = "76ec8ea33535344078079fbe8cf03435ffb185ec";
+ url = "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz";
+ sha1 = "c9ce393a4b7cbd0b058a725c93df299027868ff9";
};
};
- "request-2.69.0" = {
- name = "request";
- packageName = "request";
- version = "2.69.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/request/-/request-2.69.0.tgz";
- sha1 = "cf91d2e000752b1217155c005241911991a2346a";
- };
- };
- "semver-5.1.0" = {
- name = "semver";
- packageName = "semver";
- version = "5.1.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/semver/-/semver-5.1.0.tgz";
- sha1 = "85f2cf8550465c4df000cf7d86f6b054106ab9e5";
- };
- };
- "wrench-1.5.8" = {
+ "wrench-1.5.9" = {
name = "wrench";
packageName = "wrench";
- version = "1.5.8";
+ version = "1.5.9";
src = fetchurl {
- url = "https://registry.npmjs.org/wrench/-/wrench-1.5.8.tgz";
- sha1 = "7a31c97f7869246d76c5cf2f5c977a1c4c8e5ab5";
+ url = "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz";
+ sha1 = "411691c63a9b2531b1700267279bdeca23b2142a";
};
};
- "xmldom-0.1.22" = {
- name = "xmldom";
- packageName = "xmldom";
- version = "0.1.22";
- src = fetchurl {
- url = "https://registry.npmjs.org/xmldom/-/xmldom-0.1.22.tgz";
- sha1 = "10de4e5e964981f03c8cc72fadc08d14b6c3aa26";
- };
- };
- "qs-6.0.3" = {
+ "qs-6.3.2" = {
name = "qs";
packageName = "qs";
- version = "6.0.3";
+ version = "6.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.0.3.tgz";
- sha1 = "95f870b23e70268fba18704e80667515905af06c";
+ url = "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz";
+ sha1 = "e75bd5f6e268122a2a0e0bda630b2550c166502c";
+ };
+ };
+ "bluebird-3.4.7" = {
+ name = "bluebird";
+ packageName = "bluebird";
+ version = "3.4.7";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz";
+ sha1 = "f72d760be09b7f76d08ed8fae98b289a8d05fab3";
};
};
"blueimp-md5-2.6.0" = {
@@ -18077,13 +18680,22 @@ let
sha1 = "b1d5f9c1d98af3bdd61f1bda6a86dd1aee4ff8f2";
};
};
- "diff2html-2.0.12" = {
+ "diff2html-2.3.0" = {
name = "diff2html";
packageName = "diff2html";
- version = "2.0.12";
+ version = "2.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/diff2html/-/diff2html-2.0.12.tgz";
- sha1 = "20eda2f1ffd14027716485c938e3fe21dc379455";
+ url = "https://registry.npmjs.org/diff2html/-/diff2html-2.3.0.tgz";
+ sha1 = "375fb0783ca8fa90307749399bc9c75eb7cf6580";
+ };
+ };
+ "express-4.14.1" = {
+ name = "express";
+ packageName = "express";
+ version = "4.14.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/express/-/express-4.14.1.tgz";
+ sha1 = "646c237f766f148c2120aff073817b9e4d7e0d33";
};
};
"express-session-1.14.2" = {
@@ -18131,13 +18743,13 @@ let
sha1 = "5056f5c989ab14ccf62fc20ed7598115ae7d09e3";
};
};
- "knockout-3.4.1" = {
+ "knockout-3.4.2" = {
name = "knockout";
packageName = "knockout";
- version = "3.4.1";
+ version = "3.4.2";
src = fetchurl {
- url = "https://registry.npmjs.org/knockout/-/knockout-3.4.1.tgz";
- sha1 = "8bd057bde8f7d0a02b93dda433c2a8d942d8a9a0";
+ url = "https://registry.npmjs.org/knockout/-/knockout-3.4.2.tgz";
+ sha1 = "e87958de77ad1e936f7ce645bab8b5d7c456d937";
};
};
"node-cache-4.1.1" = {
@@ -18176,13 +18788,13 @@ let
sha1 = "1fe63268c92e75606626437e3b906662c15ba6ee";
};
};
- "raven-1.1.2" = {
+ "raven-1.1.5" = {
name = "raven";
packageName = "raven";
- version = "1.1.2";
+ version = "1.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/raven/-/raven-1.1.2.tgz";
- sha1 = "a5eb3db71f2fc3015a20145bcaf28015e7ae0718";
+ url = "https://registry.npmjs.org/raven/-/raven-1.1.5.tgz";
+ sha1 = "6af541406c37da1d678781d0af411c27c6f05fbf";
};
};
"signals-1.0.0" = {
@@ -18221,22 +18833,22 @@ let
sha1 = "1accf97dd739b983bf994d56fec8f95853641b7a";
};
};
- "color-string-1.5.0" = {
+ "color-string-1.5.2" = {
name = "color-string";
packageName = "color-string";
- version = "1.5.0";
+ version = "1.5.2";
src = fetchurl {
- url = "https://registry.npmjs.org/color-string/-/color-string-1.5.0.tgz";
- sha1 = "f9a7a0553e55b34d18a463c06f13e3384dd960ce";
+ url = "https://registry.npmjs.org/color-string/-/color-string-1.5.2.tgz";
+ sha1 = "26e45814bc3c9a7cbd6751648a41434514a773a9";
};
};
- "color-name-1.1.1" = {
+ "color-name-1.1.2" = {
name = "color-name";
packageName = "color-name";
- version = "1.1.1";
+ version = "1.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz";
- sha1 = "4b1415304cf50028ea81643643bd82ea05803689";
+ url = "https://registry.npmjs.org/color-name/-/color-name-1.1.2.tgz";
+ sha1 = "5c8ab72b64bd2215d617ae9559ebb148475cf98d";
};
};
"simple-swizzle-0.2.2" = {
@@ -18257,15 +18869,6 @@ let
sha1 = "c2dfc386abaa0c3e33c48db3fe87059e69065efd";
};
};
- "diff-3.2.0" = {
- name = "diff";
- packageName = "diff";
- version = "3.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz";
- sha1 = "c9ce393a4b7cbd0b058a725c93df299027868ff9";
- };
- };
"hogan.js-3.0.2" = {
name = "hogan.js";
packageName = "hogan.js";
@@ -18275,13 +18878,13 @@ let
sha1 = "4cd9e1abd4294146e7679e41d7898732b02c7bfd";
};
};
- "whatwg-fetch-2.0.2" = {
+ "whatwg-fetch-2.0.3" = {
name = "whatwg-fetch";
packageName = "whatwg-fetch";
- version = "2.0.2";
+ version = "2.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.2.tgz";
- sha1 = "fe294d1d89e36c5be8b3195057f2e4bc74fc980e";
+ url = "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz";
+ sha1 = "9c84ec2dcf68187ff00bc64e1274b442176e1c84";
};
};
"crc-3.4.1" = {
@@ -18491,13 +19094,13 @@ let
sha1 = "6ce67a24db1fe13f226c1171a72a7ef2b17b8f65";
};
};
- "acorn-dynamic-import-2.0.1" = {
+ "acorn-dynamic-import-2.0.2" = {
name = "acorn-dynamic-import";
packageName = "acorn-dynamic-import";
- version = "2.0.1";
+ version = "2.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.1.tgz";
- sha1 = "23f671eb6e650dab277fef477c321b1178a8cca2";
+ url = "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz";
+ sha1 = "c752bd210bef679501b6c6cb7fc84f8f47158cc4";
};
};
"enhanced-resolve-3.1.0" = {
@@ -18563,13 +19166,13 @@ let
sha1 = "7d8693907b28ce6013e7f3610aa2a1acf07dad87";
};
};
- "webpack-sources-0.1.4" = {
+ "webpack-sources-0.2.3" = {
name = "webpack-sources";
packageName = "webpack-sources";
- version = "0.1.4";
+ version = "0.2.3";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.1.4.tgz";
- sha1 = "ccc2c817e08e5fa393239412690bb481821393cd";
+ url = "https://registry.npmjs.org/webpack-sources/-/webpack-sources-0.2.3.tgz";
+ sha1 = "17c62bfaf13c707f9d02c479e0dcdde8380697fb";
};
};
"big.js-3.1.3" = {
@@ -18626,13 +19229,13 @@ let
sha1 = "290cbb232e306942d7d7ea9b83732ab7856f8285";
};
};
- "source-list-map-0.1.8" = {
+ "source-list-map-1.1.1" = {
name = "source-list-map";
packageName = "source-list-map";
- version = "0.1.8";
+ version = "1.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/source-list-map/-/source-list-map-0.1.8.tgz";
- sha1 = "c550b2ab5427f6b3f21f5afead88c4f5587b2106";
+ url = "https://registry.npmjs.org/source-list-map/-/source-list-map-1.1.1.tgz";
+ sha1 = "1a33ac210ca144d1e561f906ebccab5669ff4cb4";
};
};
"babel-runtime-6.23.0" = {
@@ -18644,6 +19247,15 @@ let
sha1 = "0a9489f144de70efb3ce4300accdb329e2fc543b";
};
};
+ "bytes-2.5.0" = {
+ name = "bytes";
+ packageName = "bytes";
+ version = "2.5.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/bytes/-/bytes-2.5.0.tgz";
+ sha1 = "4c9423ea2d252c270c41b2bdefeff9bb6b62c06a";
+ };
+ };
"death-1.1.0" = {
name = "death";
packageName = "death";
@@ -18662,22 +19274,13 @@ let
sha1 = "3871cc0a6a002e8c3e5b3cf7f336264675f06b9d";
};
};
- "diff-2.2.3" = {
- name = "diff";
- packageName = "diff";
- version = "2.2.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/diff/-/diff-2.2.3.tgz";
- sha1 = "60eafd0d28ee906e4e8ff0a52c1229521033bf99";
- };
- };
- "inquirer-3.0.5" = {
+ "inquirer-3.0.6" = {
name = "inquirer";
packageName = "inquirer";
- version = "3.0.5";
+ version = "3.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/inquirer/-/inquirer-3.0.5.tgz";
- sha1 = "172cabc8eacbfb91d595f5d7c354b446b8141f65";
+ url = "https://registry.npmjs.org/inquirer/-/inquirer-3.0.6.tgz";
+ sha1 = "e04aaa9d05b7a3cb9b0f407d04375f0447190347";
};
};
"invariant-2.2.2" = {
@@ -18734,13 +19337,13 @@ let
sha1 = "b21f5e79bcbb6b4e23eeeced15cfc7f63e8a2e55";
};
};
- "request-capture-har-1.1.4" = {
+ "request-capture-har-1.2.2" = {
name = "request-capture-har";
packageName = "request-capture-har";
- version = "1.1.4";
+ version = "1.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/request-capture-har/-/request-capture-har-1.1.4.tgz";
- sha1 = "e6ad76eb8e7a1714553fdbeef32cd4518e4e2013";
+ url = "https://registry.npmjs.org/request-capture-har/-/request-capture-har-1.2.2.tgz";
+ sha1 = "cd692cfb2cc744fd84a3358aac6ee51528cf720d";
};
};
"roadrunner-1.1.0" = {
@@ -18797,13 +19400,13 @@ let
sha1 = "9f7ee287f82fd326d4fd162923d62129eee0dfaf";
};
};
- "onetime-2.0.0" = {
+ "onetime-2.0.1" = {
name = "onetime";
packageName = "onetime";
- version = "2.0.0";
+ version = "2.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/onetime/-/onetime-2.0.0.tgz";
- sha1 = "52aa8110e52fc5126ffc667bd8ec21c2ed209ce6";
+ url = "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz";
+ sha1 = "067428230fd67443b2794b22bba528b6867962d4";
};
};
"loose-envify-1.3.1" = {
@@ -18950,15 +19553,6 @@ let
sha1 = "7d350722061830ba6617631e0cfd3ea08398d95a";
};
};
- "update-notifier-0.6.3" = {
- name = "update-notifier";
- packageName = "update-notifier";
- version = "0.6.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/update-notifier/-/update-notifier-0.6.3.tgz";
- sha1 = "776dec8daa13e962a341e8a1d98354306b67ae08";
- };
- };
"yeoman-character-1.1.0" = {
name = "yeoman-character";
packageName = "yeoman-character";
@@ -19094,15 +19688,6 @@ let
sha1 = "848e28f7f1d50740c6747ab3cb07670462b6f89c";
};
};
- "boxen-0.3.1" = {
- name = "boxen";
- packageName = "boxen";
- version = "0.3.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/boxen/-/boxen-0.3.1.tgz";
- sha1 = "a7d898243ae622f7abb6bb604d740a76c6a5461b";
- };
- };
"bin-version-check-2.1.0" = {
name = "bin-version-check";
packageName = "bin-version-check";
@@ -19184,6 +19769,15 @@ let
sha1 = "92a4969065f9c70c694753d55248fc68f8f652c9";
};
};
+ "diff-2.2.3" = {
+ name = "diff";
+ packageName = "diff";
+ version = "2.2.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/diff/-/diff-2.2.3.tgz";
+ sha1 = "60eafd0d28ee906e4e8ff0a52c1229521033bf99";
+ };
+ };
"globby-4.1.0" = {
name = "globby";
packageName = "globby";
@@ -19308,7 +19902,7 @@ in
sources."kind-of-3.1.0"
sources."longest-1.0.1"
sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."path-parse-1.0.5"
sources."array-unique-0.2.1"
(sources."global-modules-0.2.3" // {
@@ -19324,9 +19918,9 @@ in
})
sources."homedir-polyfill-1.0.1"
sources."ini-1.3.4"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."parse-passwd-1.0.0"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."amdefine-1.0.1"
sources."xml2js-0.2.8"
sources."sax-0.5.8"
@@ -19343,10 +19937,10 @@ in
azure-cli = nodeEnv.buildNodePackage {
name = "azure-cli";
packageName = "azure-cli";
- version = "0.10.10";
+ version = "0.10.11";
src = fetchurl {
- url = "https://registry.npmjs.org/azure-cli/-/azure-cli-0.10.10.tgz";
- sha1 = "f50fe398f935d7e8751b7e84dcf02616553fcfa4";
+ url = "https://registry.npmjs.org/azure-cli/-/azure-cli-0.10.11.tgz";
+ sha1 = "aa1a379386b5c60f90f86134b4047acb1302d482";
};
dependencies = [
sources."adal-node-0.1.21"
@@ -19358,7 +19952,7 @@ in
];
})
sources."azure-arm-authorization-2.0.0"
- sources."azure-arm-cdn-1.0.2"
+ sources."azure-arm-cdn-1.0.3"
sources."azure-arm-commerce-0.2.0"
sources."azure-arm-compute-0.20.0"
sources."azure-arm-datalake-analytics-1.0.1-preview"
@@ -19413,6 +20007,7 @@ in
sources."caller-id-0.1.0"
sources."colors-1.1.2"
sources."commander-1.0.4"
+ sources."date-utils-1.2.21"
sources."easy-table-0.0.1"
sources."event-stream-3.1.5"
sources."eyes-0.1.8"
@@ -19422,15 +20017,16 @@ in
sources."jsonlint-1.6.2"
sources."jsonminify-0.4.1"
sources."jsrsasign-4.8.2"
+ sources."jwt-decode-2.2.0"
(sources."kuduscript-1.0.13" // {
dependencies = [
sources."commander-1.1.1"
sources."streamline-0.4.11"
];
})
- sources."moment-2.17.1"
- sources."ms-rest-1.15.5"
- (sources."ms-rest-azure-1.15.5" // {
+ sources."moment-2.18.1"
+ sources."ms-rest-1.15.7"
+ (sources."ms-rest-azure-1.15.7" // {
dependencies = [
sources."async-0.2.7"
];
@@ -19485,7 +20081,6 @@ in
sources."xml2js-0.1.14"
sources."xmlbuilder-0.4.3"
sources."read-1.0.7"
- sources."date-utils-1.2.21"
sources."jws-3.1.4"
sources."node-uuid-1.4.7"
sources."xmldom-0.1.27"
@@ -19513,7 +20108,7 @@ in
sources."util-deprecate-1.0.2"
sources."stack-trace-0.0.9"
sources."keypress-0.1.0"
- sources."from-0.1.3"
+ sources."from-0.1.7"
sources."map-stream-0.1.0"
sources."pause-stream-0.0.11"
sources."split-0.2.10"
@@ -19567,7 +20162,7 @@ in
sources."forever-agent-0.6.1"
(sources."form-data-1.0.1" // {
dependencies = [
- sources."async-2.1.5"
+ sources."async-2.2.0"
];
})
(sources."har-validator-2.0.6" // {
@@ -19582,9 +20177,9 @@ in
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.2.2"
+ sources."qs-6.2.3"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
sources."tunnel-agent-0.4.3"
@@ -19608,8 +20203,12 @@ in
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -19633,7 +20232,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."ctype-0.5.2"
sources."source-map-0.1.43"
@@ -19642,7 +20241,7 @@ in
sources."amdefine-1.0.1"
(sources."concat-stream-1.6.0" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
];
})
sources."http-response-object-1.1.0"
@@ -19733,7 +20332,7 @@ in
sources."timed-out-2.0.0"
sources."end-of-stream-1.0.0"
sources."inherits-2.0.3"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."stream-shift-1.0.0"
sources."once-1.3.3"
sources."wrappy-1.0.2"
@@ -19748,7 +20347,7 @@ in
sources."loud-rejection-1.6.0"
sources."map-obj-1.0.1"
sources."minimist-1.2.0"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."read-pkg-up-1.0.1"
sources."redent-1.0.0"
sources."trim-newlines-1.0.0"
@@ -19756,7 +20355,7 @@ in
sources."currently-unhandled-0.4.1"
sources."signal-exit-3.0.2"
sources."array-find-index-1.0.2"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."validate-npm-package-license-3.0.1"
sources."builtin-modules-1.1.1"
@@ -19781,7 +20380,7 @@ in
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
sources."indent-string-2.1.0"
@@ -19815,8 +20414,8 @@ in
sources."brace-expansion-1.1.6"
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
- sources."q-1.4.1"
- sources."debug-2.6.1"
+ sources."q-1.5.0"
+ sources."debug-2.6.3"
(sources."mkdirp-0.5.1" // {
dependencies = [
sources."minimist-0.0.8"
@@ -19885,7 +20484,7 @@ in
sources."punycode-1.4.1"
sources."querystring-es3-0.2.1"
sources."read-only-stream-2.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."resolve-1.3.2"
sources."shasum-1.0.2"
sources."shell-quote-1.6.1"
@@ -19893,11 +20492,7 @@ in
sources."stream-http-2.6.3"
sources."string_decoder-0.10.31"
sources."subarg-1.0.0"
- (sources."syntax-error-1.1.6" // {
- dependencies = [
- sources."acorn-2.7.0"
- ];
- })
+ sources."syntax-error-1.3.0"
sources."through2-2.0.3"
sources."timers-browserify-1.4.2"
sources."tty-browserify-0.0.0"
@@ -19931,7 +20526,7 @@ in
sources."util-deprecate-1.0.2"
sources."date-now-0.1.4"
sources."browserify-cipher-1.0.0"
- sources."browserify-sign-4.0.0"
+ sources."browserify-sign-4.0.4"
sources."create-ecdh-4.0.0"
sources."create-hash-1.1.2"
sources."create-hmac-1.1.4"
@@ -19949,7 +20544,7 @@ in
sources."bn.js-4.11.6"
sources."browserify-rsa-4.0.1"
sources."elliptic-6.4.0"
- sources."parse-asn1-5.0.0"
+ sources."parse-asn1-5.1.0"
sources."brorand-1.1.0"
sources."hash.js-1.0.3"
sources."hmac-drbg-1.0.0"
@@ -19968,16 +20563,12 @@ in
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
sources."function-bind-1.1.0"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."lexical-scope-1.2.0"
- sources."astw-2.0.0"
- sources."acorn-1.2.2"
+ sources."astw-2.2.0"
+ sources."acorn-4.0.11"
sources."stream-splicer-2.0.0"
- (sources."detective-4.3.2" // {
- dependencies = [
- sources."acorn-3.3.0"
- ];
- })
+ sources."detective-4.5.0"
sources."stream-combiner2-1.1.1"
sources."path-platform-0.11.15"
sources."buffer-shims-1.0.0"
@@ -20016,7 +20607,7 @@ in
sources."chalk-1.0.0"
sources."chromecast-player-0.2.3"
sources."debounced-seeker-1.0.0"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."diveSync-0.3.0"
sources."got-1.2.2"
sources."internal-ip-1.2.0"
@@ -20097,7 +20688,7 @@ in
sources."decamelize-1.2.0"
sources."loud-rejection-1.6.0"
sources."map-obj-1.0.1"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."read-pkg-up-1.0.1"
sources."redent-1.0.0"
sources."trim-newlines-1.0.0"
@@ -20105,7 +20696,7 @@ in
sources."currently-unhandled-0.4.1"
sources."signal-exit-3.0.2"
sources."array-find-index-1.0.2"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."semver-5.3.0"
sources."validate-npm-package-license-3.0.1"
@@ -20124,7 +20715,7 @@ in
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
sources."indent-string-2.1.0"
@@ -20143,7 +20734,7 @@ in
sources."minimist-0.0.10"
];
})
- (sources."parse-torrent-5.8.1" // {
+ (sources."parse-torrent-5.8.2" // {
dependencies = [
sources."get-stdin-5.0.1"
];
@@ -20241,7 +20832,7 @@ in
sources."randombytes-2.0.3"
sources."run-parallel-1.1.6"
sources."inherits-2.0.3"
- sources."ip-1.1.4"
+ sources."ip-1.1.5"
sources."flatten-0.0.1"
sources."fifo-0.1.4"
(sources."peer-wire-protocol-0.7.0" // {
@@ -20289,26 +20880,26 @@ in
sources."compact2string-1.4.0"
sources."random-iterate-1.0.1"
sources."run-series-1.1.4"
- (sources."simple-peer-6.4.3" // {
+ (sources."simple-peer-6.4.4" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
(sources."simple-websocket-4.3.1" // {
dependencies = [
- sources."readable-stream-2.2.3"
- sources."ws-2.1.0"
+ sources."readable-stream-2.2.6"
+ sources."ws-2.2.2"
sources."isarray-1.0.0"
];
})
sources."string2compact-1.2.2"
- (sources."ws-1.1.2" // {
+ (sources."ws-1.1.4" // {
dependencies = [
sources."ultron-1.0.2"
];
})
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."get-browser-rtc-1.0.2"
sources."buffer-shims-1.0.0"
sources."process-nextick-args-1.0.7"
@@ -20329,7 +20920,7 @@ in
];
})
sources."hawk-0.10.2"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."cookie-jar-0.2.0"
sources."aws-sign-0.2.0"
sources."oauth-sign-0.2.0"
@@ -20349,7 +20940,7 @@ in
sources."voc-0.5.0"
(sources."concat-stream-1.6.0" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -20395,7 +20986,7 @@ in
dependencies = [
(sources."cordova-common-2.0.0" // {
dependencies = [
- sources."q-1.4.1"
+ sources."q-1.5.0"
sources."underscore-1.8.3"
];
})
@@ -20412,8 +21003,7 @@ in
(sources."insight-0.8.4" // {
dependencies = [
sources."async-1.5.2"
- sources."request-2.79.0"
- sources."qs-6.3.1"
+ sources."request-2.81.0"
];
})
sources."nopt-3.0.1"
@@ -20456,15 +21046,15 @@ in
})
(sources."cordova-fetch-1.0.2" // {
dependencies = [
- sources."q-1.4.1"
- sources."shelljs-0.7.6"
+ sources."q-1.5.0"
+ sources."shelljs-0.7.7"
sources."glob-7.1.1"
];
})
sources."cordova-js-4.2.1"
(sources."cordova-serve-1.0.1" // {
dependencies = [
- sources."q-1.4.1"
+ sources."q-1.5.0"
];
})
(sources."dep-graph-1.1.0" // {
@@ -20472,12 +21062,12 @@ in
sources."underscore-1.2.1"
];
})
- (sources."init-package-json-1.9.4" // {
+ (sources."init-package-json-1.9.5" // {
dependencies = [
- sources."glob-6.0.4"
+ sources."glob-7.1.1"
];
})
- (sources."npm-2.15.11" // {
+ (sources."npm-2.15.12" // {
dependencies = [
sources."abbrev-1.0.9"
sources."glob-7.0.6"
@@ -20488,8 +21078,14 @@ in
sources."request-2.74.0"
sources."semver-5.1.1"
sources."tar-2.2.1"
+ sources."validate-npm-package-name-2.2.2"
sources."isarray-1.0.0"
+ sources."caseless-0.11.0"
sources."form-data-1.0.1"
+ sources."har-validator-2.0.6"
+ sources."qs-6.2.3"
+ sources."tunnel-agent-0.4.3"
+ sources."builtins-0.0.7"
];
})
sources."opener-1.4.1"
@@ -20502,6 +21098,7 @@ in
sources."form-data-0.1.4"
sources."mime-types-1.0.2"
sources."qs-2.3.3"
+ sources."tunnel-agent-0.4.3"
sources."http-signature-0.10.1"
sources."oauth-sign-0.4.0"
sources."hawk-1.1.1"
@@ -20521,7 +21118,11 @@ in
})
sources."tar-1.0.2"
sources."valid-identifier-0.0.1"
- sources."xcode-0.9.1"
+ (sources."xcode-0.9.1" // {
+ dependencies = [
+ sources."node-uuid-1.4.7"
+ ];
+ })
sources."browserify-transform-tools-1.5.3"
sources."falafel-1.2.0"
sources."through-2.3.8"
@@ -20536,7 +21137,7 @@ in
];
})
sources."is-url-1.2.2"
- sources."interpret-1.0.1"
+ sources."interpret-1.0.2"
sources."rechoir-0.6.2"
sources."fs.realpath-1.0.0"
sources."resolve-1.3.2"
@@ -20589,7 +21190,7 @@ in
sources."punycode-1.4.1"
sources."querystring-es3-0.2.1"
sources."read-only-stream-2.0.0"
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."isarray-1.0.0"
];
@@ -20600,9 +21201,9 @@ in
sources."stream-http-2.6.3"
sources."string_decoder-0.10.31"
sources."subarg-1.0.0"
- (sources."syntax-error-1.1.6" // {
+ (sources."syntax-error-1.3.0" // {
dependencies = [
- sources."acorn-2.7.0"
+ sources."acorn-4.0.11"
];
})
sources."through2-2.0.3"
@@ -20634,7 +21235,7 @@ in
sources."process-nextick-args-1.0.7"
sources."date-now-0.1.4"
sources."browserify-cipher-1.0.0"
- sources."browserify-sign-4.0.0"
+ sources."browserify-sign-4.0.4"
sources."create-ecdh-4.0.0"
sources."create-hash-1.1.2"
sources."create-hmac-1.1.4"
@@ -20652,7 +21253,7 @@ in
sources."bn.js-4.11.6"
sources."browserify-rsa-4.0.1"
sources."elliptic-6.4.0"
- sources."parse-asn1-5.0.0"
+ sources."parse-asn1-5.1.0"
sources."brorand-1.1.0"
sources."hash.js-1.0.3"
sources."hmac-drbg-1.0.0"
@@ -20662,13 +21263,17 @@ in
sources."sha.js-2.4.8"
sources."miller-rabin-4.0.0"
sources."function-bind-1.1.0"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."lexical-scope-1.2.0"
- sources."astw-2.0.0"
- sources."stream-splicer-2.0.0"
- (sources."detective-4.3.2" // {
+ (sources."astw-2.2.0" // {
dependencies = [
- sources."acorn-3.3.0"
+ sources."acorn-4.0.11"
+ ];
+ })
+ sources."stream-splicer-2.0.0"
+ (sources."detective-4.5.0" // {
+ dependencies = [
+ sources."acorn-4.0.11"
];
})
sources."stream-combiner2-1.1.1"
@@ -20686,7 +21291,12 @@ in
sources."indexof-0.0.1"
sources."chalk-1.1.3"
sources."compression-1.6.2"
- sources."express-4.14.1"
+ (sources."express-4.15.2" // {
+ dependencies = [
+ sources."debug-2.6.1"
+ sources."ms-0.7.2"
+ ];
+ })
sources."ansi-styles-2.2.1"
sources."escape-string-regexp-1.0.5"
sources."has-ansi-2.0.0"
@@ -20695,13 +21305,13 @@ in
sources."ansi-regex-2.1.1"
sources."accepts-1.3.3"
sources."bytes-2.3.0"
- sources."compressible-2.0.9"
+ sources."compressible-2.0.10"
sources."debug-2.2.0"
sources."on-headers-1.0.1"
- sources."vary-1.1.0"
- sources."mime-types-2.1.14"
+ sources."vary-1.1.1"
+ sources."mime-types-2.1.15"
sources."negotiator-0.6.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."ms-0.7.1"
sources."array-flatten-1.1.1"
sources."content-disposition-0.5.2"
@@ -20711,49 +21321,55 @@ in
sources."depd-1.1.0"
sources."encodeurl-1.0.1"
sources."escape-html-1.0.3"
- sources."etag-1.7.0"
- sources."finalhandler-0.5.1"
- sources."fresh-0.3.0"
+ sources."etag-1.8.0"
+ (sources."finalhandler-1.0.1" // {
+ dependencies = [
+ sources."debug-2.6.3"
+ sources."ms-0.7.2"
+ ];
+ })
+ sources."fresh-0.5.0"
sources."merge-descriptors-1.0.1"
sources."methods-1.1.2"
sources."on-finished-2.3.0"
sources."parseurl-1.3.1"
sources."path-to-regexp-0.1.7"
- sources."proxy-addr-1.1.3"
- sources."qs-6.2.0"
+ sources."proxy-addr-1.1.4"
+ sources."qs-6.4.0"
sources."range-parser-1.2.0"
- (sources."send-0.14.2" // {
+ (sources."send-0.15.1" // {
dependencies = [
+ sources."debug-2.6.1"
sources."ms-0.7.2"
];
})
- sources."serve-static-1.11.2"
+ sources."serve-static-1.12.1"
+ sources."setprototypeof-1.0.3"
+ sources."statuses-1.3.1"
sources."type-is-1.6.14"
sources."utils-merge-1.0.0"
- sources."statuses-1.3.1"
sources."unpipe-1.0.0"
sources."ee-first-1.1.1"
sources."forwarded-0.1.0"
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."destroy-1.0.4"
- sources."http-errors-1.5.1"
+ sources."http-errors-1.6.1"
sources."mime-1.3.4"
- sources."setprototypeof-1.0.2"
sources."media-typer-0.3.0"
- sources."npm-package-arg-4.2.0"
+ sources."npm-package-arg-4.2.1"
sources."promzard-0.3.0"
sources."read-1.0.7"
- (sources."read-package-json-2.0.4" // {
+ (sources."read-package-json-2.0.5" // {
dependencies = [
- sources."glob-6.0.4"
+ sources."glob-7.1.1"
];
})
sources."validate-npm-package-license-3.0.1"
- sources."validate-npm-package-name-2.2.2"
- sources."hosted-git-info-2.2.0"
+ sources."validate-npm-package-name-3.0.0"
+ sources."hosted-git-info-2.4.1"
sources."mute-stream-0.0.7"
sources."json-parse-helpfulerror-1.0.3"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."graceful-fs-4.1.11"
sources."jju-1.3.0"
sources."is-builtin-module-1.0.0"
@@ -20761,7 +21377,7 @@ in
sources."spdx-correct-1.0.2"
sources."spdx-expression-parse-1.0.4"
sources."spdx-license-ids-1.2.2"
- sources."builtins-0.0.7"
+ sources."builtins-1.0.3"
sources."abbrev-1.1.0"
sources."ansicolors-0.3.2"
sources."ansistyles-0.1.3"
@@ -20776,9 +21392,9 @@ in
sources."config-chain-1.1.11"
sources."dezalgo-1.0.3"
sources."editor-1.0.0"
- sources."fs-vacuum-1.2.9"
- sources."fs-write-stream-atomic-1.0.8"
- sources."fstream-1.0.10"
+ sources."fs-vacuum-1.2.10"
+ sources."fs-write-stream-atomic-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-npm-1.1.1"
sources."github-url-from-git-1.4.0"
sources."github-url-from-username-repo-1.0.2"
@@ -20790,7 +21406,7 @@ in
sources."minimist-0.0.8"
];
})
- (sources."node-gyp-3.4.0" // {
+ (sources."node-gyp-3.6.0" // {
dependencies = [
sources."glob-7.1.1"
sources."tar-2.2.1"
@@ -20801,8 +21417,7 @@ in
sources."npm-install-checks-1.0.7"
(sources."npm-registry-client-7.2.1" // {
dependencies = [
- sources."request-2.79.0"
- sources."qs-6.3.1"
+ sources."request-2.81.0"
];
})
sources."npm-user-validate-0.1.5"
@@ -20822,7 +21437,7 @@ in
sources."text-table-0.2.0"
sources."uid-number-0.0.6"
sources."umask-1.1.0"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."write-file-atomic-1.1.4"
sources."imurmurhash-0.1.4"
sources."wcwidth-1.0.1"
@@ -20833,49 +21448,47 @@ in
sources."iferr-0.1.5"
sources."fstream-ignore-1.0.5"
sources."pseudomap-1.0.2"
- sources."yallist-2.0.0"
- sources."path-array-1.0.1"
- sources."array-index-1.0.0"
- sources."es6-symbol-3.1.0"
- sources."d-0.1.1"
- sources."es5-ext-0.10.12"
- sources."es6-iterator-2.0.0"
+ sources."yallist-2.1.2"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ (sources."ajv-4.11.5" // {
+ dependencies = [
+ sources."json-stable-stringify-1.0.1"
+ ];
+ })
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -20915,13 +21528,22 @@ in
sources."isarray-1.0.0"
];
})
- sources."node-uuid-1.4.7"
- (sources."async-2.1.5" // {
+ sources."node-uuid-1.4.8"
+ (sources."async-2.2.0" // {
dependencies = [
sources."lodash-4.17.4"
];
})
- sources."isexe-1.1.2"
+ sources."commander-2.9.0"
+ sources."is-my-json-valid-2.16.0"
+ sources."pinkie-promise-2.0.1"
+ sources."graceful-readlink-1.0.1"
+ sources."generate-function-2.0.0"
+ sources."generate-object-property-1.2.0"
+ sources."jsonpointer-4.0.1"
+ sources."is-property-1.0.2"
+ sources."pinkie-2.0.4"
+ sources."isexe-2.0.0"
sources."ctype-0.5.3"
sources."pegjs-0.9.0"
(sources."simple-plist-0.1.4" // {
@@ -20988,7 +21610,7 @@ in
];
})
sources."stream-shift-1.0.0"
- sources."rc-1.1.7"
+ sources."rc-1.2.0"
sources."deep-extend-0.4.1"
sources."strip-json-comments-2.0.1"
sources."is-finite-1.0.2"
@@ -21009,7 +21631,7 @@ in
sha1 = "19cc3eda322160fd3f7232af1cb2a360e898a2e9";
};
dependencies = [
- sources."clone-2.1.0"
+ sources."clone-2.1.1"
sources."parserlib-1.1.1"
];
buildInputs = globalBuildInputs;
@@ -21065,7 +21687,7 @@ in
})
sources."through-2.3.8"
sources."duplexer-0.1.1"
- sources."from-0.1.3"
+ sources."from-0.1.7"
sources."map-stream-0.1.0"
sources."pause-stream-0.0.11"
sources."split-0.3.3"
@@ -21099,9 +21721,9 @@ in
sources."cookie-0.1.2"
sources."merge-descriptors-0.0.2"
sources."utils-merge-1.0.0"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."negotiator-0.5.3"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."ms-0.7.0"
sources."crc-3.2.1"
sources."ee-first-1.1.0"
@@ -21172,9 +21794,9 @@ in
sources."JSONStream-0.8.4"
sources."basic-auth-1.1.0"
sources."cookie-signature-1.0.6"
- sources."cors-2.8.1"
+ sources."cors-2.8.3"
sources."docker-parse-image-3.0.1"
- sources."end-of-stream-1.1.0"
+ sources."end-of-stream-1.4.0"
sources."from2-1.3.0"
sources."fs-blob-store-5.2.1"
sources."level-0.18.0"
@@ -21213,7 +21835,7 @@ in
sources."minimist-1.2.0"
sources."split2-2.1.1"
sources."through2-2.0.3"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -21227,7 +21849,7 @@ in
(sources."tar-stream-1.5.2" // {
dependencies = [
sources."bl-1.2.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -21240,8 +21862,9 @@ in
sources."xtend-4.0.1"
sources."jsonparse-0.0.5"
sources."through-2.3.8"
- sources."vary-1.1.0"
- sources."once-1.3.3"
+ sources."object-assign-4.1.1"
+ sources."vary-1.1.1"
+ sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."inherits-2.0.3"
sources."readable-stream-1.1.14"
@@ -21251,7 +21874,8 @@ in
(sources."duplexify-3.5.0" // {
dependencies = [
sources."end-of-stream-1.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
+ sources."once-1.3.3"
sources."isarray-1.0.0"
];
})
@@ -21319,62 +21943,56 @@ in
};
dependencies = [
sources."JSONStream-1.3.1"
- sources."async-2.1.5"
+ sources."async-2.2.0"
sources."aws4-1.6.0"
sources."awscred-1.2.0"
sources."ini-1.3.4"
sources."optimist-0.6.1"
- sources."request-2.79.0"
+ sources."request-2.81.0"
sources."jsonparse-1.3.0"
sources."through-2.3.8"
sources."lodash-4.17.4"
sources."wordwrap-0.0.3"
sources."minimist-0.0.10"
sources."aws-sign2-0.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- sources."ansi-regex-2.1.1"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -21398,7 +22016,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
];
buildInputs = globalBuildInputs;
@@ -21444,10 +22062,10 @@ in
sources."signal-exit-3.0.2"
sources."strip-eof-1.0.0"
sources."lru-cache-4.0.2"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."pseudomap-1.0.2"
- sources."yallist-2.0.0"
- sources."isexe-1.1.2"
+ sources."yallist-2.1.2"
+ sources."isexe-2.0.0"
sources."object-assign-4.1.1"
sources."pinkie-promise-2.0.1"
sources."pinkie-2.0.4"
@@ -21474,14 +22092,14 @@ in
sources."loud-rejection-1.6.0"
sources."map-obj-1.0.1"
sources."minimist-1.2.0"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."read-pkg-up-1.0.1"
sources."redent-1.0.0"
sources."trim-newlines-1.0.0"
sources."camelcase-2.1.1"
sources."currently-unhandled-0.4.1"
sources."array-find-index-1.0.2"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."semver-5.3.0"
sources."validate-npm-package-license-3.0.1"
@@ -21498,7 +22116,7 @@ in
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
sources."indent-string-2.1.0"
@@ -21519,30 +22137,31 @@ in
eslint = nodeEnv.buildNodePackage {
name = "eslint";
packageName = "eslint";
- version = "3.16.1";
+ version = "3.18.0";
src = fetchurl {
- url = "https://registry.npmjs.org/eslint/-/eslint-3.16.1.tgz";
- sha1 = "9bc31fc7341692cf772e80607508f67d711c5609";
+ url = "https://registry.npmjs.org/eslint/-/eslint-3.18.0.tgz";
+ sha1 = "647e985c4ae71502d20ac62c109f66d5104c8a4b";
};
dependencies = [
sources."babel-code-frame-6.22.0"
sources."chalk-1.1.3"
sources."concat-stream-1.6.0"
- sources."debug-2.6.1"
- sources."doctrine-1.5.0"
+ sources."debug-2.6.3"
+ sources."doctrine-2.0.0"
sources."escope-3.6.0"
sources."espree-3.4.0"
+ sources."esquery-1.0.0"
sources."estraverse-4.2.0"
sources."esutils-2.0.2"
sources."file-entry-cache-2.0.0"
sources."glob-7.1.1"
- sources."globals-9.16.0"
- sources."ignore-3.2.4"
+ sources."globals-9.17.0"
+ sources."ignore-3.2.6"
sources."imurmurhash-0.1.4"
sources."inquirer-0.12.0"
sources."is-my-json-valid-2.16.0"
sources."is-resolvable-1.0.0"
- sources."js-yaml-3.8.1"
+ sources."js-yaml-3.8.2"
sources."json-stable-stringify-1.0.1"
sources."levn-0.3.0"
sources."lodash-4.17.4"
@@ -21553,7 +22172,7 @@ in
sources."pluralize-1.2.1"
sources."progress-1.1.8"
sources."require-uncached-1.0.3"
- sources."shelljs-0.7.6"
+ sources."shelljs-0.7.7"
sources."strip-bom-3.0.0"
sources."strip-json-comments-2.0.1"
(sources."table-3.8.3" // {
@@ -21573,7 +22192,7 @@ in
sources."ansi-regex-2.1.1"
sources."inherits-2.0.3"
sources."typedarray-0.0.6"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -21581,19 +22200,19 @@ in
sources."string_decoder-0.10.31"
sources."util-deprecate-1.0.2"
sources."ms-0.7.2"
- sources."es6-map-0.1.4"
- sources."es6-weak-map-2.0.1"
+ sources."es6-map-0.1.5"
+ sources."es6-weak-map-2.0.2"
(sources."esrecurse-4.1.0" // {
dependencies = [
sources."estraverse-4.1.1"
];
})
- sources."d-0.1.1"
- sources."es5-ext-0.10.12"
- sources."es6-iterator-2.0.0"
- sources."es6-set-0.1.4"
- sources."es6-symbol-3.1.0"
- sources."event-emitter-0.3.4"
+ sources."d-1.0.0"
+ sources."es5-ext-0.10.15"
+ sources."es6-iterator-2.0.1"
+ sources."es6-set-0.1.5"
+ sources."es6-symbol-3.1.1"
+ sources."event-emitter-0.3.5"
sources."object-assign-4.1.1"
sources."acorn-4.0.4"
(sources."acorn-jsx-3.0.1" // {
@@ -21661,11 +22280,11 @@ in
sources."caller-path-0.1.0"
sources."resolve-from-1.0.1"
sources."callsites-0.2.0"
- sources."interpret-1.0.1"
+ sources."interpret-1.0.2"
sources."rechoir-0.6.2"
sources."resolve-1.3.2"
sources."path-parse-1.0.5"
- sources."ajv-4.11.3"
+ sources."ajv-4.11.5"
sources."ajv-keywords-1.5.1"
sources."slice-ansi-0.0.4"
sources."co-4.6.0"
@@ -21805,7 +22424,7 @@ in
sources."filename-regex-2.0.0"
sources."is-extglob-1.0.0"
sources."kind-of-3.1.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
sources."parse-glob-3.0.4"
sources."regex-cache-0.4.3"
@@ -21820,17 +22439,18 @@ in
sources."repeat-string-1.6.1"
sources."isarray-1.0.0"
sources."is-posix-bracket-0.1.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
sources."glob-base-0.3.0"
sources."is-dotfile-1.0.2"
sources."is-equal-shallow-0.1.3"
sources."is-primitive-2.0.0"
sources."binary-extensions-1.8.0"
sources."graceful-fs-4.1.11"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."set-immediate-shim-1.0.1"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -21838,30 +22458,28 @@ in
sources."string_decoder-0.10.31"
sources."util-deprecate-1.0.2"
sources."nan-2.5.1"
- sources."node-pre-gyp-0.6.33"
+ sources."node-pre-gyp-0.6.34"
(sources."mkdirp-0.5.1" // {
dependencies = [
sources."minimist-0.0.8"
];
})
- sources."nopt-3.0.6"
+ sources."nopt-4.0.1"
sources."npmlog-4.0.2"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
})
- sources."request-2.79.0"
- sources."rimraf-2.5.4"
+ sources."request-2.81.0"
+ sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."tar-2.2.1"
- (sources."tar-pack-3.3.0" // {
- dependencies = [
- sources."once-1.3.3"
- sources."readable-stream-2.1.5"
- ];
- })
+ sources."tar-pack-3.4.0"
sources."abbrev-1.1.0"
+ sources."osenv-0.1.4"
+ sources."os-homedir-1.0.2"
+ sources."os-tmpdir-1.0.2"
sources."are-we-there-yet-1.1.2"
sources."console-control-strings-1.1.0"
(sources."gauge-2.7.3" // {
@@ -21886,48 +22504,44 @@ in
sources."strip-json-comments-2.0.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -21951,7 +22565,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."glob-7.1.1"
sources."fs.realpath-1.0.0"
@@ -21959,11 +22573,11 @@ in
sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
- sources."debug-2.2.0"
+ sources."fstream-1.0.11"
+ sources."debug-2.6.3"
sources."fstream-ignore-1.0.5"
sources."uid-number-0.0.6"
- sources."ms-0.7.1"
+ sources."ms-0.7.2"
sources."brace-expansion-1.1.6"
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
@@ -21975,7 +22589,6 @@ in
sources."lazy-1.0.11"
sources."caller-0.0.1"
sources."tape-2.3.3"
- sources."jsonify-0.0.0"
sources."deep-equal-0.1.2"
sources."defined-0.0.0"
sources."through-2.3.8"
@@ -21994,14 +22607,18 @@ in
git-run = nodeEnv.buildNodePackage {
name = "git-run";
packageName = "git-run";
- version = "0.5.3";
+ version = "0.5.4";
src = fetchurl {
- url = "https://registry.npmjs.org/git-run/-/git-run-0.5.3.tgz";
- sha1 = "92005049d5514753d53c4f90fd6f2b2b29a8e08c";
+ url = "https://registry.npmjs.org/git-run/-/git-run-0.5.4.tgz";
+ sha1 = "466a7253a54f526ca2f57ca78780895b95efaee4";
};
dependencies = [
+ sources."async-2.2.0"
+ sources."lodash.groupby-4.6.0"
sources."minilog-2.0.8"
+ sources."simple-git-1.69.0"
sources."tabtab-git+https://github.com/mixu/node-tabtab.git"
+ sources."lodash-4.17.4"
sources."microee-0.0.2"
];
buildInputs = globalBuildInputs;
@@ -22082,7 +22699,7 @@ in
sources."source-map-0.1.43"
];
})
- (sources."uglify-js-2.7.5" // {
+ (sources."uglify-js-2.8.20" // {
dependencies = [
sources."source-map-0.5.6"
];
@@ -22106,9 +22723,8 @@ in
sources."css-stringify-1.0.5"
sources."optimist-0.3.7"
sources."wordwrap-0.0.3"
- sources."async-0.2.10"
- sources."uglify-to-browserify-1.0.2"
sources."yargs-3.10.0"
+ sources."uglify-to-browserify-1.0.2"
sources."camelcase-1.2.1"
(sources."cliui-2.1.0" // {
dependencies = [
@@ -22124,7 +22740,7 @@ in
sources."kind-of-3.1.0"
sources."longest-1.0.1"
sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."acorn-globals-1.0.9"
sources."pop-iterate-1.0.1"
sources."weak-map-1.0.5"
@@ -22153,14 +22769,14 @@ in
sources."chalk-1.1.3"
sources."deprecated-0.0.1"
sources."gulp-util-3.0.8"
- sources."interpret-1.0.1"
+ sources."interpret-1.0.2"
sources."liftoff-2.3.0"
sources."minimist-1.2.0"
sources."orchestrator-0.3.8"
sources."pretty-hrtime-1.0.3"
sources."semver-4.3.6"
sources."tildify-1.2.0"
- sources."v8flags-2.0.11"
+ sources."v8flags-2.0.12"
(sources."vinyl-fs-0.3.14" // {
dependencies = [
sources."through2-0.6.5"
@@ -22191,7 +22807,7 @@ in
sources."replace-ext-0.0.1"
(sources."through2-2.0.3" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -22245,7 +22861,7 @@ in
sources."extglob-0.3.2"
sources."filename-regex-2.0.0"
sources."kind-of-3.1.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
sources."parse-glob-3.0.4"
sources."regex-cache-0.4.3"
@@ -22263,10 +22879,11 @@ in
sources."randomatic-1.1.6"
sources."repeat-string-1.6.1"
sources."is-posix-bracket-0.1.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
sources."glob-base-0.3.0"
sources."is-dotfile-1.0.2"
sources."glob-parent-2.0.0"
@@ -22279,9 +22896,9 @@ in
sources."is-windows-0.2.0"
sources."homedir-polyfill-1.0.1"
sources."ini-1.3.4"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."parse-passwd-1.0.0"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."lodash.assignwith-4.2.0"
sources."lodash.isempty-4.4.0"
sources."lodash.pick-4.4.0"
@@ -22362,7 +22979,7 @@ in
sources."redis-0.10.3"
sources."lru-cache-2.5.2"
sources."minimist-0.0.8"
- sources."eventemitter3-2.0.2"
+ sources."eventemitter3-2.0.3"
];
buildInputs = globalBuildInputs;
meta = {
@@ -22481,7 +23098,7 @@ in
sources."source-map-0.4.4"
];
})
- (sources."js-yaml-3.8.1" // {
+ (sources."js-yaml-3.8.2" // {
dependencies = [
sources."esprima-3.1.3"
];
@@ -22495,7 +23112,7 @@ in
sources."once-1.4.0"
sources."resolve-1.1.7"
sources."supports-color-3.2.3"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."wordwrap-1.0.0"
sources."estraverse-1.9.3"
sources."esutils-2.0.2"
@@ -22520,15 +23137,14 @@ in
sources."wordwrap-0.0.3"
];
})
- (sources."uglify-js-2.7.5" // {
+ (sources."uglify-js-2.8.20" // {
dependencies = [
- sources."async-0.2.10"
sources."source-map-0.5.6"
];
})
sources."minimist-0.0.10"
- sources."uglify-to-browserify-1.0.2"
sources."yargs-3.10.0"
+ sources."uglify-to-browserify-1.0.2"
sources."camelcase-1.2.1"
(sources."cliui-2.1.0" // {
dependencies = [
@@ -22544,11 +23160,11 @@ in
sources."kind-of-3.1.0"
sources."longest-1.0.1"
sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."argparse-1.0.9"
sources."sprintf-js-1.0.3"
sources."has-flag-1.0.0"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -22631,15 +23247,15 @@ in
json = nodeEnv.buildNodePackage {
name = "json";
packageName = "json";
- version = "9.0.4";
+ version = "9.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/json/-/json-9.0.4.tgz";
- sha1 = "d0dbf2404c128572a935ecafadfc782ec81112ce";
+ url = "https://registry.npmjs.org/json/-/json-9.0.6.tgz";
+ sha1 = "7972c2a5a48a42678db2730c7c2c4ee6e4e24585";
};
buildInputs = globalBuildInputs;
meta = {
description = "a 'json' command for massaging and processing JSON on the command line";
- homepage = https://github.com/trentm/json;
+ homepage = "https://github.com/trentm/json#readme";
};
production = true;
};
@@ -22661,10 +23277,10 @@ in
js-yaml = nodeEnv.buildNodePackage {
name = "js-yaml";
packageName = "js-yaml";
- version = "3.8.1";
+ version = "3.8.2";
src = fetchurl {
- url = "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.1.tgz";
- sha1 = "782ba50200be7b9e5a8537001b7804db3ad02628";
+ url = "https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.2.tgz";
+ sha1 = "02d3e2c0f6beab20248d412c352203827d786721";
};
dependencies = [
sources."argparse-1.0.9"
@@ -22688,8 +23304,8 @@ in
sha1 = "9c4c14f0400bef2c04c8e8e6bff59371025cc009";
};
dependencies = [
- sources."bluebird-3.4.7"
- sources."body-parser-1.16.1"
+ sources."bluebird-3.5.0"
+ sources."body-parser-1.17.1"
sources."chokidar-1.6.1"
sources."colors-1.1.2"
(sources."combine-lists-1.0.1" // {
@@ -22736,26 +23352,26 @@ in
})
sources."source-map-0.5.6"
sources."tmp-0.0.31"
- sources."useragent-2.1.12"
+ sources."useragent-2.1.13"
sources."bytes-2.4.0"
sources."content-type-1.0.2"
sources."debug-2.6.1"
sources."depd-1.1.0"
- sources."http-errors-1.5.1"
+ sources."http-errors-1.6.1"
sources."iconv-lite-0.4.15"
sources."on-finished-2.3.0"
- sources."qs-6.2.1"
+ sources."qs-6.4.0"
sources."raw-body-2.2.0"
sources."type-is-1.6.14"
sources."ms-0.7.2"
sources."inherits-2.0.3"
- sources."setprototypeof-1.0.2"
+ sources."setprototypeof-1.0.3"
sources."statuses-1.3.1"
sources."ee-first-1.1.1"
sources."unpipe-1.0.0"
sources."media-typer-0.3.0"
- sources."mime-types-2.1.14"
- sources."mime-db-1.26.0"
+ sources."mime-types-2.1.15"
+ sources."mime-db-1.27.0"
sources."anymatch-1.3.0"
sources."async-each-1.0.1"
sources."glob-parent-2.0.0"
@@ -22774,7 +23390,7 @@ in
sources."filename-regex-2.0.0"
sources."is-extglob-1.0.0"
sources."kind-of-3.1.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
sources."parse-glob-3.0.4"
sources."regex-cache-0.4.3"
@@ -22789,16 +23405,17 @@ in
sources."repeat-string-1.6.1"
sources."isarray-1.0.0"
sources."is-posix-bracket-0.1.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
sources."glob-base-0.3.0"
sources."is-dotfile-1.0.2"
sources."is-equal-shallow-0.1.3"
sources."is-primitive-2.0.0"
sources."binary-extensions-1.8.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."set-immediate-shim-1.0.1"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -22806,36 +23423,24 @@ in
sources."string_decoder-0.10.31"
sources."util-deprecate-1.0.2"
sources."nan-2.5.1"
- (sources."node-pre-gyp-0.6.33" // {
- dependencies = [
- sources."rimraf-2.5.4"
- ];
- })
+ sources."node-pre-gyp-0.6.34"
sources."mkdirp-0.5.1"
- sources."nopt-3.0.6"
+ sources."nopt-4.0.1"
sources."npmlog-4.0.2"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
})
- (sources."request-2.79.0" // {
- dependencies = [
- sources."qs-6.3.1"
- ];
- })
+ sources."request-2.81.0"
sources."semver-5.3.0"
sources."tar-2.2.1"
- (sources."tar-pack-3.3.0" // {
- dependencies = [
- sources."debug-2.2.0"
- sources."readable-stream-2.1.5"
- sources."rimraf-2.5.4"
- sources."ms-0.7.1"
- ];
- })
+ sources."tar-pack-3.4.0"
sources."minimist-0.0.8"
sources."abbrev-1.1.0"
+ sources."osenv-0.1.4"
+ sources."os-homedir-1.0.2"
+ sources."os-tmpdir-1.0.2"
sources."are-we-there-yet-1.1.2"
sources."console-control-strings-1.1.0"
sources."gauge-2.7.3"
@@ -22857,46 +23462,41 @@ in
sources."strip-json-comments-2.0.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
+ sources."performance-now-0.2.0"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -22922,9 +23522,9 @@ in
sources."bcrypt-pbkdf-1.0.1"
sources."punycode-1.4.1"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-ignore-1.0.5"
- sources."once-1.3.3"
+ sources."once-1.4.0"
sources."uid-number-0.0.6"
sources."wrappy-1.0.2"
sources."finalhandler-1.0.0"
@@ -23006,7 +23606,6 @@ in
sources."better-assert-1.0.2"
sources."callsite-1.0.0"
sources."json3-3.3.2"
- sources."os-tmpdir-1.0.2"
sources."lru-cache-2.2.4"
];
buildInputs = globalBuildInputs;
@@ -23079,15 +23678,14 @@ in
(sources."express-session-1.11.3" // {
dependencies = [
sources."uid-safe-2.0.0"
- sources."base64-url-1.2.1"
];
})
sources."finalhandler-0.4.0"
sources."http-errors-1.3.1"
- (sources."method-override-2.3.7" // {
+ (sources."method-override-2.3.8" // {
dependencies = [
- sources."debug-2.3.3"
- sources."vary-1.1.0"
+ sources."debug-2.6.3"
+ sources."vary-1.1.1"
sources."ms-0.7.2"
];
})
@@ -23132,18 +23730,18 @@ in
sources."ee-first-1.1.1"
sources."unpipe-1.0.0"
sources."accepts-1.2.13"
- sources."compressible-2.0.9"
- sources."mime-types-2.1.14"
+ sources."compressible-2.0.10"
+ sources."mime-types-2.1.15"
sources."negotiator-0.5.3"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."ms-0.7.1"
- sources."csrf-3.0.4"
- sources."base64-url-1.3.3"
+ sources."csrf-3.0.6"
sources."rndm-1.2.0"
sources."tsscmp-1.0.5"
- sources."uid-safe-2.1.3"
+ sources."uid-safe-2.1.4"
sources."random-bytes-1.0.0"
sources."crc-3.3.0"
+ sources."base64-url-1.2.1"
sources."inherits-2.0.3"
sources."statuses-1.3.1"
sources."readable-stream-1.1.14"
@@ -23188,7 +23786,7 @@ in
sources."through2-2.0.3"
sources."vinyl-1.2.0"
sources."vinyl-fs-2.4.4"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."xtend-4.0.1"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -23256,7 +23854,7 @@ in
})
sources."filename-regex-2.0.0"
sources."kind-of-3.1.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
(sources."parse-glob-3.0.4" // {
dependencies = [
@@ -23275,10 +23873,11 @@ in
sources."randomatic-1.1.6"
sources."repeat-string-1.6.1"
sources."is-posix-bracket-0.1.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
(sources."glob-base-0.3.0" // {
dependencies = [
sources."glob-parent-2.0.0"
@@ -23293,7 +23892,7 @@ in
sources."extend-shallow-2.0.1"
sources."json-stable-stringify-1.0.1"
sources."jsonify-0.0.0"
- sources."convert-source-map-1.4.0"
+ sources."convert-source-map-1.5.0"
sources."minimist-0.0.8"
sources."is-utf8-0.2.1"
sources."first-chunk-stream-1.0.0"
@@ -23415,10 +24014,10 @@ in
node2nix = nodeEnv.buildNodePackage {
name = "node2nix";
packageName = "node2nix";
- version = "1.1.1";
+ version = "1.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/node2nix/-/node2nix-1.1.1.tgz";
- sha1 = "f58c3157be2ffcb8253f82641b5f0473543d21e8";
+ url = "https://registry.npmjs.org/node2nix/-/node2nix-1.2.0.tgz";
+ sha1 = "3c0a578ffebc231a14f0c0e9078b8063ff776408";
};
dependencies = [
sources."optparse-1.0.5"
@@ -23448,17 +24047,17 @@ in
sources."concat-stream-1.6.0"
sources."graceful-fs-4.1.11"
sources."mkdirp-0.5.1"
- sources."normalize-package-data-2.3.5"
- sources."npm-package-arg-4.2.0"
+ sources."normalize-package-data-2.3.6"
+ sources."npm-package-arg-4.2.1"
sources."once-1.4.0"
- sources."request-2.79.0"
+ sources."request-2.81.0"
sources."retry-0.8.0"
sources."rimraf-2.6.1"
sources."slide-1.1.6"
sources."npmlog-3.1.2"
sources."inherits-2.0.3"
sources."typedarray-0.0.6"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -23466,7 +24065,7 @@ in
sources."string_decoder-0.10.31"
sources."util-deprecate-1.0.2"
sources."minimist-0.0.8"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."validate-npm-package-license-3.0.1"
sources."builtin-modules-1.1.1"
@@ -23476,50 +24075,44 @@ in
sources."wrappy-1.0.2"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- sources."ansi-regex-2.1.1"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -23543,7 +24136,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."glob-7.1.1"
sources."fs.realpath-1.0.0"
@@ -23564,10 +24157,12 @@ in
sources."object-assign-4.1.1"
sources."signal-exit-3.0.2"
sources."string-width-1.0.2"
+ sources."strip-ansi-3.0.1"
sources."wide-align-1.1.0"
sources."code-point-at-1.1.0"
sources."is-fullwidth-code-point-1.0.0"
sources."number-is-nan-1.0.1"
+ sources."ansi-regex-2.1.1"
sources."config-chain-1.1.11"
sources."ini-1.3.4"
sources."nopt-3.0.6"
@@ -23578,7 +24173,7 @@ in
sources."os-homedir-1.0.2"
sources."os-tmpdir-1.0.2"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
(sources."fs-extra-0.6.4" // {
dependencies = [
sources."mkdirp-0.3.5"
@@ -23595,19 +24190,20 @@ in
meta = {
description = "Generate Nix expressions to build NPM packages";
homepage = https://github.com/svanderburg/node2nix;
+ license = "MIT";
};
production = true;
};
node-gyp = nodeEnv.buildNodePackage {
name = "node-gyp";
packageName = "node-gyp";
- version = "3.5.0";
+ version = "3.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/node-gyp/-/node-gyp-3.5.0.tgz";
- sha1 = "a8fe5e611d079ec16348a3eb960e78e11c85274a";
+ url = "https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz";
+ sha1 = "7474f63a3a0501161dda0b6341f022f14c423fa6";
};
dependencies = [
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."glob-7.1.1"
sources."graceful-fs-4.1.11"
sources."minimatch-3.0.3"
@@ -23615,11 +24211,11 @@ in
sources."nopt-3.0.6"
sources."npmlog-4.0.2"
sources."osenv-0.1.4"
- sources."request-2.79.0"
+ sources."request-2.81.0"
sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."tar-2.2.1"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."inherits-2.0.3"
sources."fs.realpath-1.0.0"
sources."inflight-1.0.6"
@@ -23636,7 +24232,7 @@ in
sources."gauge-2.7.3"
sources."set-blocking-2.0.0"
sources."delegates-1.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -23658,48 +24254,44 @@ in
sources."os-tmpdir-1.0.2"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -23723,10 +24315,10 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."block-stream-0.0.9"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -23739,36 +24331,34 @@ in
node-inspector = nodeEnv.buildNodePackage {
name = "node-inspector";
packageName = "node-inspector";
- version = "0.12.8";
+ version = "1.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/node-inspector/-/node-inspector-0.12.8.tgz";
- sha1 = "a59c3dc47cb08d15a2e526be3a1da7d64e5c227f";
+ url = "https://registry.npmjs.org/node-inspector/-/node-inspector-1.0.0.tgz";
+ sha1 = "c6221619e3f0bd8f1f24e0e882a65eb793f69d37";
};
dependencies = [
sources."async-0.9.2"
sources."biased-opener-0.2.8"
- sources."debug-2.6.1"
- (sources."express-4.14.1" // {
+ sources."debug-2.6.3"
+ (sources."express-4.15.2" // {
dependencies = [
- sources."debug-2.2.0"
- sources."ms-0.7.1"
+ sources."debug-2.6.1"
];
})
sources."glob-5.0.15"
sources."path-is-absolute-1.0.1"
- sources."rc-1.1.7"
+ sources."rc-1.2.0"
sources."semver-4.3.6"
- (sources."serve-favicon-2.4.0" // {
+ (sources."serve-favicon-2.4.2" // {
dependencies = [
- sources."etag-1.8.0"
- sources."fresh-0.4.0"
+ sources."ms-1.0.0"
];
})
sources."strong-data-uri-1.0.4"
- sources."v8-debug-0.7.7"
- sources."v8-profiler-5.6.5"
- sources."which-1.2.12"
- sources."ws-1.1.2"
+ sources."v8-debug-1.0.1"
+ sources."v8-profiler-5.7.0"
+ sources."which-1.2.14"
+ sources."ws-1.1.4"
sources."yargs-3.32.0"
sources."browser-launcher2-0.4.6"
sources."minimist-1.2.0"
@@ -23810,7 +24400,7 @@ in
sources."decamelize-1.2.0"
sources."loud-rejection-1.6.0"
sources."map-obj-1.0.1"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."object-assign-4.1.1"
sources."read-pkg-up-1.0.1"
sources."redent-1.0.0"
@@ -23819,7 +24409,7 @@ in
sources."currently-unhandled-0.4.1"
sources."signal-exit-3.0.2"
sources."array-find-index-1.0.2"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."validate-npm-package-license-3.0.1"
sources."builtin-modules-1.1.1"
@@ -23837,7 +24427,7 @@ in
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
sources."indent-string-2.1.0"
@@ -23856,48 +24446,39 @@ in
sources."depd-1.1.0"
sources."encodeurl-1.0.1"
sources."escape-html-1.0.3"
- sources."etag-1.7.0"
- (sources."finalhandler-0.5.1" // {
- dependencies = [
- sources."debug-2.2.0"
- sources."ms-0.7.1"
- ];
- })
- sources."fresh-0.3.0"
+ sources."etag-1.8.0"
+ sources."finalhandler-1.0.1"
+ sources."fresh-0.5.0"
sources."merge-descriptors-1.0.1"
sources."methods-1.1.2"
sources."on-finished-2.3.0"
sources."parseurl-1.3.1"
sources."path-to-regexp-0.1.7"
- sources."proxy-addr-1.1.3"
- sources."qs-6.2.0"
+ sources."proxy-addr-1.1.4"
+ sources."qs-6.4.0"
sources."range-parser-1.2.0"
- (sources."send-0.14.2" // {
+ (sources."send-0.15.1" // {
dependencies = [
- (sources."debug-2.2.0" // {
- dependencies = [
- sources."ms-0.7.1"
- ];
- })
+ sources."debug-2.6.1"
];
})
- sources."serve-static-1.11.2"
+ sources."serve-static-1.12.1"
+ sources."setprototypeof-1.0.3"
+ sources."statuses-1.3.1"
sources."type-is-1.6.14"
sources."utils-merge-1.0.0"
- sources."vary-1.1.0"
- sources."mime-types-2.1.14"
+ sources."vary-1.1.1"
+ sources."mime-types-2.1.15"
sources."negotiator-0.6.1"
- sources."mime-db-1.26.0"
- sources."statuses-1.3.1"
+ sources."mime-db-1.27.0"
sources."unpipe-1.0.0"
sources."ee-first-1.1.1"
sources."forwarded-0.1.0"
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."destroy-1.0.4"
- sources."http-errors-1.5.1"
+ sources."http-errors-1.6.1"
sources."mime-1.3.4"
sources."inherits-2.0.3"
- sources."setprototypeof-1.0.2"
sources."media-typer-0.3.0"
sources."inflight-1.0.6"
sources."minimatch-3.0.3"
@@ -23911,28 +24492,20 @@ in
sources."strip-json-comments-2.0.1"
sources."truncate-1.0.5"
sources."nan-2.5.1"
- (sources."node-pre-gyp-0.6.33" // {
+ (sources."node-pre-gyp-0.6.34" // {
dependencies = [
- sources."rimraf-2.5.4"
+ sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."glob-7.1.1"
];
})
- sources."nopt-3.0.6"
+ sources."nopt-4.0.1"
sources."npmlog-4.0.2"
- (sources."request-2.79.0" // {
- dependencies = [
- sources."qs-6.3.1"
- ];
- })
+ sources."request-2.81.0"
sources."tar-2.2.1"
- (sources."tar-pack-3.3.0" // {
+ (sources."tar-pack-3.4.0" // {
dependencies = [
- sources."debug-2.2.0"
- sources."once-1.3.3"
- sources."readable-stream-2.1.5"
- sources."rimraf-2.5.4"
- sources."ms-0.7.1"
+ sources."rimraf-2.6.1"
sources."glob-7.1.1"
];
})
@@ -23942,7 +24515,7 @@ in
sources."gauge-2.7.3"
sources."set-blocking-2.0.0"
sources."delegates-1.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -23958,43 +24531,42 @@ in
sources."ansi-regex-2.1.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."is-property-1.0.2"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -24021,10 +24593,10 @@ in
sources."punycode-1.4.1"
sources."fs.realpath-1.0.0"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-ignore-1.0.5"
sources."uid-number-0.0.6"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."options-0.0.6"
sources."ultron-1.0.2"
sources."cliui-3.2.0"
@@ -24045,38 +24617,36 @@ in
node-pre-gyp = nodeEnv.buildNodePackage {
name = "node-pre-gyp";
packageName = "node-pre-gyp";
- version = "0.6.33";
+ version = "0.6.34";
src = fetchurl {
- url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.33.tgz";
- sha1 = "640ac55198f6a925972e0c16c4ac26a034d5ecc9";
+ url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.34.tgz";
+ sha1 = "94ad1c798a11d7fc67381b50d47f8cc18d9799f7";
};
dependencies = [
sources."mkdirp-0.5.1"
- sources."nopt-3.0.6"
+ sources."nopt-4.0.1"
sources."npmlog-4.0.2"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
})
- sources."request-2.79.0"
- sources."rimraf-2.5.4"
+ sources."request-2.81.0"
+ sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."tar-2.2.1"
- (sources."tar-pack-3.3.0" // {
- dependencies = [
- sources."once-1.3.3"
- sources."readable-stream-2.1.5"
- ];
- })
+ sources."tar-pack-3.4.0"
sources."minimist-0.0.8"
sources."abbrev-1.1.0"
+ sources."osenv-0.1.4"
+ sources."os-homedir-1.0.2"
+ sources."os-tmpdir-1.0.2"
sources."are-we-there-yet-1.1.2"
sources."console-control-strings-1.1.0"
sources."gauge-2.7.3"
sources."set-blocking-2.0.0"
sources."delegates-1.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -24100,48 +24670,44 @@ in
sources."strip-json-comments-2.0.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -24165,7 +24731,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."glob-7.1.1"
sources."fs.realpath-1.0.0"
@@ -24178,12 +24744,12 @@ in
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."graceful-fs-4.1.11"
- sources."debug-2.2.0"
+ sources."debug-2.6.3"
sources."fstream-ignore-1.0.5"
sources."uid-number-0.0.6"
- sources."ms-0.7.1"
+ sources."ms-0.7.2"
];
buildInputs = globalBuildInputs;
meta = {
@@ -24203,11 +24769,7 @@ in
};
dependencies = [
sources."chokidar-1.6.1"
- (sources."debug-2.6.1" // {
- dependencies = [
- sources."ms-0.7.2"
- ];
- })
+ sources."debug-2.6.3"
sources."es6-promise-3.3.1"
sources."ignore-by-default-1.0.1"
sources."lodash.defaults-3.1.2"
@@ -24239,7 +24801,7 @@ in
sources."filename-regex-2.0.0"
sources."is-extglob-1.0.0"
sources."kind-of-3.1.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
sources."parse-glob-3.0.4"
sources."regex-cache-0.4.3"
@@ -24254,17 +24816,18 @@ in
sources."repeat-string-1.6.1"
sources."isarray-1.0.0"
sources."is-posix-bracket-0.1.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
sources."glob-base-0.3.0"
sources."is-dotfile-1.0.2"
sources."is-equal-shallow-0.1.3"
sources."is-primitive-2.0.0"
sources."binary-extensions-1.8.0"
sources."graceful-fs-4.1.11"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."set-immediate-shim-1.0.1"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -24272,28 +24835,25 @@ in
sources."string_decoder-0.10.31"
sources."util-deprecate-1.0.2"
sources."nan-2.5.1"
- sources."node-pre-gyp-0.6.33"
+ sources."node-pre-gyp-0.6.34"
sources."mkdirp-0.5.1"
- sources."nopt-3.0.6"
+ sources."nopt-4.0.1"
sources."npmlog-4.0.2"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
})
- sources."request-2.79.0"
- sources."rimraf-2.5.4"
+ sources."request-2.81.0"
+ sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."tar-2.2.1"
- (sources."tar-pack-3.3.0" // {
- dependencies = [
- sources."debug-2.2.0"
- sources."once-1.3.3"
- sources."readable-stream-2.1.5"
- ];
- })
+ sources."tar-pack-3.4.0"
sources."minimist-0.0.8"
sources."abbrev-1.1.0"
+ sources."osenv-0.1.4"
+ sources."os-homedir-1.0.2"
+ sources."os-tmpdir-1.0.2"
sources."are-we-there-yet-1.1.2"
sources."console-control-strings-1.1.0"
sources."gauge-2.7.3"
@@ -24315,48 +24875,44 @@ in
sources."strip-json-comments-2.0.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -24380,7 +24936,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."glob-7.1.1"
sources."fs.realpath-1.0.0"
@@ -24388,10 +24944,10 @@ in
sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-ignore-1.0.5"
sources."uid-number-0.0.6"
- sources."ms-0.7.1"
+ sources."ms-0.7.2"
sources."lodash.assign-3.2.0"
sources."lodash.restparam-3.6.1"
sources."lodash._baseassign-3.2.0"
@@ -24409,11 +24965,12 @@ in
sources."event-stream-3.3.4"
sources."through-2.3.8"
sources."duplexer-0.1.1"
- sources."from-0.1.3"
+ sources."from-0.1.7"
sources."map-stream-0.1.0"
sources."pause-stream-0.0.11"
sources."split-0.3.3"
sources."stream-combiner-0.0.4"
+ sources."chalk-1.1.3"
(sources."configstore-1.4.0" // {
dependencies = [
sources."uuid-2.0.3"
@@ -24424,11 +24981,12 @@ in
sources."repeating-1.1.3"
sources."semver-diff-2.1.0"
sources."string-length-1.0.1"
- sources."os-tmpdir-1.0.2"
- sources."osenv-0.1.4"
+ sources."ansi-styles-2.2.1"
+ sources."escape-string-regexp-1.0.5"
+ sources."has-ansi-2.0.0"
+ sources."supports-color-2.0.0"
sources."write-file-atomic-1.3.1"
sources."xdg-basedir-2.0.0"
- sources."os-homedir-1.0.2"
sources."imurmurhash-0.1.4"
sources."slide-1.1.6"
sources."package-json-1.2.0"
@@ -24453,6 +25011,8 @@ in
];
})
sources."stream-shift-1.0.0"
+ sources."pinkie-promise-2.0.1"
+ sources."pinkie-2.0.4"
sources."is-finite-1.0.2"
];
buildInputs = globalBuildInputs;
@@ -24487,7 +25047,7 @@ in
sources."express-4.14.0"
(sources."follow-redirects-1.2.1" // {
dependencies = [
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."ms-0.7.2"
];
})
@@ -24524,11 +25084,14 @@ in
sources."xml2js-0.4.17"
sources."node-red-node-feedparser-0.1.7"
sources."node-red-node-email-0.1.21"
- (sources."node-red-node-twitter-0.1.9" // {
+ (sources."node-red-node-twitter-0.1.10" // {
dependencies = [
- sources."request-2.79.0"
+ sources."request-2.81.0"
+ sources."caseless-0.12.0"
sources."form-data-2.1.2"
- sources."qs-6.3.1"
+ sources."har-validator-4.2.1"
+ sources."qs-6.4.0"
+ sources."tunnel-agent-0.6.0"
];
})
sources."node-red-node-rbe-0.1.6"
@@ -24548,8 +25111,8 @@ in
sources."statuses-1.3.1"
sources."ee-first-1.1.1"
sources."unpipe-1.0.0"
- sources."mime-types-2.1.14"
- sources."mime-db-1.26.0"
+ sources."mime-types-2.1.15"
+ sources."mime-db-1.27.0"
sources."css-select-1.2.0"
(sources."dom-serializer-0.1.0" // {
dependencies = [
@@ -24576,7 +25139,7 @@ in
sources."nth-check-1.0.1"
sources."domelementtype-1.3.0"
sources."domhandler-2.3.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -24585,9 +25148,9 @@ in
sources."util-deprecate-1.0.2"
sources."cookie-0.3.1"
sources."cookie-signature-1.0.6"
- sources."vary-1.1.0"
+ sources."vary-1.1.1"
sources."moment-timezone-0.5.11"
- sources."moment-2.17.1"
+ sources."moment-2.18.1"
sources."accepts-1.3.3"
sources."array-flatten-1.1.1"
sources."content-disposition-0.5.1"
@@ -24600,7 +25163,7 @@ in
sources."methods-1.1.2"
sources."parseurl-1.3.1"
sources."path-to-regexp-0.1.7"
- sources."proxy-addr-1.1.3"
+ sources."proxy-addr-1.1.4"
sources."range-parser-1.2.0"
sources."send-0.14.1"
(sources."serve-static-1.11.2" // {
@@ -24612,7 +25175,7 @@ in
sources."utils-merge-1.0.0"
sources."negotiator-0.6.1"
sources."forwarded-0.1.0"
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."destroy-1.0.4"
sources."mime-1.3.4"
sources."graceful-fs-4.1.11"
@@ -24629,10 +25192,10 @@ in
sources."sprintf-js-1.0.3"
sources."commist-1.0.0"
sources."concat-stream-1.6.0"
- sources."end-of-stream-1.1.0"
+ sources."end-of-stream-1.4.0"
sources."help-me-1.0.1"
sources."minimist-1.2.0"
- sources."mqtt-packet-5.2.1"
+ sources."mqtt-packet-5.2.2"
sources."pump-1.0.2"
sources."reinterval-1.1.0"
sources."split2-2.1.1"
@@ -24640,7 +25203,7 @@ in
sources."xtend-4.0.1"
sources."leven-1.0.2"
sources."typedarray-0.0.6"
- sources."once-1.3.3"
+ sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."callback-stream-1.1.0"
(sources."glob-stream-5.3.5" // {
@@ -24683,7 +25246,7 @@ in
})
sources."filename-regex-2.0.0"
sources."kind-of-3.1.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
(sources."parse-glob-3.0.4" // {
dependencies = [
@@ -24702,10 +25265,11 @@ in
sources."randomatic-1.1.6"
sources."repeat-string-1.6.1"
sources."is-posix-bracket-0.1.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
(sources."glob-base-0.3.0" // {
dependencies = [
sources."glob-parent-2.0.0"
@@ -24725,6 +25289,7 @@ in
(sources."duplexify-3.5.0" // {
dependencies = [
sources."end-of-stream-1.0.0"
+ sources."once-1.3.3"
];
})
sources."stream-shift-1.0.0"
@@ -24772,7 +25337,7 @@ in
sources."forever-agent-0.6.1"
(sources."form-data-1.0.1" // {
dependencies = [
- sources."async-2.1.5"
+ sources."async-2.2.0"
];
})
sources."har-validator-2.0.6"
@@ -24780,7 +25345,7 @@ in
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."oauth-sign-0.8.2"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
@@ -24807,8 +25372,12 @@ in
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -24876,15 +25445,23 @@ in
sources."utf7-1.0.2"
sources."twitter-ng-0.6.2"
sources."oauth-0.9.14"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
sources."uuid-3.0.1"
sources."asynckit-0.4.0"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
sources."bindings-1.2.1"
sources."nan-2.5.0"
(sources."node-pre-gyp-0.6.32" // {
dependencies = [
- sources."request-2.79.0"
+ sources."request-2.81.0"
+ sources."caseless-0.12.0"
sources."form-data-2.1.2"
- sources."qs-6.3.1"
+ sources."har-validator-4.2.1"
+ sources."qs-6.4.0"
+ sources."tunnel-agent-0.6.0"
];
})
(sources."mkdirp-0.5.1" // {
@@ -24902,6 +25479,7 @@ in
sources."tar-2.2.1"
(sources."tar-pack-3.3.0" // {
dependencies = [
+ sources."once-1.3.3"
sources."readable-stream-2.1.5"
];
})
@@ -24924,7 +25502,7 @@ in
sources."strip-json-comments-2.0.1"
sources."fs.realpath-1.0.0"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-ignore-1.0.5"
sources."uid-number-0.0.6"
];
@@ -24990,7 +25568,7 @@ in
sources."methods-0.0.1"
sources."send-0.1.0"
sources."cookie-signature-1.0.1"
- (sources."debug-2.6.1" // {
+ (sources."debug-2.6.3" // {
dependencies = [
sources."ms-0.7.2"
];
@@ -25065,29 +25643,31 @@ in
npm = nodeEnv.buildNodePackage {
name = "npm";
packageName = "npm";
- version = "4.3.0";
+ version = "4.4.4";
src = fetchurl {
- url = "https://registry.npmjs.org/npm/-/npm-4.3.0.tgz";
- sha1 = "78e97142408c8383bff10a0e4036e9f77f00ce28";
+ url = "https://registry.npmjs.org/npm/-/npm-4.4.4.tgz";
+ sha1 = "d5ec661923a06bcd6a6eec3d0433a9da3fd67e37";
};
dependencies = [
sources."JSONStream-1.3.1"
- sources."abbrev-1.0.9"
+ sources."abbrev-1.1.0"
sources."ansi-regex-2.1.1"
sources."ansicolors-0.3.2"
sources."ansistyles-0.1.3"
sources."aproba-1.1.1"
sources."archy-1.0.0"
sources."asap-2.0.5"
+ sources."bluebird-3.5.0"
+ sources."call-limit-1.1.0"
sources."chownr-1.0.1"
sources."cmd-shim-2.0.2"
sources."columnify-1.5.4"
sources."config-chain-1.1.11"
sources."dezalgo-1.0.3"
sources."editor-1.0.0"
- sources."fs-vacuum-1.2.9"
- sources."fs-write-stream-atomic-1.0.8"
- sources."fstream-1.0.10"
+ sources."fs-vacuum-1.2.10"
+ sources."fs-write-stream-atomic-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-npm-1.2.0"
sources."glob-7.1.1"
sources."graceful-fs-4.1.11"
@@ -25097,11 +25677,7 @@ in
sources."inflight-1.0.6"
sources."inherits-2.0.3"
sources."ini-1.3.4"
- (sources."init-package-json-1.9.4" // {
- dependencies = [
- sources."glob-6.0.4"
- ];
- })
+ sources."init-package-json-1.9.5"
sources."lazy-property-1.0.0"
sources."lockfile-1.0.3"
sources."lodash._baseuniq-4.6.0"
@@ -25111,6 +25687,7 @@ in
sources."lodash.without-4.4.0"
sources."mississippi-1.3.0"
sources."mkdirp-0.5.1"
+ sources."move-concurrently-1.0.1"
(sources."node-gyp-3.5.0" // {
dependencies = [
sources."nopt-3.0.6"
@@ -25118,11 +25695,11 @@ in
})
sources."nopt-4.0.1"
sources."normalize-git-url-3.0.2"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."npm-cache-filename-1.0.2"
sources."npm-install-checks-3.0.0"
- sources."npm-package-arg-4.2.0"
- sources."npm-registry-client-7.4.5"
+ sources."npm-package-arg-4.2.1"
+ sources."npm-registry-client-7.4.6"
sources."npm-user-validate-0.1.5"
sources."npmlog-4.0.2"
sources."once-1.4.0"
@@ -25132,17 +25709,13 @@ in
sources."read-1.0.7"
sources."read-cmd-shim-1.0.1"
sources."read-installed-4.0.3"
- (sources."read-package-json-2.0.4" // {
- dependencies = [
- sources."glob-6.0.4"
- ];
- })
+ sources."read-package-json-2.0.5"
sources."read-package-tree-5.1.5"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."realize-package-specifier-3.0.3"
- sources."request-2.79.0"
+ sources."request-2.81.0"
sources."retry-0.10.1"
- sources."rimraf-2.5.4"
+ sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."sha-2.0.1"
sources."slide-1.1.6"
@@ -25161,9 +25734,10 @@ in
sources."umask-1.1.0"
sources."unique-filename-1.1.0"
sources."unpipe-1.0.0"
+ sources."update-notifier-2.1.0"
sources."uuid-3.0.1"
- sources."validate-npm-package-name-2.2.2"
- sources."which-1.2.12"
+ sources."validate-npm-package-name-3.0.0"
+ sources."which-1.2.14"
sources."wrappy-1.0.2"
sources."write-file-atomic-1.3.1"
sources."debuglog-1.0.1"
@@ -25199,11 +25773,7 @@ in
sources."once-1.3.3"
];
})
- (sources."end-of-stream-1.1.0" // {
- dependencies = [
- sources."once-1.3.3"
- ];
- })
+ sources."end-of-stream-1.4.0"
sources."flush-write-stream-1.0.2"
sources."from2-2.3.0"
sources."parallel-transform-1.1.0"
@@ -25216,6 +25786,8 @@ in
sources."cyclist-0.2.2"
sources."xtend-4.0.1"
sources."minimist-0.0.8"
+ sources."copy-concurrently-1.0.3"
+ sources."run-queue-1.0.3"
sources."is-builtin-module-1.0.0"
sources."builtin-modules-1.1.1"
sources."are-we-there-yet-1.1.2"
@@ -25244,46 +25816,43 @@ in
sources."util-deprecate-1.0.2"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."supports-color-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -25307,13 +25876,70 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."stream-iterate-1.2.0"
sources."block-stream-0.0.9"
sources."unique-slug-2.0.0"
- sources."builtins-0.0.7"
- sources."isexe-1.1.2"
+ (sources."boxen-1.0.0" // {
+ dependencies = [
+ sources."string-width-2.0.0"
+ sources."is-fullwidth-code-point-2.0.0"
+ ];
+ })
+ sources."chalk-1.1.3"
+ sources."configstore-3.0.0"
+ sources."is-npm-1.0.0"
+ sources."latest-version-3.1.0"
+ sources."lazy-req-2.0.0"
+ sources."semver-diff-2.1.0"
+ sources."xdg-basedir-3.0.0"
+ sources."ansi-align-1.1.0"
+ sources."camelcase-4.1.0"
+ sources."cli-boxes-1.0.0"
+ sources."term-size-0.1.1"
+ sources."widest-line-1.0.0"
+ sources."execa-0.4.0"
+ sources."cross-spawn-async-2.2.5"
+ sources."is-stream-1.1.0"
+ sources."npm-run-path-1.0.0"
+ sources."path-key-1.0.0"
+ sources."strip-eof-1.0.0"
+ sources."lru-cache-4.0.2"
+ sources."pseudomap-1.0.2"
+ sources."yallist-2.1.2"
+ sources."ansi-styles-2.2.1"
+ sources."escape-string-regexp-1.0.5"
+ sources."has-ansi-2.0.0"
+ sources."supports-color-2.0.0"
+ sources."dot-prop-4.1.1"
+ sources."unique-string-1.0.0"
+ sources."is-obj-1.0.1"
+ sources."crypto-random-string-1.0.0"
+ sources."package-json-4.0.0"
+ sources."got-6.7.1"
+ sources."registry-auth-token-3.1.0"
+ sources."registry-url-3.1.0"
+ sources."create-error-class-3.0.2"
+ sources."duplexer3-0.1.4"
+ sources."get-stream-3.0.0"
+ sources."is-redirect-1.0.0"
+ sources."is-retry-allowed-1.1.0"
+ sources."lowercase-keys-1.0.0"
+ sources."timed-out-4.0.1"
+ sources."unzip-response-2.0.1"
+ sources."url-parse-lax-1.0.0"
+ sources."capture-stack-trace-1.0.0"
+ sources."prepend-http-1.0.4"
+ (sources."rc-1.2.0" // {
+ dependencies = [
+ sources."minimist-1.2.0"
+ ];
+ })
+ sources."deep-extend-0.4.1"
+ sources."strip-json-comments-2.0.1"
+ sources."builtins-1.0.3"
+ sources."isexe-2.0.0"
sources."spdx-correct-1.0.2"
sources."spdx-expression-parse-1.0.4"
sources."spdx-license-ids-1.2.2"
@@ -25366,7 +25992,7 @@ in
sources."coffee-script-1.12.4"
sources."underscore-1.4.4"
sources."underscore.string-2.3.3"
- sources."request-2.79.0"
+ sources."request-2.81.0"
sources."graceful-fs-2.0.3"
sources."slide-1.1.6"
sources."chownr-0.0.2"
@@ -25377,50 +26003,44 @@ in
sources."npmlog-4.0.2"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- sources."ansi-regex-2.1.1"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -25444,7 +26064,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."glob-7.1.1"
sources."fs.realpath-1.0.0"
@@ -25462,7 +26082,7 @@ in
sources."gauge-2.7.3"
sources."set-blocking-2.0.0"
sources."delegates-1.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -25474,10 +26094,12 @@ in
sources."object-assign-4.1.1"
sources."signal-exit-3.0.2"
sources."string-width-1.0.2"
+ sources."strip-ansi-3.0.1"
sources."wide-align-1.1.0"
sources."code-point-at-1.1.0"
sources."is-fullwidth-code-point-1.0.0"
sources."number-is-nan-1.0.1"
+ sources."ansi-regex-2.1.1"
(sources."config-chain-1.1.11" // {
dependencies = [
sources."ini-1.3.4"
@@ -25517,13 +26139,13 @@ in
npm-check-updates = nodeEnv.buildNodePackage {
name = "npm-check-updates";
packageName = "npm-check-updates";
- version = "2.10.3";
+ version = "2.10.4";
src = fetchurl {
- url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-2.10.3.tgz";
- sha1 = "40540278e81e60e2f28df3bc79bf77e157f95555";
+ url = "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-2.10.4.tgz";
+ sha1 = "0833dd707f983a04fdcd615afb860ce82b1e54a2";
};
dependencies = [
- sources."bluebird-3.4.7"
+ sources."bluebird-3.5.0"
sources."chalk-1.1.3"
sources."cint-8.2.1"
sources."cli-table-0.3.1"
@@ -25543,8 +26165,26 @@ in
sources."require-dir-0.3.1"
sources."semver-5.3.0"
sources."semver-utils-1.1.1"
+ (sources."snyk-1.26.1" // {
+ dependencies = [
+ sources."update-notifier-0.5.0"
+ sources."latest-version-1.0.1"
+ sources."repeating-1.1.3"
+ sources."package-json-1.2.0"
+ sources."got-3.3.1"
+ sources."object-assign-3.0.0"
+ sources."timed-out-2.0.0"
+ ];
+ })
sources."spawn-please-0.2.0"
- sources."update-notifier-1.0.3"
+ (sources."update-notifier-1.0.3" // {
+ dependencies = [
+ sources."boxen-0.6.0"
+ sources."configstore-2.1.0"
+ sources."camelcase-2.1.1"
+ sources."uuid-2.0.3"
+ ];
+ })
sources."ansi-styles-2.2.1"
sources."escape-string-regexp-1.0.5"
sources."has-ansi-2.0.0"
@@ -25569,9 +26209,9 @@ in
sources."config-chain-1.1.11"
sources."dezalgo-1.0.3"
sources."editor-1.0.0"
- sources."fs-vacuum-1.2.9"
- sources."fs-write-stream-atomic-1.0.8"
- sources."fstream-1.0.10"
+ sources."fs-vacuum-1.2.10"
+ sources."fs-write-stream-atomic-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-npm-1.2.0"
sources."glob-7.1.1"
sources."graceful-fs-4.1.11"
@@ -25581,9 +26221,9 @@ in
sources."inflight-1.0.6"
sources."inherits-2.0.3"
sources."ini-1.3.4"
- (sources."init-package-json-1.9.4" // {
+ (sources."init-package-json-1.9.5" // {
dependencies = [
- sources."glob-6.0.4"
+ sources."validate-npm-package-name-3.0.0"
];
})
sources."lockfile-1.0.3"
@@ -25600,10 +26240,10 @@ in
})
sources."nopt-3.0.6"
sources."normalize-git-url-3.0.2"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."npm-cache-filename-1.0.2"
sources."npm-install-checks-3.0.0"
- sources."npm-package-arg-4.2.0"
+ sources."npm-package-arg-4.2.1"
(sources."npm-registry-client-7.2.1" // {
dependencies = [
sources."npmlog-3.1.2"
@@ -25622,11 +26262,7 @@ in
sources."read-1.0.7"
sources."read-cmd-shim-1.0.1"
sources."read-installed-4.0.3"
- (sources."read-package-json-2.0.4" // {
- dependencies = [
- sources."glob-6.0.4"
- ];
- })
+ sources."read-package-json-2.0.5"
sources."read-package-tree-5.1.5"
sources."readable-stream-2.1.5"
sources."realize-package-specifier-3.0.3"
@@ -25642,8 +26278,12 @@ in
sources."umask-1.1.0"
sources."unique-filename-1.1.0"
sources."unpipe-1.0.0"
- sources."validate-npm-package-name-2.2.2"
- sources."which-1.2.12"
+ (sources."validate-npm-package-name-2.2.2" // {
+ dependencies = [
+ sources."builtins-0.0.7"
+ ];
+ })
+ sources."which-1.2.14"
sources."wrappy-1.0.2"
sources."write-file-atomic-1.2.0"
sources."debuglog-1.0.1"
@@ -25668,6 +26308,7 @@ in
sources."fs.realpath-1.0.0"
sources."path-is-absolute-1.0.1"
sources."promzard-0.3.0"
+ sources."builtins-1.0.3"
sources."lodash._createset-4.0.3"
sources."lodash._root-3.0.1"
sources."minimist-0.0.8"
@@ -25686,17 +26327,17 @@ in
sources."is-fullwidth-code-point-1.0.0"
sources."number-is-nan-1.0.1"
sources."array-index-1.0.0"
- sources."debug-2.6.1"
- sources."es6-symbol-3.1.0"
+ sources."debug-2.6.3"
+ sources."es6-symbol-3.1.1"
sources."ms-0.7.2"
- sources."d-0.1.1"
- sources."es5-ext-0.10.12"
- sources."es6-iterator-2.0.0"
+ sources."d-1.0.0"
+ sources."es5-ext-0.10.15"
+ sources."es6-iterator-2.0.1"
sources."is-builtin-module-1.0.0"
sources."builtin-modules-1.1.1"
(sources."concat-stream-1.6.0" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
];
})
sources."typedarray-0.0.6"
@@ -25728,10 +26369,10 @@ in
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
- sources."node-uuid-1.4.7"
+ sources."mime-types-2.1.15"
+ sources."node-uuid-1.4.8"
sources."oauth-sign-0.8.2"
- sources."qs-6.2.2"
+ sources."qs-6.2.3"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
sources."tunnel-agent-0.4.3"
@@ -25748,8 +26389,12 @@ in
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -25773,31 +26418,122 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."block-stream-0.0.9"
sources."unique-slug-2.0.0"
- sources."builtins-0.0.7"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."spdx-correct-1.0.2"
sources."spdx-expression-parse-1.0.4"
sources."spdx-license-ids-1.2.2"
- sources."boxen-0.6.0"
- sources."configstore-2.1.0"
+ sources."ansi-escapes-1.4.0"
+ (sources."configstore-1.4.0" // {
+ dependencies = [
+ sources."uuid-2.0.3"
+ ];
+ })
+ sources."es6-promise-3.3.1"
+ sources."hasbin-1.2.3"
+ (sources."inquirer-1.0.3" // {
+ dependencies = [
+ sources."mute-stream-0.0.6"
+ ];
+ })
+ sources."open-0.0.5"
+ sources."os-name-1.0.3"
+ sources."snyk-config-1.0.1"
+ sources."snyk-module-1.7.0"
+ sources."snyk-policy-1.7.0"
+ (sources."snyk-recursive-readdir-2.0.0" // {
+ dependencies = [
+ sources."minimatch-3.0.2"
+ ];
+ })
+ sources."snyk-resolve-1.0.0"
+ (sources."snyk-resolve-deps-1.7.0" // {
+ dependencies = [
+ sources."minimist-1.2.0"
+ ];
+ })
+ sources."snyk-tree-1.0.0"
+ sources."snyk-try-require-1.2.0"
+ (sources."tempfile-1.1.1" // {
+ dependencies = [
+ sources."uuid-2.0.3"
+ ];
+ })
+ sources."then-fs-2.0.0"
+ sources."undefsafe-0.0.3"
+ (sources."url-0.11.0" // {
+ dependencies = [
+ sources."punycode-1.3.2"
+ ];
+ })
+ sources."uuid-3.0.1"
+ sources."xdg-basedir-2.0.0"
+ sources."async-1.5.2"
+ sources."cli-cursor-1.0.2"
+ sources."cli-width-2.1.0"
+ sources."figures-1.7.0"
+ sources."run-async-2.3.0"
+ sources."rx-4.1.0"
+ sources."through-2.3.8"
+ sources."restore-cursor-1.0.1"
+ sources."exit-hook-1.1.1"
+ sources."onetime-1.1.0"
+ sources."is-promise-2.1.0"
+ (sources."osx-release-1.1.0" // {
+ dependencies = [
+ sources."minimist-1.2.0"
+ ];
+ })
+ sources."win-release-1.1.1"
+ (sources."nconf-0.7.2" // {
+ dependencies = [
+ sources."async-0.9.2"
+ ];
+ })
+ sources."yargs-3.15.0"
+ sources."camelcase-1.2.1"
+ sources."cliui-2.1.0"
+ sources."decamelize-1.2.0"
+ sources."window-size-0.1.4"
+ sources."center-align-0.1.3"
+ sources."right-align-0.1.3"
+ sources."wordwrap-0.0.2"
+ sources."align-text-0.1.4"
+ sources."lazy-cache-1.0.4"
+ sources."kind-of-3.1.0"
+ sources."longest-1.0.1"
+ sources."repeat-string-1.6.1"
+ sources."is-buffer-1.1.5"
+ sources."js-yaml-3.8.2"
+ sources."argparse-1.0.9"
+ sources."esprima-3.1.3"
+ sources."sprintf-js-1.0.3"
+ (sources."clite-0.3.0" // {
+ dependencies = [
+ sources."update-notifier-0.6.3"
+ sources."yargs-4.8.1"
+ sources."configstore-2.1.0"
+ sources."uuid-2.0.3"
+ sources."cliui-3.2.0"
+ sources."window-size-0.2.0"
+ ];
+ })
+ sources."lru-cache-4.0.2"
+ sources."lodash.defaults-4.2.0"
+ sources."lodash.defaultsdeep-4.6.0"
+ sources."lodash.mergewith-4.6.0"
+ sources."boxen-0.3.1"
sources."is-npm-1.0.0"
sources."latest-version-2.0.0"
- sources."lazy-req-1.1.0"
sources."semver-diff-2.1.0"
- sources."xdg-basedir-2.0.0"
- sources."ansi-align-1.1.0"
- sources."camelcase-2.1.1"
- sources."cli-boxes-1.0.0"
sources."filled-array-1.1.0"
sources."repeating-2.0.1"
sources."widest-line-1.0.0"
sources."is-finite-1.0.2"
sources."dot-prop-3.0.0"
- sources."uuid-2.0.3"
sources."is-obj-1.0.1"
sources."package-json-2.4.0"
sources."got-5.7.1"
@@ -25816,16 +26552,55 @@ in
sources."unzip-response-1.0.2"
sources."url-parse-lax-1.0.0"
sources."capture-stack-trace-1.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."prepend-http-1.0.4"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
})
sources."deep-extend-0.4.1"
sources."strip-json-comments-2.0.1"
+ sources."get-caller-file-1.0.2"
+ sources."lodash.assign-4.2.0"
+ sources."os-locale-1.4.0"
+ sources."read-pkg-up-1.0.1"
+ sources."require-directory-2.1.1"
+ sources."require-main-filename-1.0.1"
+ sources."which-module-1.0.0"
+ sources."y18n-3.2.1"
+ (sources."yargs-parser-2.4.1" // {
+ dependencies = [
+ sources."camelcase-3.0.0"
+ ];
+ })
+ sources."wrap-ansi-2.1.0"
+ sources."lcid-1.0.0"
+ sources."invert-kv-1.0.0"
+ sources."read-pkg-1.1.0"
+ sources."load-json-file-1.1.0"
+ sources."path-type-1.1.0"
+ sources."pify-2.3.0"
+ sources."strip-bom-2.0.0"
+ sources."is-utf8-0.2.1"
+ sources."pseudomap-1.0.2"
+ sources."yallist-2.1.2"
+ sources."promise-7.1.1"
+ sources."string-length-1.0.1"
+ sources."duplexify-3.5.0"
+ sources."infinity-agent-2.0.3"
+ sources."nested-error-stacks-1.0.2"
+ (sources."end-of-stream-1.0.0" // {
+ dependencies = [
+ sources."once-1.3.3"
+ ];
+ })
+ sources."stream-shift-1.0.0"
+ sources."querystring-0.2.0"
+ sources."lazy-req-1.1.0"
+ sources."ansi-align-1.1.0"
+ sources."cli-boxes-1.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -25846,7 +26621,7 @@ in
dependencies = [
sources."async-0.9.2"
sources."babybird-0.0.1"
- (sources."body-parser-1.16.1" // {
+ (sources."body-parser-1.17.1" // {
dependencies = [
sources."content-type-1.0.2"
];
@@ -25864,12 +26639,14 @@ in
sources."diff-1.4.0"
sources."domino-1.0.28"
sources."entities-1.1.1"
- (sources."express-4.14.1" // {
+ (sources."express-4.15.2" // {
dependencies = [
sources."content-type-1.0.2"
- sources."debug-2.2.0"
- sources."qs-6.2.0"
- sources."ms-0.7.1"
+ (sources."finalhandler-1.0.1" // {
+ dependencies = [
+ sources."debug-2.6.3"
+ ];
+ })
];
})
sources."express-handlebars-3.0.0"
@@ -25880,25 +26657,20 @@ in
];
})
sources."gelf-stream-0.2.4"
- sources."js-yaml-3.8.1"
+ sources."js-yaml-3.8.2"
sources."mediawiki-title-0.5.6"
sources."negotiator-git+https://github.com/arlolra/negotiator.git#full-parse-access"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."pegjs-git+https://github.com/tstarling/pegjs.git#fork"
sources."prfun-2.1.4"
- (sources."request-2.79.0" // {
- dependencies = [
- sources."qs-6.3.1"
- ];
- })
+ sources."request-2.81.0"
sources."semver-5.3.0"
- (sources."serve-favicon-2.4.0" // {
+ (sources."serve-favicon-2.4.2" // {
dependencies = [
- sources."etag-1.8.0"
- sources."fresh-0.4.0"
+ sources."ms-1.0.0"
];
})
- (sources."service-runner-2.2.4" // {
+ (sources."service-runner-2.2.5" // {
dependencies = [
sources."gelf-stream-1.1.1"
sources."yargs-6.6.0"
@@ -25921,25 +26693,25 @@ in
sources."bytes-2.4.0"
sources."debug-2.6.1"
sources."depd-1.1.0"
- sources."http-errors-1.5.1"
+ sources."http-errors-1.6.1"
sources."iconv-lite-0.4.15"
sources."on-finished-2.3.0"
- sources."qs-6.2.1"
+ sources."qs-6.4.0"
sources."raw-body-2.2.0"
sources."type-is-1.6.14"
sources."ms-0.7.2"
sources."inherits-2.0.3"
- sources."setprototypeof-1.0.2"
+ sources."setprototypeof-1.0.3"
sources."statuses-1.3.1"
sources."ee-first-1.1.1"
sources."unpipe-1.0.0"
sources."media-typer-0.3.0"
- sources."mime-types-2.1.14"
- sources."mime-db-1.26.0"
+ sources."mime-types-2.1.15"
+ sources."mime-db-1.27.0"
sources."accepts-1.3.3"
- sources."compressible-2.0.9"
+ sources."compressible-2.0.10"
sources."on-headers-1.0.1"
- sources."vary-1.1.0"
+ sources."vary-1.1.1"
sources."busboy-0.2.14"
sources."dicer-0.2.5"
sources."readable-stream-1.1.14"
@@ -25953,27 +26725,19 @@ in
sources."cookie-signature-1.0.6"
sources."encodeurl-1.0.1"
sources."escape-html-1.0.3"
- sources."etag-1.7.0"
- sources."fresh-0.3.0"
+ sources."etag-1.8.0"
+ sources."fresh-0.5.0"
sources."merge-descriptors-1.0.1"
sources."methods-1.1.2"
sources."parseurl-1.3.1"
sources."path-to-regexp-0.1.7"
- sources."proxy-addr-1.1.3"
+ sources."proxy-addr-1.1.4"
sources."range-parser-1.2.0"
- (sources."send-0.14.2" // {
- dependencies = [
- (sources."debug-2.2.0" // {
- dependencies = [
- sources."ms-0.7.1"
- ];
- })
- ];
- })
- sources."serve-static-1.11.2"
+ sources."send-0.15.1"
+ sources."serve-static-1.12.1"
sources."utils-merge-1.0.0"
sources."forwarded-0.1.0"
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."destroy-1.0.4"
sources."mime-1.3.4"
sources."glob-6.0.4"
@@ -25995,9 +26759,8 @@ in
sources."concat-map-0.0.1"
sources."optimist-0.6.1"
sources."source-map-0.4.4"
- (sources."uglify-js-2.7.5" // {
+ (sources."uglify-js-2.8.20" // {
dependencies = [
- sources."async-0.2.10"
sources."source-map-0.5.6"
sources."yargs-3.10.0"
];
@@ -26021,7 +26784,7 @@ in
sources."kind-of-3.1.0"
sources."longest-1.0.1"
sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."function-bind-1.1.0"
sources."object-keys-1.0.11"
sources."define-properties-1.1.2"
@@ -26032,48 +26795,42 @@ in
sources."sprintf-js-1.0.3"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- sources."ansi-regex-2.1.1"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -26098,21 +26855,21 @@ in
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
sources."punycode-1.4.1"
- sources."bluebird-3.4.7"
- sources."bunyan-1.8.5"
+ sources."bluebird-3.5.0"
+ sources."bunyan-1.8.9"
sources."bunyan-syslog-udp-0.1.0"
- sources."hot-shots-4.3.1"
+ sources."hot-shots-4.4.0"
(sources."limitation-0.2.0" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
sources."dnscache-1.0.1"
- sources."dtrace-provider-0.8.0"
+ sources."dtrace-provider-0.8.1"
sources."mv-2.1.1"
- sources."safe-json-stringify-1.0.3"
- sources."moment-2.17.1"
+ sources."safe-json-stringify-1.0.4"
+ sources."moment-2.18.1"
sources."nan-2.5.1"
(sources."mkdirp-0.5.1" // {
dependencies = [
@@ -26127,14 +26884,14 @@ in
sources."hat-0.0.3"
(sources."kad-fs-0.0.4" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
sources."kad-localstorage-0.0.7"
(sources."kad-memstore-0.0.1" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -26142,7 +26899,7 @@ in
sources."merge-1.2.0"
(sources."msgpack5-3.4.1" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -26152,7 +26909,7 @@ in
sources."dom-storage-2.0.2"
(sources."bl-1.2.0" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."isarray-1.0.0"
];
})
@@ -26170,22 +26927,26 @@ in
sources."camelcase-3.0.0"
];
})
+ sources."strip-ansi-3.0.1"
sources."wrap-ansi-2.1.0"
+ sources."ansi-regex-2.1.1"
sources."lcid-1.0.0"
sources."invert-kv-1.0.0"
sources."find-up-1.1.2"
sources."read-pkg-1.1.0"
sources."path-exists-2.1.0"
+ sources."pinkie-promise-2.0.1"
+ sources."pinkie-2.0.4"
sources."load-json-file-1.1.0"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."path-type-1.1.0"
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."validate-npm-package-license-3.0.1"
sources."builtin-modules-1.1.1"
@@ -26210,10 +26971,10 @@ in
peerflix = nodeEnv.buildNodePackage {
name = "peerflix";
packageName = "peerflix";
- version = "0.36.1";
+ version = "0.36.2";
src = fetchurl {
- url = "https://registry.npmjs.org/peerflix/-/peerflix-0.36.1.tgz";
- sha1 = "7d2009b814b5b3a2ca573cabea1f2873a4be4a14";
+ url = "https://registry.npmjs.org/peerflix/-/peerflix-0.36.2.tgz";
+ sha1 = "93dd39e10a0a94b4f66ec19a42d8f5598a3eec01";
};
dependencies = [
sources."airplayer-2.0.0"
@@ -26233,14 +26994,14 @@ in
sources."minimist-0.0.10"
];
})
- (sources."parse-torrent-5.8.1" // {
+ (sources."parse-torrent-5.8.2" // {
dependencies = [
sources."get-stdin-5.0.1"
];
})
sources."pump-1.0.2"
sources."range-parser-1.2.0"
- sources."rc-1.1.7"
+ sources."rc-1.2.0"
(sources."torrent-stream-1.0.3" // {
dependencies = [
sources."end-of-stream-0.1.5"
@@ -26269,7 +27030,7 @@ in
sources."big-integer-1.6.17"
sources."inherits-2.0.3"
sources."typedarray-0.0.6"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -26303,18 +27064,18 @@ in
sources."deep-equal-1.0.1"
sources."dns-equal-1.0.0"
sources."dns-txt-2.0.2"
- sources."multicast-dns-6.1.0"
+ sources."multicast-dns-6.1.1"
sources."multicast-dns-service-types-1.1.0"
sources."dns-packet-1.1.1"
sources."thunky-0.1.0"
- sources."ip-1.1.4"
+ sources."ip-1.1.5"
sources."safe-buffer-5.0.1"
sources."meow-3.7.0"
sources."camelcase-keys-2.1.0"
sources."decamelize-1.2.0"
sources."loud-rejection-1.6.0"
sources."map-obj-1.0.1"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."object-assign-4.1.1"
sources."read-pkg-up-1.0.1"
sources."redent-1.0.0"
@@ -26323,7 +27084,7 @@ in
sources."currently-unhandled-0.4.1"
sources."signal-exit-3.0.2"
sources."array-find-index-1.0.2"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."semver-5.3.0"
sources."validate-npm-package-license-3.0.1"
@@ -26342,7 +27103,7 @@ in
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
sources."indent-string-2.1.0"
@@ -26380,11 +27141,7 @@ in
sources."rusha-0.8.5"
sources."simple-concat-1.0.0"
sources."unzip-response-2.0.1"
- (sources."end-of-stream-1.1.0" // {
- dependencies = [
- sources."once-1.3.3"
- ];
- })
+ sources."end-of-stream-1.4.0"
sources."deep-extend-0.4.1"
sources."ini-1.3.4"
sources."strip-json-comments-2.0.1"
@@ -26414,7 +27171,7 @@ in
})
sources."randombytes-2.0.3"
sources."run-parallel-1.1.6"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."ms-0.7.2"
sources."flatten-0.0.1"
sources."fifo-0.1.4"
@@ -26461,19 +27218,19 @@ in
sources."compact2string-1.4.0"
sources."random-iterate-1.0.1"
sources."run-series-1.1.4"
- sources."simple-peer-6.4.3"
+ sources."simple-peer-6.4.4"
(sources."simple-websocket-4.3.1" // {
dependencies = [
- sources."ws-2.1.0"
+ sources."ws-2.2.2"
];
})
sources."string2compact-1.2.2"
- (sources."ws-1.1.2" // {
+ (sources."ws-1.1.4" // {
dependencies = [
sources."ultron-1.0.2"
];
})
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."get-browser-rtc-1.0.2"
sources."ultron-1.1.0"
sources."addr-to-ip-port-1.4.2"
@@ -26604,11 +27361,7 @@ in
sources."keypress-0.1.0"
sources."mime-1.2.11"
sources."minimist-0.0.8"
- (sources."end-of-stream-1.1.0" // {
- dependencies = [
- sources."once-1.3.3"
- ];
- })
+ sources."end-of-stream-1.4.0"
sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."magnet-uri-2.0.1"
@@ -26631,7 +27384,7 @@ in
sources."rusha-0.8.5"
sources."form-data-0.0.10"
sources."hawk-0.10.2"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."cookie-jar-0.2.0"
sources."aws-sign-0.2.0"
sources."oauth-sign-0.2.0"
@@ -26673,9 +27426,9 @@ in
sources."ms-0.7.2"
(sources."accepts-1.3.3" // {
dependencies = [
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."negotiator-0.6.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."base64id-1.0.0"
@@ -26712,13 +27465,13 @@ in
sources."bitfield-0.1.0"
(sources."bittorrent-dht-3.2.6" // {
dependencies = [
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
];
})
(sources."bittorrent-tracker-2.12.1" // {
dependencies = [
sources."bencode-0.6.0"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
];
})
sources."bncode-0.5.3"
@@ -26727,7 +27480,7 @@ in
sources."ip-0.3.3"
(sources."ip-set-1.0.1" // {
dependencies = [
- sources."ip-1.1.4"
+ sources."ip-1.1.5"
];
})
sources."peer-wire-swarm-0.9.2"
@@ -26744,7 +27497,7 @@ in
sources."string2compact-1.2.2"
sources."ip-regex-1.0.3"
sources."unzip-response-1.0.2"
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."bn.js-1.3.0"
sources."extend.js-0.0.2"
(sources."portfinder-0.3.0" // {
@@ -26768,8 +27521,8 @@ in
sources."brace-expansion-1.1.6"
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
- sources."which-1.2.12"
- sources."isexe-1.1.2"
+ sources."which-1.2.14"
+ sources."isexe-2.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -26795,7 +27548,7 @@ in
sources."progress-1.1.8"
sources."request-2.67.0"
sources."request-progress-2.0.1"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."concat-stream-1.5.0"
sources."debug-0.7.4"
sources."mkdirp-0.5.0"
@@ -26834,8 +27587,8 @@ in
sources."forever-agent-0.6.1"
sources."form-data-1.0.1"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
- sources."node-uuid-1.4.7"
+ sources."mime-types-2.1.15"
+ sources."node-uuid-1.4.8"
sources."qs-5.2.1"
sources."tunnel-agent-0.4.3"
sources."tough-cookie-2.2.2"
@@ -26848,12 +27601,16 @@ in
sources."isstream-0.1.2"
sources."is-typedarray-1.0.0"
sources."har-validator-2.0.6"
- sources."async-2.1.5"
+ sources."async-2.2.0"
sources."lodash-4.17.4"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -26898,7 +27655,7 @@ in
sources."xtend-4.0.1"
sources."is-property-1.0.2"
sources."throttleit-1.0.0"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -26924,16 +27681,16 @@ in
];
})
sources."commander-2.9.0"
- sources."detective-4.3.2"
+ sources."detective-4.5.0"
sources."glob-5.0.15"
sources."graceful-fs-4.1.11"
sources."iconv-lite-0.4.15"
sources."mkdirp-0.5.1"
sources."private-0.1.7"
- sources."q-1.4.1"
- sources."recast-0.11.22"
+ sources."q-1.5.0"
+ sources."recast-0.11.23"
sources."graceful-readlink-1.0.1"
- sources."acorn-3.3.0"
+ sources."acorn-4.0.11"
sources."defined-1.0.0"
sources."inflight-1.0.6"
sources."inherits-2.0.3"
@@ -26945,7 +27702,7 @@ in
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
sources."minimist-0.0.8"
- sources."ast-types-0.9.5"
+ sources."ast-types-0.9.6"
sources."esprima-3.1.3"
sources."source-map-0.5.6"
sources."base62-0.1.1"
@@ -27010,7 +27767,7 @@ in
sources."methods-0.1.0"
sources."send-0.1.4"
sources."cookie-signature-1.0.1"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."qs-0.6.5"
sources."bytes-0.2.1"
sources."pause-0.0.1"
@@ -27031,8 +27788,8 @@ in
sources."request-2.9.203"
(sources."openid-2.0.6" // {
dependencies = [
- sources."request-2.79.0"
- sources."qs-6.3.1"
+ sources."request-2.81.0"
+ sources."qs-6.4.0"
];
})
sources."node-swt-0.1.1"
@@ -27041,52 +27798,43 @@ in
sources."crc-0.2.0"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- (sources."har-validator-2.0.6" // {
- dependencies = [
- sources."commander-2.9.0"
- ];
- })
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- sources."ansi-regex-2.1.1"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -27110,7 +27858,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."events.node-0.4.9"
];
@@ -27144,37 +27892,31 @@ in
sha1 = "36bf5209356facbf6cef18fa32274d116043ed24";
};
dependencies = [
- sources."express-5.0.0-alpha.3"
+ sources."express-5.0.0-alpha.5"
sources."express-json5-0.1.0"
- (sources."body-parser-1.16.1" // {
+ (sources."body-parser-1.17.1" // {
dependencies = [
sources."bytes-2.4.0"
- sources."debug-2.6.1"
- sources."http-errors-1.5.1"
sources."iconv-lite-0.4.15"
- sources."qs-6.2.1"
sources."raw-body-2.2.0"
- sources."ms-0.7.2"
];
})
(sources."compression-1.6.2" // {
dependencies = [
sources."bytes-2.3.0"
+ sources."debug-2.2.0"
+ sources."ms-0.7.1"
];
})
sources."commander-2.9.0"
- sources."js-yaml-3.8.1"
+ sources."js-yaml-3.8.2"
sources."cookies-0.7.0"
- (sources."request-2.79.0" // {
- dependencies = [
- sources."qs-6.3.1"
- ];
- })
+ sources."request-2.81.0"
sources."async-0.9.2"
sources."es6-shim-0.21.1"
sources."semver-4.3.6"
sources."minimatch-1.0.0"
- sources."bunyan-1.8.5"
+ sources."bunyan-1.8.9"
sources."handlebars-2.0.0"
sources."highlight.js-8.9.1"
sources."lunr-0.7.2"
@@ -27183,17 +27925,13 @@ in
sources."JSONStream-1.3.1"
sources."mkdirp-0.5.1"
sources."sinopia-htpasswd-0.4.5"
- (sources."http-errors-1.6.1" // {
- dependencies = [
- sources."setprototypeof-1.0.3"
- ];
- })
+ sources."http-errors-1.6.1"
(sources."readable-stream-1.1.14" // {
dependencies = [
sources."isarray-0.0.1"
];
})
- sources."fs-ext-0.5.0"
+ sources."fs-ext-0.6.0"
sources."crypt3-0.2.0"
sources."accepts-1.3.3"
sources."array-flatten-2.1.1"
@@ -27201,51 +27939,49 @@ in
sources."content-type-1.0.2"
sources."cookie-0.3.1"
sources."cookie-signature-1.0.6"
- sources."debug-2.2.0"
+ sources."debug-2.6.1"
sources."depd-1.1.0"
sources."encodeurl-1.0.1"
sources."escape-html-1.0.3"
- sources."etag-1.7.0"
- sources."finalhandler-0.5.1"
- sources."fresh-0.3.0"
+ sources."etag-1.8.0"
+ (sources."finalhandler-1.0.1" // {
+ dependencies = [
+ sources."debug-2.6.3"
+ ];
+ })
+ sources."fresh-0.5.0"
sources."merge-descriptors-1.0.1"
sources."methods-1.1.2"
sources."on-finished-2.3.0"
sources."parseurl-1.3.1"
sources."path-is-absolute-1.0.1"
sources."path-to-regexp-0.1.7"
- sources."proxy-addr-1.1.3"
- sources."qs-6.2.0"
+ sources."proxy-addr-1.1.4"
+ sources."qs-6.4.0"
sources."range-parser-1.2.0"
- sources."router-1.1.5"
- (sources."send-0.14.2" // {
- dependencies = [
- sources."http-errors-1.5.1"
- sources."ms-0.7.2"
- ];
- })
- sources."serve-static-1.11.2"
+ sources."router-1.3.0"
+ sources."send-0.15.1"
+ sources."serve-static-1.12.1"
+ sources."setprototypeof-1.0.3"
+ sources."statuses-1.3.1"
sources."type-is-1.6.14"
sources."utils-merge-1.0.0"
- sources."vary-1.1.0"
- sources."mime-types-2.1.14"
+ sources."vary-1.1.1"
+ sources."mime-types-2.1.15"
sources."negotiator-0.6.1"
- sources."mime-db-1.26.0"
- sources."ms-0.7.1"
- sources."statuses-1.3.1"
+ sources."mime-db-1.27.0"
+ sources."ms-0.7.2"
sources."unpipe-1.0.0"
sources."ee-first-1.1.1"
sources."forwarded-0.1.0"
- sources."ipaddr.js-1.2.0"
- sources."setprototypeof-1.0.2"
+ sources."ipaddr.js-1.3.0"
sources."destroy-1.0.4"
sources."mime-1.3.4"
- sources."inherits-2.0.3"
sources."media-typer-0.3.0"
sources."raw-body-1.3.4"
sources."bytes-1.0.0"
sources."iconv-lite-0.4.8"
- sources."compressible-2.0.9"
+ sources."compressible-2.0.10"
sources."on-headers-1.0.1"
sources."graceful-readlink-1.0.1"
sources."argparse-1.0.9"
@@ -27254,46 +27990,42 @@ in
sources."keygrip-1.0.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."chalk-1.1.3"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."strip-ansi-3.0.1"
- sources."supports-color-2.0.0"
- sources."ansi-regex-2.1.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -27320,10 +28052,10 @@ in
sources."punycode-1.4.1"
sources."lru-cache-2.7.3"
sources."sigmund-1.0.1"
- sources."dtrace-provider-0.8.0"
+ sources."dtrace-provider-0.8.1"
sources."mv-2.1.1"
- sources."safe-json-stringify-1.0.3"
- sources."moment-2.17.1"
+ sources."safe-json-stringify-1.0.4"
+ sources."moment-2.18.1"
sources."nan-2.5.1"
sources."ncp-2.0.0"
sources."rimraf-2.4.5"
@@ -27333,6 +28065,7 @@ in
];
})
sources."inflight-1.0.6"
+ sources."inherits-2.0.3"
sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."brace-expansion-1.1.6"
@@ -27355,10 +28088,11 @@ in
sources."uc.micro-1.0.3"
(sources."htmlparser2-3.9.2" // {
dependencies = [
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
];
})
sources."regexp-quote-0.0.0"
+ sources."xtend-4.0.1"
sources."domelementtype-1.3.0"
sources."domhandler-2.3.0"
sources."domutils-1.5.1"
@@ -27406,7 +28140,7 @@ in
sources."graceful-readlink-1.0.1"
sources."graceful-fs-4.1.11"
sources."minimatch-3.0.3"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."set-immediate-shim-1.0.1"
sources."brace-expansion-1.1.6"
sources."balanced-match-0.4.2"
@@ -27493,7 +28227,7 @@ in
sources."keep-alive-agent-0.0.1"
sources."mime-1.3.4"
sources."negotiator-0.5.3"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."once-1.4.0"
sources."qs-3.1.0"
sources."semver-4.3.6"
@@ -27517,7 +28251,7 @@ in
sources."core-util-is-1.0.2"
sources."nan-2.5.1"
sources."mv-2.1.1"
- sources."safe-json-stringify-1.0.3"
+ sources."safe-json-stringify-1.0.4"
sources."mkdirp-0.5.1"
sources."ncp-2.0.0"
sources."rimraf-2.4.5"
@@ -27542,14 +28276,15 @@ in
})
];
})
- (sources."jsprim-1.3.1" // {
+ (sources."jsprim-1.4.0" // {
dependencies = [
+ sources."assert-plus-1.0.0"
sources."extsprintf-1.0.2"
sources."verror-1.3.6"
];
})
sources."json-schema-0.2.3"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."isarray-1.0.0"
sources."process-nextick-args-1.0.7"
@@ -27578,7 +28313,7 @@ in
dependencies = [
sources."css-parse-1.7.0"
sources."mkdirp-0.5.1"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."sax-0.5.8"
sources."glob-7.0.6"
sources."source-map-0.1.43"
@@ -27619,13 +28354,13 @@ in
sources."colors-1.1.2"
sources."whet.extend-0.9.9"
sources."mkdirp-0.5.1"
- sources."csso-2.3.1"
- sources."q-1.4.1"
+ sources."csso-2.3.2"
+ sources."q-1.5.0"
sources."argparse-1.0.9"
sources."esprima-2.7.3"
sources."sprintf-js-1.0.3"
sources."minimist-0.0.8"
- sources."clap-1.1.2"
+ sources."clap-1.1.3"
sources."source-map-0.5.6"
sources."chalk-1.1.3"
sources."ansi-styles-2.2.1"
@@ -27662,7 +28397,7 @@ in
sources."graceful-fs-4.1.11"
sources."object-assign-4.1.1"
sources."errno-0.1.4"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."prr-0.0.0"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -27691,10 +28426,10 @@ in
titanium = nodeEnv.buildNodePackage {
name = "titanium";
packageName = "titanium";
- version = "5.0.11";
+ version = "5.0.12";
src = fetchurl {
- url = "https://registry.npmjs.org/titanium/-/titanium-5.0.11.tgz";
- sha1 = "dd0f7132475a5db6ea188222876d28538b47df27";
+ url = "https://registry.npmjs.org/titanium/-/titanium-5.0.12.tgz";
+ sha1 = "2bcfab6110ef0a91c9d54825052fd0db3e9dd942";
};
dependencies = [
sources."async-2.1.2"
@@ -27707,21 +28442,12 @@ in
sources."humanize-0.0.9"
sources."longjohn-0.2.11"
sources."moment-2.16.0"
- (sources."node-appc-0.2.39" // {
+ (sources."node-appc-0.2.41" // {
dependencies = [
- sources."async-1.5.2"
- sources."request-2.69.0"
- sources."semver-5.1.0"
- sources."wrench-1.5.8"
- ];
- })
- (sources."request-2.78.0" // {
- dependencies = [
- sources."form-data-2.1.2"
- sources."qs-6.3.1"
- sources."tough-cookie-2.3.2"
+ sources."async-2.1.4"
];
})
+ sources."request-2.79.0"
sources."semver-5.3.0"
sources."sprintf-0.1.5"
sources."temp-0.8.3"
@@ -27731,53 +28457,66 @@ in
sources."colors-1.0.3"
];
})
- sources."wrench-1.5.9"
+ sources."fs-extra-2.1.2"
sources."lodash-4.17.4"
sources."keypress-0.2.1"
sources."source-map-support-0.3.2"
sources."source-map-0.1.32"
sources."amdefine-1.0.1"
sources."adm-zip-0.4.7"
- sources."diff-2.2.1"
+ sources."diff-3.2.0"
sources."node-uuid-1.4.7"
sources."optimist-0.6.1"
- (sources."uglify-js-2.6.1" // {
+ sources."wrench-1.5.9"
+ (sources."uglify-js-2.7.5" // {
dependencies = [
sources."async-0.2.10"
sources."source-map-0.5.6"
];
})
- sources."xmldom-0.1.22"
+ sources."xmldom-0.1.27"
sources."wordwrap-0.0.3"
sources."minimist-0.0.10"
+ sources."uglify-to-browserify-1.0.2"
+ sources."yargs-3.10.0"
+ sources."camelcase-1.2.1"
+ (sources."cliui-2.1.0" // {
+ dependencies = [
+ sources."wordwrap-0.0.2"
+ ];
+ })
+ sources."decamelize-1.2.0"
+ sources."window-size-0.1.0"
+ sources."center-align-0.1.3"
+ sources."right-align-0.1.3"
+ sources."align-text-0.1.4"
+ sources."lazy-cache-1.0.4"
+ sources."kind-of-3.1.0"
+ sources."longest-1.0.1"
+ sources."repeat-string-1.6.1"
+ sources."is-buffer-1.1.5"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."bl-1.0.3"
sources."caseless-0.11.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
- sources."form-data-1.0.1"
+ sources."form-data-2.1.2"
sources."har-validator-2.0.6"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.0.3"
+ sources."qs-6.3.2"
sources."stringstream-0.0.5"
- sources."tough-cookie-2.2.2"
+ sources."tough-cookie-2.3.2"
sources."tunnel-agent-0.4.3"
- sources."readable-stream-2.0.6"
- sources."core-util-is-1.0.2"
- sources."inherits-2.0.3"
- sources."isarray-1.0.0"
- sources."process-nextick-args-1.0.7"
- sources."string_decoder-0.10.31"
- sources."util-deprecate-1.0.2"
+ sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
+ sources."asynckit-0.4.0"
sources."chalk-1.1.3"
sources."commander-2.9.0"
sources."is-my-json-valid-2.16.0"
@@ -27800,8 +28539,12 @@ in
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -27825,26 +28568,7 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
- sources."uglify-to-browserify-1.0.2"
- sources."yargs-3.10.0"
- sources."camelcase-1.2.1"
- (sources."cliui-2.1.0" // {
- dependencies = [
- sources."wordwrap-0.0.2"
- ];
- })
- sources."decamelize-1.2.0"
- sources."window-size-0.1.0"
- sources."center-align-0.1.3"
- sources."right-align-0.1.3"
- sources."align-text-0.1.4"
- sources."lazy-cache-1.0.4"
- sources."kind-of-3.1.0"
- sources."longest-1.0.1"
- sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
- sources."asynckit-0.4.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."os-tmpdir-1.0.2"
sources."rimraf-2.2.8"
@@ -27852,6 +28576,8 @@ in
sources."eyes-0.1.8"
sources."pkginfo-0.3.1"
sources."stack-trace-0.0.9"
+ sources."graceful-fs-4.1.11"
+ sources."jsonfile-2.4.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -27864,10 +28590,10 @@ in
typescript = nodeEnv.buildNodePackage {
name = "typescript";
packageName = "typescript";
- version = "2.2.1";
+ version = "2.2.2";
src = fetchurl {
- url = "https://registry.npmjs.org/typescript/-/typescript-2.2.1.tgz";
- sha1 = "4862b662b988a4c8ff691cc7969622d24db76ae9";
+ url = "https://registry.npmjs.org/typescript/-/typescript-2.2.2.tgz";
+ sha1 = "606022508479b55ffa368b58fee963a03dfd7b0c";
};
buildInputs = globalBuildInputs;
meta = {
@@ -27880,16 +28606,15 @@ in
uglify-js = nodeEnv.buildNodePackage {
name = "uglify-js";
packageName = "uglify-js";
- version = "2.7.5";
+ version = "2.8.20";
src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz";
- sha1 = "4612c0c7baaee2ba7c487de4904ae122079f2ca8";
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.20.tgz";
+ sha1 = "be87100fbc18de3876ed606e9d24b4568311cecf";
};
dependencies = [
- sources."async-0.2.10"
sources."source-map-0.5.6"
- sources."uglify-to-browserify-1.0.2"
sources."yargs-3.10.0"
+ sources."uglify-to-browserify-1.0.2"
sources."camelcase-1.2.1"
sources."cliui-2.1.0"
sources."decamelize-1.2.0"
@@ -27902,7 +28627,7 @@ in
sources."kind-of-3.1.0"
sources."longest-1.0.1"
sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
];
buildInputs = globalBuildInputs;
meta = {
@@ -27915,10 +28640,10 @@ in
ungit = nodeEnv.buildNodePackage {
name = "ungit";
packageName = "ungit";
- version = "1.1.8";
+ version = "1.1.11";
src = fetchurl {
- url = "https://registry.npmjs.org/ungit/-/ungit-1.1.8.tgz";
- sha1 = "1519b78475ef5162ef3342c2046889b396add651";
+ url = "https://registry.npmjs.org/ungit/-/ungit-1.1.11.tgz";
+ sha1 = "a6391af1d6d132c2f995dbf9740b17b315b2f90f";
};
dependencies = [
sources."async-2.1.5"
@@ -27928,15 +28653,15 @@ in
sources."color-1.0.3"
sources."cookie-parser-1.4.3"
sources."crossroads-0.12.2"
- sources."diff2html-2.0.12"
+ sources."diff2html-2.3.0"
sources."express-4.14.1"
sources."express-session-1.14.2"
sources."forever-monitor-1.1.0"
sources."getmac-1.2.1"
sources."hasher-1.2.0"
- sources."ignore-3.2.4"
+ sources."ignore-3.2.6"
sources."keen.io-0.1.3"
- sources."knockout-3.4.1"
+ sources."knockout-3.4.2"
sources."lodash-4.17.4"
(sources."mkdirp-0.5.1" // {
dependencies = [
@@ -27956,7 +28681,7 @@ in
sources."hawk-3.1.3"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."qs-6.3.2"
sources."tunnel-agent-0.4.3"
sources."delayed-stream-1.0.0"
sources."hoek-2.16.3"
@@ -27965,17 +28690,19 @@ in
sources."sntp-1.0.9"
];
})
- (sources."npm-registry-client-7.4.5" // {
+ (sources."npm-registry-client-7.4.6" // {
dependencies = [
- sources."request-2.79.0"
+ sources."request-2.81.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."json-stringify-safe-5.0.1"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
- sources."tunnel-agent-0.4.3"
+ sources."qs-6.4.0"
+ sources."tunnel-agent-0.6.0"
sources."delayed-stream-1.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
@@ -27988,7 +28715,7 @@ in
sources."os-homedir-1.0.2"
sources."passport-0.3.2"
sources."passport-local-1.0.0"
- (sources."raven-1.1.2" // {
+ (sources."raven-1.1.5" // {
dependencies = [
sources."json-stringify-safe-5.0.1"
sources."uuid-3.0.0"
@@ -28053,11 +28780,11 @@ in
sources."ee-first-1.1.1"
sources."unpipe-1.0.0"
sources."media-typer-0.3.0"
- sources."mime-types-2.1.14"
- sources."mime-db-1.26.0"
+ sources."mime-types-2.1.15"
+ sources."mime-db-1.27.0"
sources."color-convert-1.9.0"
- sources."color-string-1.5.0"
- sources."color-name-1.1.1"
+ sources."color-string-1.5.2"
+ sources."color-name-1.1.2"
sources."simple-swizzle-0.2.2"
sources."is-arrayish-0.3.1"
sources."cookie-0.3.1"
@@ -28068,7 +28795,7 @@ in
sources."mkdirp-0.3.0"
];
})
- sources."whatwg-fetch-2.0.2"
+ sources."whatwg-fetch-2.0.3"
sources."nopt-1.0.10"
sources."abbrev-1.1.0"
sources."accepts-1.3.3"
@@ -28083,7 +28810,7 @@ in
sources."methods-1.1.2"
sources."parseurl-1.3.1"
sources."path-to-regexp-0.1.7"
- sources."proxy-addr-1.1.3"
+ sources."proxy-addr-1.1.4"
sources."range-parser-1.2.0"
(sources."send-0.14.2" // {
dependencies = [
@@ -28091,16 +28818,15 @@ in
];
})
sources."utils-merge-1.0.0"
- sources."vary-1.1.0"
+ sources."vary-1.1.1"
sources."negotiator-0.6.1"
sources."forwarded-0.1.0"
- sources."ipaddr.js-1.2.0"
+ sources."ipaddr.js-1.3.0"
sources."destroy-1.0.4"
sources."mime-1.3.4"
sources."crc-3.4.1"
sources."on-headers-1.0.1"
- sources."uid-safe-2.1.3"
- sources."base64-url-1.3.3"
+ sources."uid-safe-2.1.4"
sources."random-bytes-1.0.0"
(sources."broadway-0.2.10" // {
dependencies = [
@@ -28153,7 +28879,7 @@ in
];
})
sources."hawk-0.10.2"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."cookie-jar-0.2.0"
sources."aws-sign-0.2.0"
sources."oauth-sign-0.2.0"
@@ -28180,7 +28906,7 @@ in
sources."editions-1.3.3"
sources."typechecker-4.4.1"
sources."underscore-1.5.2"
- sources."clone-2.1.0"
+ sources."clone-2.1.1"
sources."JSONStream-1.3.1"
sources."ansicolors-0.3.2"
sources."ansistyles-0.1.3"
@@ -28193,9 +28919,9 @@ in
sources."config-chain-1.1.11"
sources."dezalgo-1.0.3"
sources."editor-1.0.0"
- sources."fs-vacuum-1.2.9"
- sources."fs-write-stream-atomic-1.0.8"
- sources."fstream-1.0.10"
+ sources."fs-vacuum-1.2.10"
+ sources."fs-write-stream-atomic-1.0.10"
+ sources."fstream-1.0.11"
sources."fstream-npm-1.2.0"
(sources."glob-7.1.1" // {
dependencies = [
@@ -28207,10 +28933,9 @@ in
sources."hosted-git-info-2.1.5"
sources."iferr-0.1.5"
sources."inflight-1.0.6"
- (sources."init-package-json-1.9.4" // {
+ (sources."init-package-json-1.9.5" // {
dependencies = [
- sources."glob-6.0.4"
- sources."minimatch-3.0.3"
+ sources."validate-npm-package-name-3.0.0"
];
})
sources."lockfile-1.0.3"
@@ -28227,10 +28952,10 @@ in
];
})
sources."normalize-git-url-3.0.2"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."npm-cache-filename-1.0.2"
sources."npm-install-checks-3.0.0"
- sources."npm-package-arg-4.2.0"
+ sources."npm-package-arg-4.2.1"
sources."npm-user-validate-0.1.5"
sources."npmlog-4.0.2"
sources."once-1.4.0"
@@ -28240,14 +28965,9 @@ in
sources."read-1.0.7"
sources."read-cmd-shim-1.0.1"
sources."read-installed-4.0.3"
- (sources."read-package-json-2.0.4" // {
- dependencies = [
- sources."glob-6.0.4"
- sources."minimatch-3.0.3"
- ];
- })
+ sources."read-package-json-2.0.5"
sources."read-package-tree-5.1.5"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."realize-package-specifier-3.0.3"
sources."retry-0.10.1"
sources."sha-2.0.1"
@@ -28267,8 +28987,12 @@ in
sources."umask-1.1.0"
sources."unique-filename-1.1.0"
sources."uuid-3.0.1"
- sources."validate-npm-package-name-2.2.2"
- sources."which-1.2.12"
+ (sources."validate-npm-package-name-2.2.2" // {
+ dependencies = [
+ sources."builtins-0.0.7"
+ ];
+ })
+ sources."which-1.2.14"
sources."wrappy-1.0.2"
sources."write-file-atomic-1.3.1"
sources."ansi-regex-2.1.1"
@@ -28302,6 +29026,7 @@ in
sources."fs.realpath-1.0.0"
sources."path-is-absolute-1.0.1"
sources."promzard-0.3.0"
+ sources."builtins-1.0.3"
sources."lodash._createset-4.0.3"
sources."lodash._root-3.0.1"
sources."concat-stream-1.6.0"
@@ -28311,11 +29036,7 @@ in
sources."once-1.3.3"
];
})
- (sources."end-of-stream-1.1.0" // {
- dependencies = [
- sources."once-1.3.3"
- ];
- })
+ sources."end-of-stream-1.4.0"
sources."flush-write-stream-1.0.2"
sources."from2-2.3.0"
sources."pump-1.0.2"
@@ -28376,8 +29097,12 @@ in
sources."is-property-1.0.2"
sources."pinkie-2.0.4"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -28405,11 +29130,17 @@ in
sources."stream-iterate-1.2.0"
sources."block-stream-0.0.9"
sources."unique-slug-2.0.0"
- sources."builtins-0.0.7"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."spdx-correct-1.0.2"
sources."spdx-expression-parse-1.0.4"
sources."spdx-license-ids-1.2.2"
+ sources."performance-now-0.2.0"
+ sources."safe-buffer-5.0.1"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."passport-strategy-1.0.0"
sources."pause-0.0.1"
sources."lsmod-1.0.0"
@@ -28502,7 +29233,7 @@ in
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- (sources."error-ex-1.3.0" // {
+ (sources."error-ex-1.3.1" // {
dependencies = [
sources."is-arrayish-0.2.1"
];
@@ -28561,7 +29292,7 @@ in
sources."progress-1.1.8"
sources."request-2.67.0"
sources."request-progress-2.0.1"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."concat-stream-1.5.0"
sources."debug-0.7.4"
sources."yauzl-2.4.1"
@@ -28596,8 +29327,8 @@ in
sources."forever-agent-0.6.1"
sources."form-data-1.0.1"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
- sources."node-uuid-1.4.7"
+ sources."mime-types-2.1.15"
+ sources."node-uuid-1.4.8"
sources."qs-5.2.1"
sources."tunnel-agent-0.4.3"
sources."tough-cookie-2.2.2"
@@ -28610,12 +29341,16 @@ in
sources."isstream-0.1.2"
sources."is-typedarray-1.0.0"
sources."har-validator-2.0.6"
- sources."async-2.1.5"
+ sources."async-2.2.0"
sources."lodash-4.17.4"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -28660,7 +29395,7 @@ in
sources."xtend-4.0.1"
sources."is-property-1.0.2"
sources."throttleit-1.0.0"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."os-tmpdir-1.0.2"
sources."underscore-1.8.3"
];
@@ -28675,19 +29410,19 @@ in
webpack = nodeEnv.buildNodePackage {
name = "webpack";
packageName = "webpack";
- version = "2.2.1";
+ version = "2.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/webpack/-/webpack-2.2.1.tgz";
- sha1 = "7bb1d72ae2087dd1a4af526afec15eed17dda475";
+ url = "https://registry.npmjs.org/webpack/-/webpack-2.3.2.tgz";
+ sha1 = "7d521e6f0777a3a58985c69425263fdfe977b458";
};
dependencies = [
sources."acorn-4.0.11"
- sources."acorn-dynamic-import-2.0.1"
- sources."ajv-4.11.3"
+ sources."acorn-dynamic-import-2.0.2"
+ sources."ajv-4.11.5"
sources."ajv-keywords-1.5.1"
- sources."async-2.1.5"
+ sources."async-2.2.0"
sources."enhanced-resolve-3.1.0"
- sources."interpret-1.0.1"
+ sources."interpret-1.0.2"
sources."json-loader-0.5.4"
sources."loader-runner-2.3.0"
sources."loader-utils-0.2.17"
@@ -28697,14 +29432,13 @@ in
sources."source-map-0.5.6"
sources."supports-color-3.2.3"
sources."tapable-0.2.6"
- (sources."uglify-js-2.7.5" // {
+ (sources."uglify-js-2.8.20" // {
dependencies = [
- sources."async-0.2.10"
sources."yargs-3.10.0"
];
})
sources."watchpack-1.3.1"
- sources."webpack-sources-0.1.4"
+ sources."webpack-sources-0.2.3"
(sources."yargs-6.6.0" // {
dependencies = [
sources."camelcase-3.0.0"
@@ -28721,7 +29455,7 @@ in
sources."emojis-list-2.1.0"
sources."json5-0.5.1"
sources."errno-0.1.4"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."prr-0.0.0"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -28765,7 +29499,7 @@ in
sources."ieee754-1.1.8"
sources."date-now-0.1.4"
sources."browserify-cipher-1.0.0"
- sources."browserify-sign-4.0.0"
+ sources."browserify-sign-4.0.4"
sources."create-ecdh-4.0.0"
sources."create-hash-1.1.2"
sources."create-hmac-1.1.4"
@@ -28783,7 +29517,7 @@ in
sources."bn.js-4.11.6"
sources."browserify-rsa-4.0.1"
sources."elliptic-6.4.0"
- sources."parse-asn1-5.0.0"
+ sources."parse-asn1-5.1.0"
sources."brorand-1.1.0"
sources."hash.js-1.0.3"
sources."hmac-drbg-1.0.0"
@@ -28812,7 +29546,7 @@ in
sources."kind-of-3.1.0"
sources."longest-1.0.1"
sources."repeat-string-1.6.1"
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
sources."chokidar-1.6.1"
sources."anymatch-1.3.0"
sources."async-each-1.0.1"
@@ -28831,7 +29565,7 @@ in
sources."extglob-0.3.2"
sources."filename-regex-2.0.0"
sources."is-extglob-1.0.0"
- sources."normalize-path-2.0.1"
+ sources."normalize-path-2.1.1"
sources."object.omit-2.0.1"
sources."parse-glob-3.0.4"
sources."regex-cache-0.4.3"
@@ -28844,9 +29578,10 @@ in
sources."isobject-2.1.0"
sources."randomatic-1.1.6"
sources."is-posix-bracket-0.1.1"
+ sources."remove-trailing-separator-1.0.1"
sources."for-own-0.1.5"
sources."is-extendable-0.1.1"
- sources."for-in-1.0.1"
+ sources."for-in-1.0.2"
sources."glob-base-0.3.0"
sources."is-dotfile-1.0.2"
sources."is-equal-shallow-0.1.3"
@@ -28858,25 +29593,23 @@ in
sources."balanced-match-0.4.2"
sources."concat-map-0.0.1"
sources."nan-2.5.1"
- sources."node-pre-gyp-0.6.33"
- sources."nopt-3.0.6"
+ sources."node-pre-gyp-0.6.34"
+ sources."nopt-4.0.1"
sources."npmlog-4.0.2"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
})
- sources."request-2.79.0"
- sources."rimraf-2.5.4"
+ sources."request-2.81.0"
+ sources."rimraf-2.6.1"
sources."semver-5.3.0"
sources."tar-2.2.1"
- (sources."tar-pack-3.3.0" // {
- dependencies = [
- sources."once-1.3.3"
- sources."readable-stream-2.1.5"
- ];
- })
+ sources."tar-pack-3.4.0"
sources."abbrev-1.1.0"
+ sources."osenv-0.1.4"
+ sources."os-homedir-1.0.2"
+ sources."os-tmpdir-1.0.2"
sources."are-we-there-yet-1.1.2"
sources."console-control-strings-1.1.0"
sources."gauge-2.7.3"
@@ -28897,50 +29630,40 @@ in
sources."strip-json-comments-2.0.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- (sources."chalk-1.1.3" // {
- dependencies = [
- sources."supports-color-2.0.0"
- ];
- })
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- sources."has-ansi-2.0.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."har-schema-1.0.5"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -28964,19 +29687,19 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."glob-7.1.1"
sources."fs.realpath-1.0.0"
sources."inflight-1.0.6"
sources."once-1.4.0"
sources."wrappy-1.0.2"
sources."block-stream-0.0.9"
- sources."fstream-1.0.10"
- sources."debug-2.2.0"
+ sources."fstream-1.0.11"
+ sources."debug-2.6.3"
sources."fstream-ignore-1.0.5"
sources."uid-number-0.0.6"
- sources."ms-0.7.1"
- sources."source-list-map-0.1.8"
+ sources."ms-0.7.2"
+ sources."source-list-map-1.1.1"
sources."get-caller-file-1.0.2"
sources."os-locale-1.4.0"
sources."read-pkg-up-1.0.1"
@@ -28995,16 +29718,18 @@ in
sources."find-up-1.1.2"
sources."read-pkg-1.1.0"
sources."path-exists-2.1.0"
+ sources."pinkie-promise-2.0.1"
+ sources."pinkie-2.0.4"
sources."load-json-file-1.1.0"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."path-type-1.1.0"
sources."parse-json-2.2.0"
sources."pify-2.3.0"
sources."strip-bom-2.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."is-utf8-0.2.1"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."validate-npm-package-license-3.0.1"
sources."builtin-modules-1.1.1"
@@ -29039,25 +29764,24 @@ in
yarn = nodeEnv.buildNodePackage {
name = "yarn";
packageName = "yarn";
- version = "0.20.4";
+ version = "0.21.3";
src = fetchurl {
- url = "https://registry.npmjs.org/yarn/-/yarn-0.20.4.tgz";
- sha1 = "575190fee60a27a54d4125a0f7579fc702f01229";
+ url = "https://registry.npmjs.org/yarn/-/yarn-0.21.3.tgz";
+ sha1 = "8dda3a63c798b383cfa577452c2b3cb3e4aa87e0";
};
dependencies = [
sources."babel-runtime-6.23.0"
- sources."bytes-2.4.0"
+ sources."bytes-2.5.0"
sources."camelcase-3.0.0"
sources."chalk-1.1.3"
sources."cmd-shim-2.0.2"
sources."commander-2.9.0"
sources."death-1.1.0"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."defaults-1.0.3"
sources."detect-indent-5.0.0"
- sources."diff-2.2.3"
sources."ini-1.3.4"
- sources."inquirer-3.0.5"
+ sources."inquirer-3.0.6"
sources."invariant-2.2.2"
sources."is-builtin-module-1.0.0"
sources."is-ci-1.0.10"
@@ -29066,19 +29790,18 @@ in
sources."minimatch-3.0.3"
sources."mkdirp-0.5.1"
sources."node-emoji-1.5.1"
- sources."node-gyp-3.5.0"
+ sources."node-gyp-3.6.0"
sources."object-path-0.11.4"
sources."proper-lockfile-2.0.0"
sources."read-1.0.7"
- sources."request-2.79.0"
- sources."request-capture-har-1.1.4"
+ sources."request-2.81.0"
+ sources."request-capture-har-1.2.2"
sources."rimraf-2.6.1"
sources."roadrunner-1.1.0"
sources."semver-5.3.0"
sources."strip-bom-3.0.0"
sources."tar-2.2.1"
sources."tar-stream-1.5.2"
- sources."user-home-2.0.0"
sources."validate-npm-package-license-3.0.1"
sources."core-js-2.4.1"
sources."regenerator-runtime-0.10.3"
@@ -29104,7 +29827,7 @@ in
sources."string-width-2.0.0"
sources."through-2.3.8"
sources."restore-cursor-2.0.0"
- sources."onetime-2.0.0"
+ sources."onetime-2.0.1"
sources."signal-exit-3.0.2"
sources."mimic-fn-1.1.0"
sources."tmp-0.0.31"
@@ -29122,12 +29845,12 @@ in
sources."concat-map-0.0.1"
sources."minimist-0.0.8"
sources."string.prototype.codepointat-0.2.0"
- sources."fstream-1.0.10"
+ sources."fstream-1.0.11"
sources."glob-7.1.1"
sources."nopt-3.0.6"
sources."npmlog-4.0.2"
sources."osenv-0.1.4"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."inherits-2.0.3"
sources."fs.realpath-1.0.0"
sources."inflight-1.0.6"
@@ -29145,7 +29868,7 @@ in
})
sources."set-blocking-2.0.0"
sources."delegates-1.0.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
sources."isarray-1.0.0"
@@ -29164,45 +29887,48 @@ in
sources."code-point-at-1.1.0"
sources."number-is-nan-1.0.1"
sources."os-homedir-1.0.2"
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
sources."retry-0.10.1"
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
sources."tough-cookie-2.3.2"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."is-my-json-valid-2.16.0"
- sources."pinkie-promise-2.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
- sources."pinkie-2.0.4"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -29226,22 +29952,19 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."block-stream-0.0.9"
sources."bl-1.2.0"
- (sources."end-of-stream-1.1.0" // {
- dependencies = [
- sources."once-1.3.3"
- ];
- })
+ sources."end-of-stream-1.4.0"
+ sources."xtend-4.0.1"
sources."spdx-correct-1.0.2"
sources."spdx-expression-parse-1.0.4"
sources."spdx-license-ids-1.2.2"
];
buildInputs = globalBuildInputs;
meta = {
- description = "
";
+ description = "📦🐈 Fast, reliable, and secure dependency management.";
homepage = "https://github.com/yarnpkg/yarn#readme";
license = "BSD-2-Clause";
};
@@ -29347,10 +30070,10 @@ in
sources."imurmurhash-0.1.4"
sources."slide-1.1.6"
sources."lru-cache-4.0.2"
- sources."which-1.2.12"
+ sources."which-1.2.14"
sources."pseudomap-1.0.2"
- sources."yallist-2.0.0"
- sources."isexe-1.1.2"
+ sources."yallist-2.1.2"
+ sources."isexe-2.0.0"
sources."npmconf-2.1.2"
sources."pify-2.3.0"
sources."pinkie-promise-2.0.1"
@@ -29374,12 +30097,12 @@ in
sources."node-status-codes-1.0.0"
sources."parse-json-2.2.0"
sources."read-all-stream-3.1.0"
- sources."readable-stream-2.2.3"
+ sources."readable-stream-2.2.6"
sources."timed-out-3.1.3"
sources."unzip-response-1.0.2"
sources."url-parse-lax-1.0.0"
sources."capture-stack-trace-1.0.0"
- sources."error-ex-1.3.0"
+ sources."error-ex-1.3.1"
sources."is-arrayish-0.2.1"
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -29406,7 +30129,7 @@ in
sources."number-is-nan-1.0.1"
sources."lodash.debounce-3.1.1"
sources."os-name-1.0.3"
- (sources."request-2.79.0" // {
+ (sources."request-2.81.0" // {
dependencies = [
sources."uuid-3.0.1"
];
@@ -29425,39 +30148,42 @@ in
})
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
- sources."caseless-0.11.0"
+ sources."caseless-0.12.0"
sources."combined-stream-1.0.5"
sources."extend-3.0.0"
sources."forever-agent-0.6.1"
sources."form-data-2.1.2"
- sources."har-validator-2.0.6"
+ sources."har-validator-4.2.1"
sources."hawk-3.1.3"
sources."http-signature-1.1.1"
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- sources."mime-types-2.1.14"
+ sources."mime-types-2.1.15"
sources."oauth-sign-0.8.2"
- sources."qs-6.3.1"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."delayed-stream-1.0.0"
sources."asynckit-0.4.0"
- sources."commander-2.9.0"
- sources."is-my-json-valid-2.16.0"
- sources."graceful-readlink-1.0.1"
- sources."generate-function-2.0.0"
- sources."generate-object-property-1.2.0"
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- sources."is-property-1.0.2"
+ sources."ajv-4.11.5"
+ sources."har-schema-1.0.5"
+ sources."co-4.6.0"
+ sources."json-stable-stringify-1.0.1"
+ sources."jsonify-0.0.0"
sources."hoek-2.16.3"
sources."boom-2.10.1"
sources."cryptiles-2.0.5"
sources."sntp-1.0.9"
sources."assert-plus-0.2.0"
- sources."jsprim-1.3.1"
- (sources."sshpk-1.10.2" // {
+ (sources."jsprim-1.4.0" // {
+ dependencies = [
+ sources."assert-plus-1.0.0"
+ ];
+ })
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."assert-plus-1.0.0"
];
@@ -29481,19 +30207,19 @@ in
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
sources."bcrypt-pbkdf-1.0.1"
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
sources."punycode-1.4.1"
sources."camelcase-keys-2.1.0"
sources."loud-rejection-1.6.0"
sources."map-obj-1.0.1"
- sources."normalize-package-data-2.3.5"
+ sources."normalize-package-data-2.3.6"
sources."redent-1.0.0"
sources."trim-newlines-1.0.0"
sources."camelcase-2.1.1"
sources."currently-unhandled-0.4.1"
sources."signal-exit-3.0.2"
sources."array-find-index-1.0.2"
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
sources."is-builtin-module-1.0.0"
sources."validate-npm-package-license-3.0.1"
sources."builtin-modules-1.1.1"
@@ -29504,7 +30230,7 @@ in
sources."strip-indent-1.0.1"
sources."get-stdin-4.0.1"
sources."registry-url-3.1.0"
- (sources."rc-1.1.7" // {
+ (sources."rc-1.2.0" // {
dependencies = [
sources."minimist-1.2.0"
];
@@ -29532,7 +30258,7 @@ in
sources."arrify-1.0.1"
sources."dot-prop-2.4.0"
sources."is-obj-1.0.1"
- sources."debug-2.6.1"
+ sources."debug-2.6.3"
sources."npmlog-2.0.4"
sources."ms-0.7.2"
sources."external-editor-1.1.1"
@@ -29604,6 +30330,7 @@ in
sources."through2-2.0.3"
sources."vinyl-1.2.0"
sources."vinyl-file-2.0.0"
+ sources."xtend-4.0.1"
sources."clone-1.0.2"
sources."clone-stats-0.0.1"
sources."replace-ext-0.0.1"
diff --git a/pkgs/development/web/remarkjs/node-packages.nix b/pkgs/development/web/remarkjs/node-packages.nix
index 7e8a3160b31..2e17d72ea9e 100644
--- a/pkgs/development/web/remarkjs/node-packages.nix
+++ b/pkgs/development/web/remarkjs/node-packages.nix
@@ -1,16 +1,16 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
let
sources = {
- "JSONStream-1.3.0" = {
+ "JSONStream-1.3.1" = {
name = "JSONStream";
packageName = "JSONStream";
- version = "1.3.0";
+ version = "1.3.1";
src = fetchurl {
- url = "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz";
- sha1 = "680ab9ac6572a8a1a207e0b38721db1c77b215e5";
+ url = "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz";
+ sha1 = "707f761e01dae9e16f1bcf93703b78c70966579a";
};
};
"assert-1.4.1" = {
@@ -49,22 +49,22 @@ let
sha1 = "bb35f8a519f600e0fa6b8485241c979d0141fb2d";
};
};
- "buffer-4.9.1" = {
+ "buffer-5.0.5" = {
name = "buffer";
packageName = "buffer";
- version = "4.9.1";
+ version = "5.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz";
- sha1 = "6d1bb601b07a4efced97094132093027c95bc298";
+ url = "https://registry.npmjs.org/buffer/-/buffer-5.0.5.tgz";
+ sha1 = "35c9393244a90aff83581063d16f0882cecc9418";
};
};
- "cached-path-relative-1.0.0" = {
+ "cached-path-relative-1.0.1" = {
name = "cached-path-relative";
packageName = "cached-path-relative";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.0.tgz";
- sha1 = "d1094c577fbd9a8b8bd43c96af6188aa205d05f4";
+ url = "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.1.tgz";
+ sha1 = "d09c4b52800aa4c078e2dd81a869aac90d2e54e7";
};
};
"concat-stream-1.5.2" = {
@@ -211,13 +211,13 @@ let
sha1 = "a52e1d138024c00b86b1c0c91f677918b8ae0a59";
};
};
- "module-deps-4.0.8" = {
+ "module-deps-4.1.1" = {
name = "module-deps";
packageName = "module-deps";
- version = "4.0.8";
+ version = "4.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/module-deps/-/module-deps-4.0.8.tgz";
- sha1 = "55fd70623399706c3288bef7a609ff1e8c0ed2bb";
+ url = "https://registry.npmjs.org/module-deps/-/module-deps-4.1.1.tgz";
+ sha1 = "23215833f1da13fd606ccb8087b44852dcb821fd";
};
};
"os-browserify-0.1.2" = {
@@ -283,22 +283,22 @@ let
sha1 = "2724fd6a8113d73764ac288d4386270c1dbf17f0";
};
};
- "readable-stream-2.2.2" = {
+ "readable-stream-2.2.6" = {
name = "readable-stream";
packageName = "readable-stream";
- version = "2.2.2";
+ version = "2.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz";
- sha1 = "a9e6fec3c7dda85f8bb1b3ba7028604556fc825e";
+ url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz";
+ sha1 = "8b43aed76e71483938d12a8d46c6cf1a00b1f816";
};
};
- "resolve-1.2.0" = {
+ "resolve-1.3.2" = {
name = "resolve";
packageName = "resolve";
- version = "1.2.0";
+ version = "1.3.2";
src = fetchurl {
- url = "https://registry.npmjs.org/resolve/-/resolve-1.2.0.tgz";
- sha1 = "9589c3f2f6149d1417a40becc1663db6ec6bc26c";
+ url = "https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz";
+ sha1 = "1f0442c9e0cbb8136e87b9305f932f46c7f28235";
};
};
"shasum-1.0.2" = {
@@ -355,13 +355,13 @@ let
sha1 = "f62cf17581e996b48fc965699f54c06ae268b8d2";
};
};
- "syntax-error-1.1.6" = {
+ "syntax-error-1.3.0" = {
name = "syntax-error";
packageName = "syntax-error";
- version = "1.1.6";
+ version = "1.3.0";
src = fetchurl {
- url = "https://registry.npmjs.org/syntax-error/-/syntax-error-1.1.6.tgz";
- sha1 = "b4549706d386cc1c1dc7c2423f18579b6cade710";
+ url = "https://registry.npmjs.org/syntax-error/-/syntax-error-1.3.0.tgz";
+ sha1 = "1ed9266c4d40be75dc55bf9bb1cb77062bb96ca1";
};
};
"through2-2.0.3" = {
@@ -535,15 +535,6 @@ let
sha1 = "be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4";
};
};
- "isarray-1.0.0" = {
- name = "isarray";
- packageName = "isarray";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz";
- sha1 = "bb935d48582cba168c06834957a54a3e07124f11";
- };
- };
"typedarray-0.0.6" = {
name = "typedarray";
packageName = "typedarray";
@@ -571,6 +562,15 @@ let
sha1 = "b5fd54220aa2bc5ab57aab7140c940754503c1a7";
};
};
+ "isarray-1.0.0" = {
+ name = "isarray";
+ packageName = "isarray";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz";
+ sha1 = "bb935d48582cba168c06834957a54a3e07124f11";
+ };
+ };
"process-nextick-args-1.0.7" = {
name = "process-nextick-args";
packageName = "process-nextick-args";
@@ -607,13 +607,13 @@ let
sha1 = "9988244874bf5ed4e28da95666dcd66ac8fc363a";
};
};
- "browserify-sign-4.0.0" = {
+ "browserify-sign-4.0.4" = {
name = "browserify-sign";
packageName = "browserify-sign";
- version = "4.0.0";
+ version = "4.0.4";
src = fetchurl {
- url = "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.0.tgz";
- sha1 = "10773910c3c206d5420a46aad8694f820b85968f";
+ url = "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz";
+ sha1 = "aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298";
};
};
"create-ecdh-4.0.0" = {
@@ -760,31 +760,31 @@ let
sha1 = "21e0abfaf6f2029cf2fafb133567a701d4135524";
};
};
- "elliptic-6.3.2" = {
+ "elliptic-6.4.0" = {
name = "elliptic";
packageName = "elliptic";
- version = "6.3.2";
+ version = "6.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/elliptic/-/elliptic-6.3.2.tgz";
- sha1 = "e4c81e0829cf0a65ab70e998b8232723b5c1bc48";
+ url = "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz";
+ sha1 = "cac9af8762c85836187003c8dfe193e5e2eae5df";
};
};
- "parse-asn1-5.0.0" = {
+ "parse-asn1-5.1.0" = {
name = "parse-asn1";
packageName = "parse-asn1";
- version = "5.0.0";
+ version = "5.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.0.0.tgz";
- sha1 = "35060f6d5015d37628c770f4e091a0b5a278bc23";
+ url = "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz";
+ sha1 = "37c4f9b7ed3ab65c74817b5f2480937fbf97c712";
};
};
- "brorand-1.0.6" = {
+ "brorand-1.1.0" = {
name = "brorand";
packageName = "brorand";
- version = "1.0.6";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/brorand/-/brorand-1.0.6.tgz";
- sha1 = "4028706b915f91f7b349a2e0bf3c376039d216e5";
+ url = "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz";
+ sha1 = "12c25efe40a45e3c323eb8675a0a0ce57b22371f";
};
};
"hash.js-1.0.3" = {
@@ -796,6 +796,24 @@ let
sha1 = "1332ff00156c0a0ffdd8236013d07b77a0451573";
};
};
+ "hmac-drbg-1.0.0" = {
+ name = "hmac-drbg";
+ packageName = "hmac-drbg";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.0.tgz";
+ sha1 = "3db471f45aae4a994a0688322171f51b8b91bee5";
+ };
+ };
+ "minimalistic-crypto-utils-1.0.1" = {
+ name = "minimalistic-crypto-utils";
+ packageName = "minimalistic-crypto-utils";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz";
+ sha1 = "f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a";
+ };
+ };
"asn1.js-4.9.1" = {
name = "asn1.js";
packageName = "asn1.js";
@@ -922,13 +940,13 @@ let
sha1 = "16176714c801798e4e8f2cf7f7529467bb4a5771";
};
};
- "is-buffer-1.1.4" = {
+ "is-buffer-1.1.5" = {
name = "is-buffer";
packageName = "is-buffer";
- version = "1.1.4";
+ version = "1.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz";
- sha1 = "cfc86ccd5dc5a52fa80489111c6920c457e2d98b";
+ url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz";
+ sha1 = "1f3b26ef613b214b88cbca23cc6c01d87961eecc";
};
};
"lexical-scope-1.2.0" = {
@@ -940,22 +958,22 @@ let
sha1 = "fcea5edc704a4b3a8796cdca419c3a0afaf22df4";
};
};
- "astw-2.0.0" = {
+ "astw-2.2.0" = {
name = "astw";
packageName = "astw";
- version = "2.0.0";
+ version = "2.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz";
- sha1 = "08121ac8288d35611c0ceec663f6cd545604897d";
+ url = "https://registry.npmjs.org/astw/-/astw-2.2.0.tgz";
+ sha1 = "7bd41784d32493987aeb239b6b4e1c57a873b917";
};
};
- "acorn-1.2.2" = {
+ "acorn-4.0.11" = {
name = "acorn";
packageName = "acorn";
- version = "1.2.2";
+ version = "4.0.11";
src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz";
- sha1 = "c8ce27de0acc76d896d2b1fad3df588d9e82f014";
+ url = "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz";
+ sha1 = "edcda3bd937e7556410d42ed5860f67399c794c0";
};
};
"isarray-0.0.1" = {
@@ -976,13 +994,13 @@ let
sha1 = "1b63be438a133e4b671cc1935197600175910d83";
};
};
- "detective-4.3.2" = {
+ "detective-4.5.0" = {
name = "detective";
packageName = "detective";
- version = "4.3.2";
+ version = "4.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/detective/-/detective-4.3.2.tgz";
- sha1 = "77697e2e7947ac3fe7c8e26a6d6f115235afa91c";
+ url = "https://registry.npmjs.org/detective/-/detective-4.5.0.tgz";
+ sha1 = "6e5a8c6b26e6c7a254b1c6b6d7490d98ec91edd1";
};
};
"stream-combiner2-1.1.1" = {
@@ -994,15 +1012,6 @@ let
sha1 = "fb4d8a1420ea362764e21ad4780397bebcb41cbe";
};
};
- "acorn-3.3.0" = {
- name = "acorn";
- packageName = "acorn";
- version = "3.3.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz";
- sha1 = "45e37fb39e8da3f25baee3ff5369e2bb5f22017a";
- };
- };
"path-platform-0.11.15" = {
name = "path-platform";
packageName = "path-platform";
@@ -1021,6 +1030,15 @@ let
sha1 = "9978ce317388c649ad8793028c3477ef044a8b51";
};
};
+ "path-parse-1.0.5" = {
+ name = "path-parse";
+ packageName = "path-parse";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz";
+ sha1 = "3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1";
+ };
+ };
"json-stable-stringify-0.0.1" = {
name = "json-stable-stringify";
packageName = "json-stable-stringify";
@@ -1093,15 +1111,6 @@ let
sha1 = "a35008b20f41383eec1fb914f4cd5df79a264284";
};
};
- "acorn-2.7.0" = {
- name = "acorn";
- packageName = "acorn";
- version = "2.7.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz";
- sha1 = "ab6e7d9d886aaca8b085bc3312b79a198433f0e7";
- };
- };
"punycode-1.3.2" = {
name = "punycode";
packageName = "punycode";
@@ -1138,13 +1147,13 @@ let
sha1 = "82dc336d232b9062179d05ab3293a66059fd435d";
};
};
- "async-0.2.10" = {
- name = "async";
- packageName = "async";
- version = "0.2.10";
+ "yargs-3.10.0" = {
+ name = "yargs";
+ packageName = "yargs";
+ version = "3.10.0";
src = fetchurl {
- url = "https://registry.npmjs.org/async/-/async-0.2.10.tgz";
- sha1 = "b6bbe0b0674b9d719708ca38de8c237cb526c3d1";
+ url = "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz";
+ sha1 = "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1";
};
};
"uglify-to-browserify-1.0.2" = {
@@ -1156,15 +1165,6 @@ let
sha1 = "6e0924d6bda6b5afe349e39a6d632850a0f882b7";
};
};
- "yargs-3.10.0" = {
- name = "yargs";
- packageName = "yargs";
- version = "3.10.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz";
- sha1 = "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1";
- };
- };
"camelcase-1.2.1" = {
name = "camelcase";
packageName = "camelcase";
@@ -1327,13 +1327,13 @@ let
sha1 = "489654c692616b8aa55b0724fa809bb7db49c5bf";
};
};
- "request-2.79.0" = {
+ "request-2.81.0" = {
name = "request";
packageName = "request";
- version = "2.79.0";
+ version = "2.81.0";
src = fetchurl {
- url = "https://registry.npmjs.org/request/-/request-2.79.0.tgz";
- sha1 = "4dfe5bf6be8b8cdc37fcf93e04b65577722710de";
+ url = "https://registry.npmjs.org/request/-/request-2.81.0.tgz";
+ sha1 = "c6928946a0e06c5f8d6f8a9333469ffda46298a0";
};
};
"prr-0.0.0" = {
@@ -1372,22 +1372,22 @@ let
sha1 = "14342dd38dbcc94d0e5b87d763cd63612c0e794f";
};
};
- "aws4-1.5.0" = {
+ "aws4-1.6.0" = {
name = "aws4";
packageName = "aws4";
- version = "1.5.0";
+ version = "1.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz";
- sha1 = "0a29ffb79c31c9e712eeb087e8e7a64b4a56d755";
+ url = "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz";
+ sha1 = "83ef5ca860b2b32e4a0deedee8c771b9db57471e";
};
};
- "caseless-0.11.0" = {
+ "caseless-0.12.0" = {
name = "caseless";
packageName = "caseless";
- version = "0.11.0";
+ version = "0.12.0";
src = fetchurl {
- url = "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz";
- sha1 = "715b96ea9841593cc33067923f5ec60ebda4f7d7";
+ url = "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz";
+ sha1 = "1b681c21ff84033c826543090689420d187151dc";
};
};
"combined-stream-1.0.5" = {
@@ -1426,13 +1426,13 @@ let
sha1 = "89c3534008b97eada4cbb157d58f6f5df025eae4";
};
};
- "har-validator-2.0.6" = {
+ "har-validator-4.2.1" = {
name = "har-validator";
packageName = "har-validator";
- version = "2.0.6";
+ version = "4.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz";
- sha1 = "cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d";
+ url = "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz";
+ sha1 = "33481d0f1bbff600dd203d75812a6a5fba002e2a";
};
};
"hawk-3.1.3" = {
@@ -1480,13 +1480,13 @@ let
sha1 = "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb";
};
};
- "mime-types-2.1.14" = {
+ "mime-types-2.1.15" = {
name = "mime-types";
packageName = "mime-types";
- version = "2.1.14";
+ version = "2.1.15";
src = fetchurl {
- url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz";
- sha1 = "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee";
+ url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz";
+ sha1 = "a4ebf5064094569237b8cf70046776d09fc92aed";
};
};
"oauth-sign-0.8.2" = {
@@ -1498,13 +1498,31 @@ let
sha1 = "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43";
};
};
- "qs-6.3.0" = {
+ "performance-now-0.2.0" = {
+ name = "performance-now";
+ packageName = "performance-now";
+ version = "0.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz";
+ sha1 = "33ef30c5c77d4ea21c5a53869d91b56d8f2555e5";
+ };
+ };
+ "qs-6.4.0" = {
name = "qs";
packageName = "qs";
- version = "6.3.0";
+ version = "6.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.3.0.tgz";
- sha1 = "f403b264f23bc01228c74131b407f18d5ea5d442";
+ url = "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz";
+ sha1 = "13e26d28ad6b0ffaa91312cd3bf708ed351e7233";
+ };
+ };
+ "safe-buffer-5.0.1" = {
+ name = "safe-buffer";
+ packageName = "safe-buffer";
+ version = "5.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz";
+ sha1 = "d263ca54696cd8a306b5ca6551e92de57918fbe7";
};
};
"stringstream-0.0.5" = {
@@ -1525,13 +1543,13 @@ let
sha1 = "f081f76e4c85720e6c37a5faced737150d84072a";
};
};
- "tunnel-agent-0.4.3" = {
+ "tunnel-agent-0.6.0" = {
name = "tunnel-agent";
packageName = "tunnel-agent";
- version = "0.4.3";
+ version = "0.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz";
- sha1 = "6373db76909fe570e08d73583365ed828a74eeeb";
+ url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
+ sha1 = "27a5dea06b36b04a0a9966774b290868f0fc40fd";
};
};
"uuid-3.0.1" = {
@@ -1561,148 +1579,40 @@ let
sha1 = "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79";
};
};
- "chalk-1.1.3" = {
- name = "chalk";
- packageName = "chalk";
- version = "1.1.3";
+ "ajv-4.11.5" = {
+ name = "ajv";
+ packageName = "ajv";
+ version = "4.11.5";
src = fetchurl {
- url = "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz";
- sha1 = "a8115c55e4a702fe4d150abd3872822a7e09fc98";
+ url = "https://registry.npmjs.org/ajv/-/ajv-4.11.5.tgz";
+ sha1 = "b6ee74657b993a01dce44b7944d56f485828d5bd";
};
};
- "commander-2.9.0" = {
- name = "commander";
- packageName = "commander";
- version = "2.9.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz";
- sha1 = "9c99094176e12240cb22d6c5146098400fe0f7d4";
- };
- };
- "is-my-json-valid-2.15.0" = {
- name = "is-my-json-valid";
- packageName = "is-my-json-valid";
- version = "2.15.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz";
- sha1 = "936edda3ca3c211fd98f3b2d3e08da43f7b2915b";
- };
- };
- "pinkie-promise-2.0.1" = {
- name = "pinkie-promise";
- packageName = "pinkie-promise";
- version = "2.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz";
- sha1 = "2135d6dfa7a358c069ac9b178776288228450ffa";
- };
- };
- "ansi-styles-2.2.1" = {
- name = "ansi-styles";
- packageName = "ansi-styles";
- version = "2.2.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz";
- sha1 = "b432dd3358b634cf75e1e4664368240533c1ddbe";
- };
- };
- "escape-string-regexp-1.0.5" = {
- name = "escape-string-regexp";
- packageName = "escape-string-regexp";
+ "har-schema-1.0.5" = {
+ name = "har-schema";
+ packageName = "har-schema";
version = "1.0.5";
src = fetchurl {
- url = "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
- sha1 = "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4";
+ url = "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz";
+ sha1 = "d263135f43307c02c602afc8fe95970c0151369e";
};
};
- "has-ansi-2.0.0" = {
- name = "has-ansi";
- packageName = "has-ansi";
- version = "2.0.0";
+ "co-4.6.0" = {
+ name = "co";
+ packageName = "co";
+ version = "4.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz";
- sha1 = "34f5049ce1ecdf2b0649af3ef24e45ed35416d91";
+ url = "https://registry.npmjs.org/co/-/co-4.6.0.tgz";
+ sha1 = "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184";
};
};
- "strip-ansi-3.0.1" = {
- name = "strip-ansi";
- packageName = "strip-ansi";
- version = "3.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz";
- sha1 = "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf";
- };
- };
- "supports-color-2.0.0" = {
- name = "supports-color";
- packageName = "supports-color";
- version = "2.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz";
- sha1 = "535d045ce6b6363fa40117084629995e9df324c7";
- };
- };
- "ansi-regex-2.1.1" = {
- name = "ansi-regex";
- packageName = "ansi-regex";
- version = "2.1.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz";
- sha1 = "c3b33ab5ee360d86e0e628f0468ae7ef27d654df";
- };
- };
- "graceful-readlink-1.0.1" = {
- name = "graceful-readlink";
- packageName = "graceful-readlink";
+ "json-stable-stringify-1.0.1" = {
+ name = "json-stable-stringify";
+ packageName = "json-stable-stringify";
version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz";
- sha1 = "4cafad76bc62f02fa039b2f94e9a3dd3a391a725";
- };
- };
- "generate-function-2.0.0" = {
- name = "generate-function";
- packageName = "generate-function";
- version = "2.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz";
- sha1 = "6858fe7c0969b7d4e9093337647ac79f60dfbe74";
- };
- };
- "generate-object-property-1.2.0" = {
- name = "generate-object-property";
- packageName = "generate-object-property";
- version = "1.2.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz";
- sha1 = "9c0e1c40308ce804f4783618b937fa88f99d50d0";
- };
- };
- "jsonpointer-4.0.1" = {
- name = "jsonpointer";
- packageName = "jsonpointer";
- version = "4.0.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz";
- sha1 = "4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9";
- };
- };
- "is-property-1.0.2" = {
- name = "is-property";
- packageName = "is-property";
- version = "1.0.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz";
- sha1 = "57fe1c4e48474edd65b09911f26b1cd4095dda84";
- };
- };
- "pinkie-2.0.4" = {
- name = "pinkie";
- packageName = "pinkie";
- version = "2.0.4";
- src = fetchurl {
- url = "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz";
- sha1 = "72556b80cfa0d48a974e80e77248e80ed4f7f870";
+ url = "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz";
+ sha1 = "9a759d39c5f2ff503fd5300646ed445f88c4f9af";
};
};
"hoek-2.16.3" = {
@@ -1750,22 +1660,31 @@ let
sha1 = "d74e1b87e7affc0db8aadb7021f3fe48101ab234";
};
};
- "jsprim-1.3.1" = {
+ "jsprim-1.4.0" = {
name = "jsprim";
packageName = "jsprim";
- version = "1.3.1";
+ version = "1.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz";
- sha1 = "2a7256f70412a29ee3670aaca625994c4dcff252";
+ url = "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz";
+ sha1 = "a3b87e40298d8c380552d8cc7628a0bb95a22918";
};
};
- "sshpk-1.10.2" = {
+ "sshpk-1.11.0" = {
name = "sshpk";
packageName = "sshpk";
- version = "1.10.2";
+ version = "1.11.0";
src = fetchurl {
- url = "https://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz";
- sha1 = "d5a804ce22695515638e798dbe23273de070a5fa";
+ url = "https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz";
+ sha1 = "2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77";
+ };
+ };
+ "assert-plus-1.0.0" = {
+ name = "assert-plus";
+ packageName = "assert-plus";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz";
+ sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
};
};
"extsprintf-1.0.2" = {
@@ -1804,15 +1723,6 @@ let
sha1 = "dac8787713c9966849fc8180777ebe9c1ddf3b86";
};
};
- "assert-plus-1.0.0" = {
- name = "assert-plus";
- packageName = "assert-plus";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz";
- sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
- };
- };
"dashdash-1.14.1" = {
name = "dashdash";
packageName = "dashdash";
@@ -1831,13 +1741,13 @@ let
sha1 = "283ffd9fc1256840875311c1b60e8c40187110e6";
};
};
- "jsbn-0.1.0" = {
+ "jsbn-0.1.1" = {
name = "jsbn";
packageName = "jsbn";
- version = "0.1.0";
+ version = "0.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz";
- sha1 = "650987da0dd74f4ebf5a11377a2aa2d273e97dfd";
+ url = "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz";
+ sha1 = "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513";
};
};
"tweetnacl-0.14.5" = {
@@ -1867,22 +1777,22 @@ let
sha1 = "0fc73a9ed5f0d53c38193398523ef7e543777505";
};
};
- "bcrypt-pbkdf-1.0.0" = {
+ "bcrypt-pbkdf-1.0.1" = {
name = "bcrypt-pbkdf";
packageName = "bcrypt-pbkdf";
- version = "1.0.0";
+ version = "1.0.1";
src = fetchurl {
- url = "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz";
- sha1 = "3ca76b85241c7170bf7d9703e7b9aa74630040d4";
+ url = "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz";
+ sha1 = "63bc5dcb61331b92bc05fd528953c33462a06f8d";
};
};
- "mime-db-1.26.0" = {
+ "mime-db-1.27.0" = {
name = "mime-db";
packageName = "mime-db";
- version = "1.26.0";
+ version = "1.27.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz";
- sha1 = "eaffcd0e4fc6935cf8134da246e2e6c35305adff";
+ url = "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz";
+ sha1 = "820f572296bbd20ec25ed55e5b5de869e5436eb1";
};
};
"browser-stdout-1.3.0" = {
@@ -1894,6 +1804,15 @@ let
sha1 = "f351d32969d32fa5d7a5567154263d928ae3bd1f";
};
};
+ "commander-2.9.0" = {
+ name = "commander";
+ packageName = "commander";
+ version = "2.9.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz";
+ sha1 = "9c99094176e12240cb22d6c5146098400fe0f7d4";
+ };
+ };
"debug-2.2.0" = {
name = "debug";
packageName = "debug";
@@ -1912,6 +1831,15 @@ let
sha1 = "7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf";
};
};
+ "escape-string-regexp-1.0.5" = {
+ name = "escape-string-regexp";
+ packageName = "escape-string-regexp";
+ version = "1.0.5";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
+ sha1 = "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4";
+ };
+ };
"glob-7.0.5" = {
name = "glob";
packageName = "glob";
@@ -1957,6 +1885,15 @@ let
sha1 = "72a262894d9d408b956ca05ff37b2ed8a6e2a2d5";
};
};
+ "graceful-readlink-1.0.1" = {
+ name = "graceful-readlink";
+ packageName = "graceful-readlink";
+ version = "1.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz";
+ sha1 = "4cafad76bc62f02fa039b2f94e9a3dd3a391a725";
+ };
+ };
"ms-0.7.1" = {
name = "ms";
packageName = "ms";
@@ -2236,13 +2173,13 @@ let
sha1 = "0537cb79daf59b59a1a517dff706c86ec039162e";
};
};
- "abbrev-1.0.9" = {
+ "abbrev-1.1.0" = {
name = "abbrev";
packageName = "abbrev";
- version = "1.0.9";
+ version = "1.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz";
- sha1 = "91b4792588a7738c25f35dd6f63752a2f8776135";
+ url = "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz";
+ sha1 = "d0554c2256636e2f56e7c2e5ad183f859428d81f";
};
};
"qs-0.6.6" = {
@@ -2272,13 +2209,13 @@ let
sha1 = "6d0e09c4921f94a27f63d3b49c5feff1ea4c5130";
};
};
- "node-uuid-1.4.7" = {
+ "node-uuid-1.4.8" = {
name = "node-uuid";
packageName = "node-uuid";
- version = "1.4.7";
+ version = "1.4.8";
src = fetchurl {
- url = "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz";
- sha1 = "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f";
+ url = "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz";
+ sha1 = "b040eb0923968afabf8d32fb1f17f1167fdab907";
};
};
"form-data-0.1.4" = {
@@ -2290,6 +2227,15 @@ let
sha1 = "91abd788aba9702b1aabfa8bc01031a2ac9e3b12";
};
};
+ "tunnel-agent-0.4.3" = {
+ name = "tunnel-agent";
+ packageName = "tunnel-agent";
+ version = "0.4.3";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz";
+ sha1 = "6373db76909fe570e08d73583365ed828a74eeeb";
+ };
+ };
"http-signature-0.10.1" = {
name = "http-signature";
packageName = "http-signature";
@@ -2434,13 +2380,13 @@ let
sha1 = "0b6e9516f2601a9fb0bb2dcc369afa1c7e200af7";
};
};
- "should-format-3.0.2" = {
+ "should-format-3.0.3" = {
name = "should-format";
packageName = "should-format";
- version = "3.0.2";
+ version = "3.0.3";
src = fetchurl {
- url = "https://registry.npmjs.org/should-format/-/should-format-3.0.2.tgz";
- sha1 = "1a543ad3abfea5dc2bea4a0ba875ede60fe22b19";
+ url = "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz";
+ sha1 = "9bfc8f74fa39205c53d38c34d717303e277124f1";
};
};
"should-type-1.4.0" = {
@@ -2470,31 +2416,76 @@ let
sha1 = "c98cda374aa6b190df8ba87c9889c2b4db620063";
};
};
- "formatio-1.1.1" = {
+ "diff-3.2.0" = {
+ name = "diff";
+ packageName = "diff";
+ version = "3.2.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz";
+ sha1 = "c9ce393a4b7cbd0b058a725c93df299027868ff9";
+ };
+ };
+ "formatio-1.2.0" = {
name = "formatio";
packageName = "formatio";
- version = "1.1.1";
+ version = "1.2.0";
src = fetchurl {
- url = "https://registry.npmjs.org/formatio/-/formatio-1.1.1.tgz";
- sha1 = "5ed3ccd636551097383465d996199100e86161e9";
+ url = "https://registry.npmjs.org/formatio/-/formatio-1.2.0.tgz";
+ sha1 = "f3b2167d9068c4698a8d51f4f760a39a54d818eb";
};
};
- "lolex-1.3.2" = {
+ "lolex-1.6.0" = {
name = "lolex";
packageName = "lolex";
- version = "1.3.2";
+ version = "1.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/lolex/-/lolex-1.3.2.tgz";
- sha1 = "7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31";
+ url = "https://registry.npmjs.org/lolex/-/lolex-1.6.0.tgz";
+ sha1 = "3a9a0283452a47d7439e72731b9e07d7386e49f6";
};
};
- "samsam-1.1.2" = {
+ "native-promise-only-0.8.1" = {
+ name = "native-promise-only";
+ packageName = "native-promise-only";
+ version = "0.8.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz";
+ sha1 = "20a318c30cb45f71fe7adfbf7b21c99c1472ef11";
+ };
+ };
+ "path-to-regexp-1.7.0" = {
+ name = "path-to-regexp";
+ packageName = "path-to-regexp";
+ version = "1.7.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz";
+ sha1 = "59fde0f435badacba103a84e9d3bc64e96b9937d";
+ };
+ };
+ "samsam-1.2.1" = {
name = "samsam";
packageName = "samsam";
- version = "1.1.2";
+ version = "1.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/samsam/-/samsam-1.1.2.tgz";
- sha1 = "bec11fdc83a9fda063401210e40176c3024d1567";
+ url = "https://registry.npmjs.org/samsam/-/samsam-1.2.1.tgz";
+ sha1 = "edd39093a3184370cb859243b2bdf255e7d8ea67";
+ };
+ };
+ "text-encoding-0.6.4" = {
+ name = "text-encoding";
+ packageName = "text-encoding";
+ version = "0.6.4";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/text-encoding/-/text-encoding-0.6.4.tgz";
+ sha1 = "e399a982257a276dae428bb92845cb71bdc26d19";
+ };
+ };
+ "type-detect-4.0.0" = {
+ name = "type-detect";
+ packageName = "type-detect";
+ version = "4.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/type-detect/-/type-detect-4.0.0.tgz";
+ sha1 = "62053883542a321f2f7b25746dc696478b18ff6b";
};
};
"cli-1.0.1" = {
@@ -2623,13 +2614,13 @@ let
sha1 = "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0";
};
};
- "interpret-1.0.1" = {
+ "interpret-1.0.2" = {
name = "interpret";
packageName = "interpret";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchurl {
- url = "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz";
- sha1 = "d579fb7f693b858004947af39fa0db49f795602c";
+ url = "https://registry.npmjs.org/interpret/-/interpret-1.0.2.tgz";
+ sha1 = "f4f623f0bb7122f15f5717c8e254b8161b5c5b2d";
};
};
"rechoir-0.6.2" = {
@@ -2663,13 +2654,13 @@ in
browserify = nodeEnv.buildNodePackage {
name = "browserify";
packageName = "browserify";
- version = "13.3.0";
+ version = "14.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/browserify/-/browserify-13.3.0.tgz";
- sha1 = "b5a9c9020243f0c70e4675bec8223bc627e415ce";
+ url = "https://registry.npmjs.org/browserify/-/browserify-14.1.0.tgz";
+ sha1 = "0508cc1e7bf4c152312c2fa523e676c0b0b92311";
};
dependencies = [
- (sources."JSONStream-1.3.0" // {
+ (sources."JSONStream-1.3.1" // {
dependencies = [
sources."jsonparse-1.3.0"
sources."through-2.3.8"
@@ -2699,14 +2690,13 @@ in
sources."pako-0.2.9"
];
})
- (sources."buffer-4.9.1" // {
+ (sources."buffer-5.0.5" // {
dependencies = [
sources."base64-js-1.2.0"
sources."ieee754-1.1.8"
- sources."isarray-1.0.0"
];
})
- sources."cached-path-relative-1.0.0"
+ sources."cached-path-relative-1.0.1"
(sources."concat-stream-1.5.2" // {
dependencies = [
sources."typedarray-0.0.6"
@@ -2749,17 +2739,20 @@ in
sources."evp_bytestokey-1.0.0"
];
})
- (sources."browserify-sign-4.0.0" // {
+ (sources."browserify-sign-4.0.4" // {
dependencies = [
sources."bn.js-4.11.6"
sources."browserify-rsa-4.0.1"
- (sources."elliptic-6.3.2" // {
+ (sources."elliptic-6.4.0" // {
dependencies = [
- sources."brorand-1.0.6"
+ sources."brorand-1.1.0"
sources."hash.js-1.0.3"
+ sources."hmac-drbg-1.0.0"
+ sources."minimalistic-assert-1.0.0"
+ sources."minimalistic-crypto-utils-1.0.1"
];
})
- (sources."parse-asn1-5.0.0" // {
+ (sources."parse-asn1-5.1.0" // {
dependencies = [
(sources."asn1.js-4.9.1" // {
dependencies = [
@@ -2780,10 +2773,13 @@ in
(sources."create-ecdh-4.0.0" // {
dependencies = [
sources."bn.js-4.11.6"
- (sources."elliptic-6.3.2" // {
+ (sources."elliptic-6.4.0" // {
dependencies = [
- sources."brorand-1.0.6"
+ sources."brorand-1.1.0"
sources."hash.js-1.0.3"
+ sources."hmac-drbg-1.0.0"
+ sources."minimalistic-assert-1.0.0"
+ sources."minimalistic-crypto-utils-1.0.1"
];
})
];
@@ -2801,7 +2797,7 @@ in
sources."bn.js-4.11.6"
(sources."miller-rabin-4.0.0" // {
dependencies = [
- sources."brorand-1.0.6"
+ sources."brorand-1.1.0"
];
})
];
@@ -2811,7 +2807,7 @@ in
dependencies = [
sources."bn.js-4.11.6"
sources."browserify-rsa-4.0.1"
- (sources."parse-asn1-5.0.0" // {
+ (sources."parse-asn1-5.1.0" // {
dependencies = [
(sources."asn1.js-4.9.1" // {
dependencies = [
@@ -2881,12 +2877,12 @@ in
sources."source-map-0.5.6"
];
})
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
(sources."lexical-scope-1.2.0" // {
dependencies = [
- (sources."astw-2.0.0" // {
+ (sources."astw-2.2.0" // {
dependencies = [
- sources."acorn-1.2.2"
+ sources."acorn-4.0.11"
];
})
];
@@ -2899,11 +2895,11 @@ in
sources."stream-splicer-2.0.0"
];
})
- (sources."module-deps-4.0.8" // {
+ (sources."module-deps-4.1.1" // {
dependencies = [
- (sources."detective-4.3.2" // {
+ (sources."detective-4.5.0" // {
dependencies = [
- sources."acorn-3.3.0"
+ sources."acorn-4.0.11"
];
})
sources."stream-combiner2-1.1.1"
@@ -2920,7 +2916,7 @@ in
sources."punycode-1.4.1"
sources."querystring-es3-0.2.1"
sources."read-only-stream-2.0.0"
- (sources."readable-stream-2.2.2" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -2929,7 +2925,11 @@ in
sources."util-deprecate-1.0.2"
];
})
- sources."resolve-1.2.0"
+ (sources."resolve-1.3.2" // {
+ dependencies = [
+ sources."path-parse-1.0.5"
+ ];
+ })
(sources."shasum-1.0.2" // {
dependencies = [
(sources."json-stable-stringify-0.0.1" // {
@@ -2961,9 +2961,9 @@ in
sources."minimist-1.2.0"
];
})
- (sources."syntax-error-1.1.6" // {
+ (sources."syntax-error-1.3.0" // {
dependencies = [
- sources."acorn-2.7.0"
+ sources."acorn-4.0.11"
];
})
sources."through2-2.0.3"
@@ -2998,15 +2998,13 @@ in
uglify-js = nodeEnv.buildNodePackage {
name = "uglify-js";
packageName = "uglify-js";
- version = "2.7.5";
+ version = "2.8.20";
src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz";
- sha1 = "4612c0c7baaee2ba7c487de4904ae122079f2ca8";
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.20.tgz";
+ sha1 = "be87100fbc18de3876ed606e9d24b4568311cecf";
};
dependencies = [
- sources."async-0.2.10"
sources."source-map-0.5.6"
- sources."uglify-to-browserify-1.0.2"
(sources."yargs-3.10.0" // {
dependencies = [
sources."camelcase-1.2.1"
@@ -3018,7 +3016,7 @@ in
dependencies = [
(sources."kind-of-3.1.0" // {
dependencies = [
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
];
})
sources."longest-1.0.1"
@@ -3034,7 +3032,7 @@ in
dependencies = [
(sources."kind-of-3.1.0" // {
dependencies = [
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
];
})
sources."longest-1.0.1"
@@ -3050,6 +3048,7 @@ in
sources."window-size-0.1.0"
];
})
+ sources."uglify-to-browserify-1.0.2"
];
buildInputs = globalBuildInputs;
meta = {
@@ -3087,11 +3086,11 @@ in
];
})
sources."source-map-0.5.6"
- (sources."request-2.79.0" // {
+ (sources."request-2.81.0" // {
dependencies = [
sources."aws-sign2-0.6.0"
- sources."aws4-1.5.0"
- sources."caseless-0.11.0"
+ sources."aws4-1.6.0"
+ sources."caseless-0.12.0"
(sources."combined-stream-1.0.5" // {
dependencies = [
sources."delayed-stream-1.0.0"
@@ -3104,47 +3103,19 @@ in
sources."asynckit-0.4.0"
];
})
- (sources."har-validator-2.0.6" // {
+ (sources."har-validator-4.2.1" // {
dependencies = [
- (sources."chalk-1.1.3" // {
+ (sources."ajv-4.11.5" // {
dependencies = [
- sources."ansi-styles-2.2.1"
- sources."escape-string-regexp-1.0.5"
- (sources."has-ansi-2.0.0" // {
+ sources."co-4.6.0"
+ (sources."json-stable-stringify-1.0.1" // {
dependencies = [
- sources."ansi-regex-2.1.1"
+ sources."jsonify-0.0.0"
];
})
- (sources."strip-ansi-3.0.1" // {
- dependencies = [
- sources."ansi-regex-2.1.1"
- ];
- })
- sources."supports-color-2.0.0"
- ];
- })
- (sources."commander-2.9.0" // {
- dependencies = [
- sources."graceful-readlink-1.0.1"
- ];
- })
- (sources."is-my-json-valid-2.15.0" // {
- dependencies = [
- sources."generate-function-2.0.0"
- (sources."generate-object-property-1.2.0" // {
- dependencies = [
- sources."is-property-1.0.2"
- ];
- })
- sources."jsonpointer-4.0.1"
- sources."xtend-4.0.1"
- ];
- })
- (sources."pinkie-promise-2.0.1" // {
- dependencies = [
- sources."pinkie-2.0.4"
];
})
+ sources."har-schema-1.0.5"
];
})
(sources."hawk-3.1.3" // {
@@ -3158,24 +3129,25 @@ in
(sources."http-signature-1.1.1" // {
dependencies = [
sources."assert-plus-0.2.0"
- (sources."jsprim-1.3.1" // {
+ (sources."jsprim-1.4.0" // {
dependencies = [
+ sources."assert-plus-1.0.0"
sources."extsprintf-1.0.2"
sources."json-schema-0.2.3"
sources."verror-1.3.6"
];
})
- (sources."sshpk-1.10.2" // {
+ (sources."sshpk-1.11.0" // {
dependencies = [
sources."asn1-0.2.3"
sources."assert-plus-1.0.0"
sources."dashdash-1.14.1"
sources."getpass-0.1.6"
- sources."jsbn-0.1.0"
+ sources."jsbn-0.1.1"
sources."tweetnacl-0.14.5"
sources."jodid25519-1.0.2"
sources."ecc-jsbn-0.1.1"
- sources."bcrypt-pbkdf-1.0.0"
+ sources."bcrypt-pbkdf-1.0.1"
];
})
];
@@ -3183,20 +3155,22 @@ in
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."oauth-sign-0.8.2"
- sources."qs-6.3.0"
+ sources."performance-now-0.2.0"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
(sources."tough-cookie-2.3.2" // {
dependencies = [
sources."punycode-1.4.1"
];
})
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
sources."uuid-3.0.1"
];
})
@@ -3324,7 +3298,7 @@ in
sources."osenv-0.0.3"
(sources."nopt-2.2.1" // {
dependencies = [
- sources."abbrev-1.0.9"
+ sources."abbrev-1.1.0"
];
})
sources."semver-1.1.4"
@@ -3339,7 +3313,7 @@ in
sources."json-stringify-safe-5.0.1"
sources."mime-1.2.11"
sources."forever-agent-0.5.2"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
(sources."tough-cookie-2.3.2" // {
dependencies = [
sources."punycode-1.4.1"
@@ -3401,14 +3375,14 @@ in
should = nodeEnv.buildNodePackage {
name = "should";
packageName = "should";
- version = "11.1.2";
+ version = "11.2.1";
src = fetchurl {
- url = "https://registry.npmjs.org/should/-/should-11.1.2.tgz";
- sha1 = "3cad9c6fc600ffe2e1547d948be3284e984da946";
+ url = "https://registry.npmjs.org/should/-/should-11.2.1.tgz";
+ sha1 = "90f55145552d01cfc200666e4e818a1c9670eda2";
};
dependencies = [
sources."should-equal-1.0.1"
- sources."should-format-3.0.2"
+ sources."should-format-3.0.3"
sources."should-type-1.4.0"
sources."should-type-adaptors-1.0.1"
sources."should-util-1.0.0"
@@ -3424,20 +3398,24 @@ in
sinon = nodeEnv.buildNodePackage {
name = "sinon";
packageName = "sinon";
- version = "1.17.7";
+ version = "2.1.0";
src = fetchurl {
- url = "https://registry.npmjs.org/sinon/-/sinon-1.17.7.tgz";
- sha1 = "4542a4f49ba0c45c05eb2e9dd9d203e2b8efe0bf";
+ url = "https://registry.npmjs.org/sinon/-/sinon-2.1.0.tgz";
+ sha1 = "e057a9d2bf1b32f5d6dd62628ca9ee3961b0cafb";
};
dependencies = [
- sources."formatio-1.1.1"
- (sources."util-0.10.3" // {
+ sources."diff-3.2.0"
+ sources."formatio-1.2.0"
+ sources."lolex-1.6.0"
+ sources."native-promise-only-0.8.1"
+ (sources."path-to-regexp-1.7.0" // {
dependencies = [
- sources."inherits-2.0.1"
+ sources."isarray-0.0.1"
];
})
- sources."lolex-1.3.2"
- sources."samsam-1.1.2"
+ sources."samsam-1.2.1"
+ sources."text-encoding-0.6.4"
+ sources."type-detect-4.0.0"
];
buildInputs = globalBuildInputs;
meta = {
@@ -3533,10 +3511,10 @@ in
shelljs = nodeEnv.buildNodePackage {
name = "shelljs";
packageName = "shelljs";
- version = "0.7.6";
+ version = "0.7.7";
src = fetchurl {
- url = "https://registry.npmjs.org/shelljs/-/shelljs-0.7.6.tgz";
- sha1 = "379cccfb56b91c8601e4793356eb5382924de9ad";
+ url = "https://registry.npmjs.org/shelljs/-/shelljs-0.7.7.tgz";
+ sha1 = "b2f5c77ef97148f4b4f6e22682e10bba8667cff1";
};
dependencies = [
(sources."glob-7.1.1" // {
@@ -3566,10 +3544,14 @@ in
sources."path-is-absolute-1.0.1"
];
})
- sources."interpret-1.0.1"
+ sources."interpret-1.0.2"
(sources."rechoir-0.6.2" // {
dependencies = [
- sources."resolve-1.2.0"
+ (sources."resolve-1.3.2" // {
+ dependencies = [
+ sources."path-parse-1.0.5"
+ ];
+ })
];
})
];
diff --git a/pkgs/development/web/remarkjs/nodepkgs.nix b/pkgs/development/web/remarkjs/nodepkgs.nix
index 54f8fe0c728..751638e02da 100644
--- a/pkgs/development/web/remarkjs/nodepkgs.nix
+++ b/pkgs/development/web/remarkjs/nodepkgs.nix
@@ -1,8 +1,8 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{pkgs ? import {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
let
nodeEnv = import ../../node-packages/node-env.nix {
diff --git a/pkgs/servers/web-apps/pump.io/composition.nix b/pkgs/servers/web-apps/pump.io/composition.nix
index d413475389f..ee4dab5ad64 100644
--- a/pkgs/servers/web-apps/pump.io/composition.nix
+++ b/pkgs/servers/web-apps/pump.io/composition.nix
@@ -1,8 +1,8 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{pkgs ? import {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
let
nodeEnv = import ../../../development/node-packages/node-env.nix {
diff --git a/pkgs/servers/web-apps/pump.io/node-packages.nix b/pkgs/servers/web-apps/pump.io/node-packages.nix
index a275ef4ca40..ca27c79fab9 100644
--- a/pkgs/servers/web-apps/pump.io/node-packages.nix
+++ b/pkgs/servers/web-apps/pump.io/node-packages.nix
@@ -1,4 +1,4 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
@@ -13,13 +13,13 @@ let
sha1 = "bc3875a9afd0a7b2cd231a6a7f218a5ce156b093";
};
};
- "bunyan-1.8.8" = {
+ "bunyan-1.8.9" = {
name = "bunyan";
packageName = "bunyan";
- version = "1.8.8";
+ version = "1.8.9";
src = fetchurl {
- url = "https://registry.npmjs.org/bunyan/-/bunyan-1.8.8.tgz";
- sha1 = "6549ed6db088e4d82b7be3bcc6d0697159f6e209";
+ url = "https://registry.npmjs.org/bunyan/-/bunyan-1.8.9.tgz";
+ sha1 = "2c7c9d422ea64ee2465d52b4decd72de0657401a";
};
};
"colors-1.1.2" = {
@@ -131,13 +131,13 @@ let
sha1 = "0c2903ee5c54e63d65a96170764703550665a3de";
};
};
- "express-session-1.15.1" = {
+ "express-session-1.15.2" = {
name = "express-session";
packageName = "express-session";
- version = "1.15.1";
+ version = "1.15.2";
src = fetchurl {
- url = "https://registry.npmjs.org/express-session/-/express-session-1.15.1.tgz";
- sha1 = "9abba15971beea7ad98da5a4d25ed92ba4a2984e";
+ url = "https://registry.npmjs.org/express-session/-/express-session-1.15.2.tgz";
+ sha1 = "d98516443a4ccb8688e1725ae584c02daa4093d4";
};
};
"gm-1.23.0" = {
@@ -149,13 +149,13 @@ let
sha1 = "80a2fe9cbf131515024846444658461269f52661";
};
};
- "helmet-3.4.1" = {
+ "helmet-3.5.0" = {
name = "helmet";
packageName = "helmet";
- version = "3.4.1";
+ version = "3.5.0";
src = fetchurl {
- url = "https://registry.npmjs.org/helmet/-/helmet-3.4.1.tgz";
- sha1 = "27d37629227f25a110f2a128bfe1b1028648a397";
+ url = "https://registry.npmjs.org/helmet/-/helmet-3.5.0.tgz";
+ sha1 = "e1d6de27d2e3317d3182e00d672df3d0e1e12539";
};
};
"jade-1.11.0" = {
@@ -185,13 +185,13 @@ let
sha1 = "40b402770c2bda23469096bee91ab675e3b1fc6e";
};
};
- "method-override-2.3.7" = {
+ "method-override-2.3.8" = {
name = "method-override";
packageName = "method-override";
- version = "2.3.7";
+ version = "2.3.8";
src = fetchurl {
- url = "https://registry.npmjs.org/method-override/-/method-override-2.3.7.tgz";
- sha1 = "8e1d47ac480fb0cd8777083f11c896901166b2e5";
+ url = "https://registry.npmjs.org/method-override/-/method-override-2.3.8.tgz";
+ sha1 = "178234bf4bab869f89df9444b06fc6147b44828c";
};
};
"mkdirp-0.5.1" = {
@@ -374,13 +374,13 @@ let
sha1 = "dd476b81b8200269ea0cc85f6b6decd05799bce9";
};
};
- "databank-lrucache-0.1.2" = {
+ "databank-lrucache-0.1.3" = {
name = "databank-lrucache";
packageName = "databank-lrucache";
- version = "0.1.2";
+ version = "0.1.3";
src = fetchurl {
- url = "https://registry.npmjs.org/databank-lrucache/-/databank-lrucache-0.1.2.tgz";
- sha1 = "846d3bbc3d908ea2880baf9a611d86a28697c640";
+ url = "https://registry.npmjs.org/databank-lrucache/-/databank-lrucache-0.1.3.tgz";
+ sha1 = "a68fbf6bb5f2e1dab81f5a410065484889a0eeef";
};
};
"bindings-1.2.1" = {
@@ -428,13 +428,13 @@ let
sha1 = "81a098f447e4bbc3ff3312a243521bc060ef5911";
};
};
- "moment-2.17.1" = {
+ "moment-2.18.1" = {
name = "moment";
packageName = "moment";
- version = "2.17.1";
+ version = "2.18.1";
src = fetchurl {
- url = "https://registry.npmjs.org/moment/-/moment-2.17.1.tgz";
- sha1 = "fed9506063f36b10f066c8b59a144d7faebe1d82";
+ url = "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz";
+ sha1 = "c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f";
};
};
"nan-2.5.1" = {
@@ -896,13 +896,13 @@ let
sha1 = "e5f1f3928c6d95fd96558c36ec3d9d0de4a6ecea";
};
};
- "compressible-2.0.9" = {
+ "compressible-2.0.10" = {
name = "compressible";
packageName = "compressible";
- version = "2.0.9";
+ version = "2.0.10";
src = fetchurl {
- url = "https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz";
- sha1 = "6daab4e2b599c2770dd9e21e7a891b1c5a755425";
+ url = "https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz";
+ sha1 = "feda1c7f7617912732b29bf8cf26252a20b9eecd";
};
};
"vary-1.0.1" = {
@@ -914,13 +914,13 @@ let
sha1 = "99e4981566a286118dfb2b817357df7993376d10";
};
};
- "mime-types-2.1.14" = {
+ "mime-types-2.1.15" = {
name = "mime-types";
packageName = "mime-types";
- version = "2.1.14";
+ version = "2.1.15";
src = fetchurl {
- url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz";
- sha1 = "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee";
+ url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz";
+ sha1 = "a4ebf5064094569237b8cf70046776d09fc92aed";
};
};
"negotiator-0.5.3" = {
@@ -932,13 +932,13 @@ let
sha1 = "269d5c476810ec92edbe7b6c2f28316384f9a7e8";
};
};
- "mime-db-1.26.0" = {
+ "mime-db-1.27.0" = {
name = "mime-db";
packageName = "mime-db";
- version = "1.26.0";
+ version = "1.27.0";
src = fetchurl {
- url = "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz";
- sha1 = "eaffcd0e4fc6935cf8134da246e2e6c35305adff";
+ url = "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz";
+ sha1 = "820f572296bbd20ec25ed55e5b5de869e5436eb1";
};
};
"ms-0.7.1" = {
@@ -950,22 +950,13 @@ let
sha1 = "9cd13c03adbff25b65effde7ce864ee952017098";
};
};
- "csrf-3.0.5" = {
+ "csrf-3.0.6" = {
name = "csrf";
packageName = "csrf";
- version = "3.0.5";
+ version = "3.0.6";
src = fetchurl {
- url = "https://registry.npmjs.org/csrf/-/csrf-3.0.5.tgz";
- sha1 = "3c3aa86f395dd39f86d68fcf1734a2380f466112";
- };
- };
- "base64-url-1.3.3" = {
- name = "base64-url";
- packageName = "base64-url";
- version = "1.3.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/base64-url/-/base64-url-1.3.3.tgz";
- sha1 = "f8b6c537f09a4fc58c99cb86e0b0e9c61461a20f";
+ url = "https://registry.npmjs.org/csrf/-/csrf-3.0.6.tgz";
+ sha1 = "b61120ddceeafc91e76ed5313bb5c0b2667b710a";
};
};
"rndm-1.2.0" = {
@@ -1202,13 +1193,13 @@ let
sha1 = "ec6a61ae56480c0c3cb241c95618e20892f9672a";
};
};
- "node-uuid-1.4.7" = {
+ "node-uuid-1.4.8" = {
name = "node-uuid";
packageName = "node-uuid";
- version = "1.4.7";
+ version = "1.4.8";
src = fetchurl {
- url = "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.7.tgz";
- sha1 = "6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f";
+ url = "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.8.tgz";
+ sha1 = "b040eb0923968afabf8d32fb1f17f1167fdab907";
};
};
"set-immediate-0.1.1" = {
@@ -1391,13 +1382,13 @@ let
sha1 = "df010aa1287e164bbda6f9723b0a96a1ec4187a1";
};
};
- "hosted-git-info-2.2.0" = {
+ "hosted-git-info-2.4.1" = {
name = "hosted-git-info";
packageName = "hosted-git-info";
- version = "2.2.0";
+ version = "2.4.1";
src = fetchurl {
- url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.2.0.tgz";
- sha1 = "7a0d097863d886c0fabbdcd37bf1758d8becf8a5";
+ url = "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.4.1.tgz";
+ sha1 = "4b0445e41c004a8bd1337773a4ff790ca40318c8";
};
};
"is-builtin-module-1.0.0" = {
@@ -1850,13 +1841,13 @@ let
sha1 = "9da1e980e3bd44fc5c93bf5ab3da3378d85e466b";
};
};
- "debug-2.6.1" = {
+ "debug-2.6.3" = {
name = "debug";
packageName = "debug";
- version = "2.6.1";
+ version = "2.6.3";
src = fetchurl {
- url = "https://registry.npmjs.org/debug/-/debug-2.6.1.tgz";
- sha1 = "79855090ba2c4e3115cc7d8769491d58f0491351";
+ url = "https://registry.npmjs.org/debug/-/debug-2.6.3.tgz";
+ sha1 = "0f7eb8c30965ec08c72accfa0130c8b79984141d";
};
};
"array-parallel-0.1.3" = {
@@ -1895,13 +1886,13 @@ let
sha1 = "1d17679c069cda5d040991a09dbc2c0db377e55e";
};
};
- "which-1.2.12" = {
+ "which-1.2.14" = {
name = "which";
packageName = "which";
- version = "1.2.12";
+ version = "1.2.14";
src = fetchurl {
- url = "https://registry.npmjs.org/which/-/which-1.2.12.tgz";
- sha1 = "de67b5e450269f194909ef23ece4ebe416fa1192";
+ url = "https://registry.npmjs.org/which/-/which-1.2.14.tgz";
+ sha1 = "9a87c4378f03e827cecaf1acdf56c736c01c14e5";
};
};
"pseudomap-1.0.2" = {
@@ -1913,22 +1904,22 @@ let
sha1 = "f052a28da70e618917ef0a8ac34c1ae5a68286b3";
};
};
- "yallist-2.0.0" = {
+ "yallist-2.1.2" = {
name = "yallist";
packageName = "yallist";
- version = "2.0.0";
+ version = "2.1.2";
src = fetchurl {
- url = "https://registry.npmjs.org/yallist/-/yallist-2.0.0.tgz";
- sha1 = "306c543835f09ee1a4cb23b7bce9ab341c91cdd4";
+ url = "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz";
+ sha1 = "1c11f9218f076089a47dd512f93c6699a6a81d52";
};
};
- "isexe-1.1.2" = {
+ "isexe-2.0.0" = {
name = "isexe";
packageName = "isexe";
- version = "1.1.2";
+ version = "2.0.0";
src = fetchurl {
- url = "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz";
- sha1 = "36f3e22e60750920f5e7241a476a8c6a42275ad0";
+ url = "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz";
+ sha1 = "e8fbf374dc556ff8947a10dcb0572d633f2cfa10";
};
};
"connect-3.6.0" = {
@@ -1967,13 +1958,13 @@ let
sha1 = "7bcad469ee7b96e91d12ceb3959c78235a9272e9";
};
};
- "helmet-csp-2.3.0" = {
+ "helmet-csp-2.4.0" = {
name = "helmet-csp";
packageName = "helmet-csp";
- version = "2.3.0";
+ version = "2.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.3.0.tgz";
- sha1 = "bc341939dfef5266cc817abcf53f079f61fe7e3f";
+ url = "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.4.0.tgz";
+ sha1 = "7e53a157167a0645aadd7177d12ae6c605c1842e";
};
};
"hide-powered-by-1.0.0" = {
@@ -2039,6 +2030,15 @@ let
sha1 = "898afb93869b24661cf9c52f9ee8db8ed0764dd9";
};
};
+ "debug-2.6.1" = {
+ name = "debug";
+ packageName = "debug";
+ version = "2.6.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/debug/-/debug-2.6.1.tgz";
+ sha1 = "79855090ba2c4e3115cc7d8769491d58f0491351";
+ };
+ };
"finalhandler-1.0.0" = {
name = "finalhandler";
packageName = "finalhandler";
@@ -2156,13 +2156,13 @@ let
sha1 = "5d23cb35561dd85dc67fb8482309b47d53cce9a7";
};
};
- "uglify-js-2.8.9" = {
+ "uglify-js-2.8.20" = {
name = "uglify-js";
packageName = "uglify-js";
- version = "2.8.9";
+ version = "2.8.20";
src = fetchurl {
- url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.9.tgz";
- sha1 = "01194b91cc0795214093c05594ef5ac1e0b2e900";
+ url = "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.20.tgz";
+ sha1 = "be87100fbc18de3876ed606e9d24b4568311cecf";
};
};
"void-elements-2.0.1" = {
@@ -2345,15 +2345,6 @@ let
sha1 = "75ce38f52bf0733c5a7f0c118d81334a2bb5f412";
};
};
- "uglify-to-browserify-1.0.2" = {
- name = "uglify-to-browserify";
- packageName = "uglify-to-browserify";
- version = "1.0.2";
- src = fetchurl {
- url = "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz";
- sha1 = "6e0924d6bda6b5afe349e39a6d632850a0f882b7";
- };
- };
"yargs-3.10.0" = {
name = "yargs";
packageName = "yargs";
@@ -2363,6 +2354,15 @@ let
sha1 = "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1";
};
};
+ "uglify-to-browserify-1.0.2" = {
+ name = "uglify-to-browserify";
+ packageName = "uglify-to-browserify";
+ version = "1.0.2";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz";
+ sha1 = "6e0924d6bda6b5afe349e39a6d632850a0f882b7";
+ };
+ };
"camelcase-1.2.1" = {
name = "camelcase";
packageName = "camelcase";
@@ -2462,13 +2462,13 @@ let
sha1 = "8dcae470e1c88abc2d600fff4a776286da75e637";
};
};
- "is-buffer-1.1.4" = {
+ "is-buffer-1.1.5" = {
name = "is-buffer";
packageName = "is-buffer";
- version = "1.1.4";
+ version = "1.1.5";
src = fetchurl {
- url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz";
- sha1 = "cfc86ccd5dc5a52fa80489111c6920c457e2d98b";
+ url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz";
+ sha1 = "1f3b26ef613b214b88cbca23cc6c01d87961eecc";
};
};
"acorn-1.2.2" = {
@@ -2543,13 +2543,13 @@ let
sha1 = "9b7f3b0de32be78dc2401b17573ccaf0f6f59d94";
};
};
- "request-2.80.0" = {
+ "request-2.81.0" = {
name = "request";
packageName = "request";
- version = "2.80.0";
+ version = "2.81.0";
src = fetchurl {
- url = "https://registry.npmjs.org/request/-/request-2.80.0.tgz";
- sha1 = "8cc162d76d79381cdefdd3505d76b80b60589bd0";
+ url = "https://registry.npmjs.org/request/-/request-2.81.0.tgz";
+ sha1 = "c6928946a0e06c5f8d6f8a9333469ffda46298a0";
};
};
"sax-1.2.2" = {
@@ -2840,13 +2840,22 @@ let
sha1 = "33ef30c5c77d4ea21c5a53869d91b56d8f2555e5";
};
};
- "qs-6.3.2" = {
+ "qs-6.4.0" = {
name = "qs";
packageName = "qs";
- version = "6.3.2";
+ version = "6.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz";
- sha1 = "e75bd5f6e268122a2a0e0bda630b2550c166502c";
+ url = "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz";
+ sha1 = "13e26d28ad6b0ffaa91312cd3bf708ed351e7233";
+ };
+ };
+ "safe-buffer-5.0.1" = {
+ name = "safe-buffer";
+ packageName = "safe-buffer";
+ version = "5.0.1";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz";
+ sha1 = "d263ca54696cd8a306b5ca6551e92de57918fbe7";
};
};
"stringstream-0.0.5" = {
@@ -2858,13 +2867,13 @@ let
sha1 = "4e484cd4de5a0bbbee18e46307710a8a81621878";
};
};
- "tunnel-agent-0.4.3" = {
+ "tunnel-agent-0.6.0" = {
name = "tunnel-agent";
packageName = "tunnel-agent";
- version = "0.4.3";
+ version = "0.6.0";
src = fetchurl {
- url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz";
- sha1 = "6373db76909fe570e08d73583365ed828a74eeeb";
+ url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
+ sha1 = "27a5dea06b36b04a0a9966774b290868f0fc40fd";
};
};
"delayed-stream-1.0.0" = {
@@ -2885,13 +2894,13 @@ let
sha1 = "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79";
};
};
- "ajv-4.11.4" = {
+ "ajv-4.11.5" = {
name = "ajv";
packageName = "ajv";
- version = "4.11.4";
+ version = "4.11.5";
src = fetchurl {
- url = "https://registry.npmjs.org/ajv/-/ajv-4.11.4.tgz";
- sha1 = "ebf3a55d4b132ea60ff5847ae85d2ef069960b45";
+ url = "https://registry.npmjs.org/ajv/-/ajv-4.11.5.tgz";
+ sha1 = "b6ee74657b993a01dce44b7944d56f485828d5bd";
};
};
"har-schema-1.0.5" = {
@@ -2975,13 +2984,13 @@ let
sha1 = "d74e1b87e7affc0db8aadb7021f3fe48101ab234";
};
};
- "jsprim-1.3.1" = {
+ "jsprim-1.4.0" = {
name = "jsprim";
packageName = "jsprim";
- version = "1.3.1";
+ version = "1.4.0";
src = fetchurl {
- url = "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz";
- sha1 = "2a7256f70412a29ee3670aaca625994c4dcff252";
+ url = "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz";
+ sha1 = "a3b87e40298d8c380552d8cc7628a0bb95a22918";
};
};
"sshpk-1.11.0" = {
@@ -2993,6 +3002,15 @@ let
sha1 = "2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77";
};
};
+ "assert-plus-1.0.0" = {
+ name = "assert-plus";
+ packageName = "assert-plus";
+ version = "1.0.0";
+ src = fetchurl {
+ url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz";
+ sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
+ };
+ };
"extsprintf-1.0.2" = {
name = "extsprintf";
packageName = "extsprintf";
@@ -3029,15 +3047,6 @@ let
sha1 = "dac8787713c9966849fc8180777ebe9c1ddf3b86";
};
};
- "assert-plus-1.0.0" = {
- name = "assert-plus";
- packageName = "assert-plus";
- version = "1.0.0";
- src = fetchurl {
- url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz";
- sha1 = "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525";
- };
- };
"dashdash-1.14.1" = {
name = "dashdash";
packageName = "dashdash";
@@ -3119,22 +3128,13 @@ let
sha1 = "8184fd347dac9cdc185992f3a6622e14b9d9ab6a";
};
};
- "debug-2.3.3" = {
- name = "debug";
- packageName = "debug";
- version = "2.3.3";
- src = fetchurl {
- url = "https://registry.npmjs.org/debug/-/debug-2.3.3.tgz";
- sha1 = "40c453e67e6e13c901ddec317af8986cda9eff8c";
- };
- };
- "vary-1.1.0" = {
+ "vary-1.1.1" = {
name = "vary";
packageName = "vary";
- version = "1.1.0";
+ version = "1.1.1";
src = fetchurl {
- url = "https://registry.npmjs.org/vary/-/vary-1.1.0.tgz";
- sha1 = "e1e5affbbd16ae768dd2674394b9ad3022653140";
+ url = "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz";
+ sha1 = "67535ebb694c1d52257457984665323f587e8d37";
};
};
"minimist-0.0.8" = {
@@ -3236,13 +3236,13 @@ let
sha1 = "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0";
};
};
- "readable-stream-2.2.3" = {
+ "readable-stream-2.2.6" = {
name = "readable-stream";
packageName = "readable-stream";
- version = "2.2.3";
+ version = "2.2.6";
src = fetchurl {
- url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.3.tgz";
- sha1 = "9cf49463985df016c8ae8813097a9293a9b33729";
+ url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz";
+ sha1 = "8b43aed76e71483938d12a8d46c6cf1a00b1f816";
};
};
"dom-serializer-0.1.0" = {
@@ -3587,13 +3587,13 @@ let
sha1 = "ef063df1f1aaceb8507ce70f7de6cb32980e874b";
};
};
- "mongodb-2.2.24" = {
+ "mongodb-2.2.25" = {
name = "mongodb";
packageName = "mongodb";
- version = "2.2.24";
+ version = "2.2.25";
src = fetchurl {
- url = "https://registry.npmjs.org/mongodb/-/mongodb-2.2.24.tgz";
- sha1 = "80f40d6ec5bdec0ddecf0f9ce0144e794c46449a";
+ url = "https://registry.npmjs.org/mongodb/-/mongodb-2.2.25.tgz";
+ sha1 = "d3b25dad00eda2bdfcbc996210ba082ac686a6b6";
};
};
"setimmediate-1.0.5" = {
@@ -3614,13 +3614,13 @@ let
sha1 = "ec56233868032909207170c39448e24449dd1fc4";
};
};
- "mongodb-core-2.1.8" = {
+ "mongodb-core-2.1.9" = {
name = "mongodb-core";
packageName = "mongodb-core";
- version = "2.1.8";
+ version = "2.1.9";
src = fetchurl {
- url = "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.1.8.tgz";
- sha1 = "b33e0370d0a59d97b6cb1ec610527be9e95ca2c0";
+ url = "https://registry.npmjs.org/mongodb-core/-/mongodb-core-2.1.9.tgz";
+ sha1 = "85aa71ee4fb716196e06b787557bf139f801daf5";
};
};
"readable-stream-2.1.5" = {
@@ -3677,15 +3677,6 @@ let
sha1 = "8927fe2110ee39617bcf3fd37b89d8e123911bb6";
};
};
- "lru-cache-2.3.1" = {
- name = "lru-cache";
- packageName = "lru-cache";
- version = "2.3.1";
- src = fetchurl {
- url = "https://registry.npmjs.org/lru-cache/-/lru-cache-2.3.1.tgz";
- sha1 = "b3adf6b3d856e954e2c390e6cef22081245a53d6";
- };
- };
};
args = {
name = "pump.io";
@@ -3699,7 +3690,7 @@ let
sources."nan-2.3.5"
];
})
- (sources."bunyan-1.8.8" // {
+ (sources."bunyan-1.8.9" // {
dependencies = [
(sources."dtrace-provider-0.8.1" // {
dependencies = [
@@ -3742,7 +3733,7 @@ let
];
})
sources."safe-json-stringify-1.0.4"
- sources."moment-2.17.1"
+ sources."moment-2.18.1"
];
})
sources."colors-1.1.2"
@@ -3774,17 +3765,17 @@ let
dependencies = [
(sources."accepts-1.2.13" // {
dependencies = [
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."negotiator-0.5.3"
];
})
- (sources."compressible-2.0.9" // {
+ (sources."compressible-2.0.10" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."vary-1.0.1"
@@ -3798,9 +3789,8 @@ let
sources."content-type-1.0.2"
(sources."csurf-1.8.3" // {
dependencies = [
- (sources."csrf-3.0.5" // {
+ (sources."csrf-3.0.6" // {
dependencies = [
- sources."base64-url-1.3.3"
sources."rndm-1.2.0"
sources."tsscmp-1.0.5"
(sources."uid-safe-2.1.4" // {
@@ -3822,9 +3812,9 @@ let
dependencies = [
(sources."accepts-1.3.3" // {
dependencies = [
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."negotiator-0.6.1"
@@ -3908,9 +3898,9 @@ let
})
sources."batch-0.5.3"
sources."escape-html-1.0.3"
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
];
@@ -3923,9 +3913,9 @@ let
(sources."type-is-1.6.14" // {
dependencies = [
sources."media-typer-0.3.0"
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
];
@@ -3943,7 +3933,7 @@ let
(sources."connect-databank-1.0.3" // {
dependencies = [
sources."async-1.5.2"
- sources."node-uuid-1.4.7"
+ sources."node-uuid-1.4.8"
sources."set-immediate-0.1.1"
];
})
@@ -3967,9 +3957,9 @@ let
(sources."type-is-1.6.14" // {
dependencies = [
sources."media-typer-0.3.0"
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
];
@@ -4007,7 +3997,7 @@ let
sources."minimist-1.2.0"
(sources."normalize-package-data-2.3.6" // {
dependencies = [
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
(sources."is-builtin-module-1.0.0" // {
dependencies = [
sources."builtin-modules-1.1.1"
@@ -4178,12 +4168,12 @@ let
sources."vary-1.0.1"
];
})
- (sources."express-session-1.15.1" // {
+ (sources."express-session-1.15.2" // {
dependencies = [
sources."cookie-0.3.1"
sources."cookie-signature-1.0.6"
sources."crc-3.4.4"
- (sources."debug-2.6.1" // {
+ (sources."debug-2.6.3" // {
dependencies = [
sources."ms-0.7.2"
];
@@ -4208,12 +4198,12 @@ let
(sources."lru-cache-4.0.2" // {
dependencies = [
sources."pseudomap-1.0.2"
- sources."yallist-2.0.0"
+ sources."yallist-2.1.2"
];
})
- (sources."which-1.2.12" // {
+ (sources."which-1.2.14" // {
dependencies = [
- sources."isexe-1.1.2"
+ sources."isexe-2.0.0"
];
})
];
@@ -4225,7 +4215,7 @@ let
})
];
})
- (sources."helmet-3.4.1" // {
+ (sources."helmet-3.5.0" // {
dependencies = [
(sources."connect-3.6.0" // {
dependencies = [
@@ -4254,7 +4244,7 @@ let
sources."dns-prefetch-control-0.1.0"
sources."dont-sniff-mimetype-1.0.0"
sources."frameguard-3.0.0"
- (sources."helmet-csp-2.3.0" // {
+ (sources."helmet-csp-2.4.0" // {
dependencies = [
sources."camelize-1.0.0"
(sources."content-security-policy-builder-1.1.0" // {
@@ -4342,10 +4332,9 @@ let
})
];
})
- (sources."uglify-js-2.8.9" // {
+ (sources."uglify-js-2.8.20" // {
dependencies = [
sources."source-map-0.5.6"
- sources."uglify-to-browserify-1.0.2"
(sources."yargs-3.10.0" // {
dependencies = [
sources."camelcase-1.2.1"
@@ -4357,7 +4346,7 @@ let
dependencies = [
(sources."kind-of-3.1.0" // {
dependencies = [
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
];
})
sources."longest-1.0.1"
@@ -4373,7 +4362,7 @@ let
dependencies = [
(sources."kind-of-3.1.0" // {
dependencies = [
- sources."is-buffer-1.1.4"
+ sources."is-buffer-1.1.5"
];
})
sources."longest-1.0.1"
@@ -4389,6 +4378,7 @@ let
sources."window-size-0.1.0"
];
})
+ sources."uglify-to-browserify-1.0.2"
];
})
sources."void-elements-2.0.1"
@@ -4436,7 +4426,7 @@ let
})
sources."nwmatcher-1.3.9"
sources."parse5-1.5.1"
- (sources."request-2.80.0" // {
+ (sources."request-2.81.0" // {
dependencies = [
sources."aws-sign2-0.6.0"
sources."aws4-1.6.0"
@@ -4455,7 +4445,7 @@ let
})
(sources."har-validator-4.2.1" // {
dependencies = [
- (sources."ajv-4.11.4" // {
+ (sources."ajv-4.11.5" // {
dependencies = [
sources."co-4.6.0"
(sources."json-stable-stringify-1.0.1" // {
@@ -4479,8 +4469,9 @@ let
(sources."http-signature-1.1.1" // {
dependencies = [
sources."assert-plus-0.2.0"
- (sources."jsprim-1.3.1" // {
+ (sources."jsprim-1.4.0" // {
dependencies = [
+ sources."assert-plus-1.0.0"
sources."extsprintf-1.0.2"
sources."json-schema-0.2.3"
sources."verror-1.3.6"
@@ -4504,16 +4495,17 @@ let
sources."is-typedarray-1.0.0"
sources."isstream-0.1.2"
sources."json-stringify-safe-5.0.1"
- (sources."mime-types-2.1.14" // {
+ (sources."mime-types-2.1.15" // {
dependencies = [
- sources."mime-db-1.26.0"
+ sources."mime-db-1.27.0"
];
})
sources."oauth-sign-0.8.2"
sources."performance-now-0.2.0"
- sources."qs-6.3.2"
+ sources."qs-6.4.0"
+ sources."safe-buffer-5.0.1"
sources."stringstream-0.0.5"
- sources."tunnel-agent-0.4.3"
+ sources."tunnel-agent-0.6.0"
];
})
sources."sax-1.2.2"
@@ -4532,16 +4524,16 @@ let
sources."xml-name-validator-2.0.1"
];
})
- (sources."method-override-2.3.7" // {
+ (sources."method-override-2.3.8" // {
dependencies = [
- (sources."debug-2.3.3" // {
+ (sources."debug-2.6.3" // {
dependencies = [
sources."ms-0.7.2"
];
})
sources."methods-1.1.2"
sources."parseurl-1.3.1"
- sources."vary-1.1.0"
+ sources."vary-1.1.1"
];
})
(sources."mkdirp-0.5.1" // {
@@ -4605,7 +4597,7 @@ let
})
sources."entities-1.1.1"
sources."inherits-2.0.3"
- (sources."readable-stream-2.2.3" // {
+ (sources."readable-stream-2.2.6" // {
dependencies = [
sources."buffer-shims-1.0.0"
sources."core-util-is-1.0.2"
@@ -4713,7 +4705,7 @@ let
})
(sources."normalize-package-data-2.3.6" // {
dependencies = [
- sources."hosted-git-info-2.2.0"
+ sources."hosted-git-info-2.4.1"
(sources."is-builtin-module-1.0.0" // {
dependencies = [
sources."builtin-modules-1.1.1"
@@ -4828,15 +4820,15 @@ let
sources."setimmediate-1.0.5"
];
})
- (sources."debug-2.6.1" // {
+ (sources."debug-2.6.3" // {
dependencies = [
sources."ms-0.7.2"
];
})
- (sources."mongodb-2.2.24" // {
+ (sources."mongodb-2.2.25" // {
dependencies = [
sources."es6-promise-3.2.1"
- (sources."mongodb-core-2.1.8" // {
+ (sources."mongodb-core-2.1.9" // {
dependencies = [
sources."bson-1.0.4"
(sources."require_optional-1.0.0" // {
@@ -4869,11 +4861,16 @@ let
sources."underscore-1.6.0"
];
})
- (sources."databank-lrucache-0.1.2" // {
+ (sources."databank-lrucache-0.1.3" // {
dependencies = [
- sources."underscore-1.5.2"
- sources."lru-cache-2.3.1"
- sources."set-immediate-0.1.1"
+ sources."databank-1.0.1"
+ (sources."lru-cache-4.0.2" // {
+ dependencies = [
+ sources."pseudomap-1.0.2"
+ sources."yallist-2.1.2"
+ ];
+ })
+ sources."setimmediate-1.0.5"
];
})
];
diff --git a/pkgs/tools/package-management/nixui/nixui.nix b/pkgs/tools/package-management/nixui/nixui.nix
index d413475389f..ee4dab5ad64 100644
--- a/pkgs/tools/package-management/nixui/nixui.nix
+++ b/pkgs/tools/package-management/nixui/nixui.nix
@@ -1,8 +1,8 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{pkgs ? import {
inherit system;
- }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs"}:
+ }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-4_x"}:
let
nodeEnv = import ../../../development/node-packages/node-env.nix {
diff --git a/pkgs/tools/package-management/nixui/node-packages.nix b/pkgs/tools/package-management/nixui/node-packages.nix
index 74707ae015f..cdb2df80804 100644
--- a/pkgs/tools/package-management/nixui/node-packages.nix
+++ b/pkgs/tools/package-management/nixui/node-packages.nix
@@ -1,4 +1,4 @@
-# This file has been generated by node2nix 1.1.1. Do not edit!
+# This file has been generated by node2nix 1.2.0. Do not edit!
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
From d8c47a20b81fcab54a86b52be8cce484426002d8 Mon Sep 17 00:00:00 2001
From: Nikolay Amiantov
Date: Fri, 31 Mar 2017 18:33:08 +0300
Subject: [PATCH 47/57] mumble_git: wrap with Qt dependencies
Fixes #14084.
---
pkgs/applications/networking/mumble/default.nix | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 0de567e7a74..ce9d1ac34ab 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -69,7 +69,7 @@ let
client = source: generic {
type = "mumble";
- nativeBuildInputs = optional (source.qtVersion == 5) qt5.qttools;
+ nativeBuildInputs = optionals (source.qtVersion == 5) [ qt5.qttools qt5.makeQtWrapper ];
buildInputs = [ libopus libsndfile speex ]
++ optional (source.qtVersion == 5) qt5.qtsvg
++ optional stdenv.isLinux alsaLib
@@ -90,6 +90,10 @@ let
mkdir -p $out/share/icons{,/hicolor/scalable/apps}
cp icons/mumble.svg $out/share/icons
ln -s $out/share/icon/mumble.svg $out/share/icons/hicolor/scalable/apps
+
+ ${optionalString (source.qtVersion == 5) ''
+ wrapQtProgram $out/bin/mumble
+ ''}
'';
} source;
From 1eccb75f266be2377731be9fc0682f5396241fb7 Mon Sep 17 00:00:00 2001
From: Nikolay Amiantov
Date: Fri, 31 Mar 2017 23:11:16 +0300
Subject: [PATCH 48/57] mumble: patch python scripts
---
pkgs/applications/networking/mumble/default.nix | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index ce9d1ac34ab..adcfa656eb9 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchgit, pkgconfig
, qt4, qmake4Hook, qt5, avahi, boost, libopus, libsndfile, protobuf, speex, libcap
-, alsaLib
+, alsaLib, python
, jackSupport ? false, libjack2 ? null
, speechdSupport ? false, speechd ? null
, pulseSupport ? false, libpulseaudio ? null
@@ -19,7 +19,7 @@ let
patches = optional jackSupport ./mumble-jack-support.patch;
- nativeBuildInputs = [ pkgconfig ]
+ nativeBuildInputs = [ pkgconfig python ]
++ { qt4 = [ qmake4Hook ]; qt5 = [ qt5.qmakeHook ]; }."qt${toString source.qtVersion}"
++ (overrides.nativeBuildInputs or [ ]);
buildInputs = [ boost protobuf avahi ]
@@ -42,6 +42,7 @@ let
preConfigure = ''
qmakeFlags="$qmakeFlags DEFINES+=PLUGIN_PATH=$out/lib"
+ patchShebangs scripts
'';
makeFlags = [ "release" ];
From 5793e12143ba18b91826c2443e2888d2a6ccafb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?=
Date: Fri, 31 Mar 2017 22:33:44 +0200
Subject: [PATCH 49/57] baresip: enable vp8/vp9
---
.../instant-messengers/baresip/default.nix | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/pkgs/applications/networking/instant-messengers/baresip/default.nix b/pkgs/applications/networking/instant-messengers/baresip/default.nix
index 5dc4294ba3b..90b2695f003 100644
--- a/pkgs/applications/networking/instant-messengers/baresip/default.nix
+++ b/pkgs/applications/networking/instant-messengers/baresip/default.nix
@@ -1,7 +1,7 @@
{stdenv, fetchurl, zlib, openssl, libre, librem, pkgconfig
, cairo, mpg123, gstreamer, gst-ffmpeg, gst-plugins-base, gst-plugins-bad
, gst-plugins-good, alsaLib, SDL, libv4l, celt, libsndfile, srtp, ffmpeg
-, gsm, speex, portaudio, spandsp, libuuid, ccache
+, gsm, speex, portaudio, spandsp, libuuid, ccache, libvpx
}:
stdenv.mkDerivation rec {
version = "0.5.1";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [zlib openssl libre librem pkgconfig
cairo mpg123 gstreamer gst-ffmpeg gst-plugins-base gst-plugins-bad gst-plugins-good
alsaLib SDL libv4l celt libsndfile srtp ffmpeg gsm speex portaudio spandsp libuuid
- ccache
+ ccache libvpx
];
makeFlags = [
"LIBRE_MK=${libre}/share/re/re.mk"
@@ -24,21 +24,22 @@ stdenv.mkDerivation rec {
"USE_VIDEO=1"
"CCACHE_DISABLE=1"
- "USE_ALSA=1" "USE_AMR=1" "USE_CAIRO=1" "USE_CELT=1"
- "USE_CONS=1" "USE_EVDEV=1" "USE_FFMPEG=1" "USE_GSM=1" "USE_GST=1"
- "USE_L16=1" "USE_MPG123=1" "USE_OSS=1" "USE_PLC=1"
- "USE_PORTAUDIO=1" "USE_SDL=1" "USE_SNDFILE=1" "USE_SPEEX=1"
- "USE_SPEEX_AEC=1" "USE_SPEEX_PP=1" "USE_SPEEX_RESAMP=1" "USE_SRTP=1"
+ "USE_ALSA=1" "USE_AMR=1" "USE_CAIRO=1" "USE_CELT=1"
+ "USE_CONS=1" "USE_EVDEV=1" "USE_FFMPEG=1" "USE_GSM=1" "USE_GST=1"
+ "USE_L16=1" "USE_MPG123=1" "USE_OSS=1" "USE_PLC=1" "USE_VPX=1"
+ "USE_PORTAUDIO=1" "USE_SDL=1" "USE_SNDFILE=1" "USE_SPEEX=1"
+ "USE_SPEEX_AEC=1" "USE_SPEEX_PP=1" "USE_SPEEX_RESAMP=1" "USE_SRTP=1"
"USE_STDIO=1" "USE_SYSLOG=1" "USE_UUID=1" "USE_V4L2=1" "USE_X11=1"
"USE_BV32=" "USE_COREAUDIO=" "USE_G711=1" "USE_G722=1" "USE_G722_1="
- "USE_ILBC=" "USE_OPUS=" "USE_SILK="
+ "USE_ILBC=" "USE_OPUS=" "USE_SILK="
]
++ stdenv.lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${stdenv.cc.cc}"
++ stdenv.lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
;
+
NIX_CFLAGS_COMPILE='' -I${librem}/include/rem -I${gsm}/include/gsm
- -DHAVE_INTTYPES_H -D__GLIBC__
+ -DHAVE_INTTYPES_H -D__GLIBC__
-D__need_timeval -D__need_timespec -D__need_time_t '';
meta = {
homepage = "http://www.creytiv.com/baresip.html";
From 1e7bad5d51756ac7f0f8065ee726add4c7670eaf Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Fri, 31 Mar 2017 22:46:32 +0200
Subject: [PATCH 50/57] clwrapper, buildLispPackage: compile fasls and store
them for all systems
---
.../lisp-modules/clwrapper/default.nix | 11 ++++++++++-
.../lisp-modules/clwrapper/setup-hook.sh | 6 +++++-
pkgs/development/lisp-modules/define-package.nix | 15 +++++++++++----
pkgs/development/lisp-modules/lisp-packages.nix | 4 ++--
.../quicklisp-to-nix-output/alexandria.nix | 4 ----
.../quicklisp-to-nix-output/anaphora.nix | 4 ----
.../quicklisp-to-nix-output/array-utils.nix | 4 ----
.../quicklisp-to-nix-output/babel-streams.nix | 4 ----
.../quicklisp-to-nix-output/babel.nix | 4 ----
.../quicklisp-to-nix-output/blackbird.nix | 4 ----
.../quicklisp-to-nix-output/bordeaux-threads.nix | 4 ----
.../quicklisp-to-nix-output/caveman.nix | 4 ----
.../quicklisp-to-nix-output/cffi-grovel.nix | 4 ----
.../quicklisp-to-nix-output/cffi-toolchain.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/cffi.nix | 4 ----
.../quicklisp-to-nix-output/chipz.nix | 4 ----
.../quicklisp-to-nix-output/chunga.nix | 4 ----
.../quicklisp-to-nix-output/circular-streams.nix | 4 ----
.../quicklisp-to-nix-output/cl+ssl.nix | 4 ----
.../quicklisp-to-nix-output/cl-aa.nix | 4 ----
.../quicklisp-to-nix-output/cl-annot.nix | 4 ----
.../quicklisp-to-nix-output/cl-ansi-text.nix | 4 ----
.../quicklisp-to-nix-output/cl-async-base.nix | 4 ----
.../quicklisp-to-nix-output/cl-async-util.nix | 4 ----
.../quicklisp-to-nix-output/cl-async.nix | 4 ----
.../quicklisp-to-nix-output/cl-base64.nix | 4 ----
.../quicklisp-to-nix-output/cl-colors.nix | 4 ----
.../quicklisp-to-nix-output/cl-cookie.nix | 4 ----
.../quicklisp-to-nix-output/cl-emb.nix | 4 ----
.../quicklisp-to-nix-output/cl-fad.nix | 4 ----
.../quicklisp-to-nix-output/cl-fuse-meta-fs.nix | 4 ----
.../quicklisp-to-nix-output/cl-fuse.nix | 4 ----
.../quicklisp-to-nix-output/cl-json.nix | 4 ----
.../quicklisp-to-nix-output/cl-l10n-cldr.nix | 4 ----
.../quicklisp-to-nix-output/cl-l10n.nix | 4 ----
.../quicklisp-to-nix-output/cl-libuv.nix | 4 ----
.../quicklisp-to-nix-output/cl-paths-ttf.nix | 4 ----
.../quicklisp-to-nix-output/cl-paths.nix | 4 ----
.../quicklisp-to-nix-output/cl-ppcre.nix | 4 ----
.../quicklisp-to-nix-output/cl-project.nix | 4 ----
.../quicklisp-to-nix-output/cl-reexport.nix | 4 ----
.../quicklisp-to-nix-output/cl-smtp.nix | 4 ----
.../quicklisp-to-nix-output/cl-store.nix | 4 ----
.../quicklisp-to-nix-output/cl-syntax-annot.nix | 4 ----
.../quicklisp-to-nix-output/cl-syntax.nix | 4 ----
.../quicklisp-to-nix-output/cl-unicode.nix | 4 ----
.../quicklisp-to-nix-output/cl-unification.nix | 4 ----
.../quicklisp-to-nix-output/cl-utilities.nix | 4 ----
.../quicklisp-to-nix-output/cl-vectors.nix | 4 ----
.../quicklisp-to-nix-output/cl-who.nix | 4 ----
.../quicklisp-to-nix-output/clack-v1-compat.nix | 4 ----
.../quicklisp-to-nix-output/clack.nix | 4 ----
.../quicklisp-to-nix-output/closer-mop.nix | 4 ----
.../quicklisp-to-nix-output/closure-common.nix | 4 ----
.../quicklisp-to-nix-output/clsql.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/clss.nix | 4 ----
.../quicklisp-to-nix-output/clx-truetype.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/clx.nix | 4 ----
.../command-line-arguments.nix | 4 ----
.../quicklisp-to-nix-output/css-lite.nix | 4 ----
.../quicklisp-to-nix-output/cxml-dom.nix | 4 ----
.../quicklisp-to-nix-output/cxml-klacks.nix | 4 ----
.../quicklisp-to-nix-output/cxml-test.nix | 4 ----
.../quicklisp-to-nix-output/cxml-xml.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/cxml.nix | 4 ----
.../quicklisp-to-nix-output/dexador.nix | 4 ----
.../quicklisp-to-nix-output/do-urlencode.nix | 4 ----
.../documentation-utils.nix | 4 ----
.../quicklisp-to-nix-output/drakma.nix | 4 ----
.../quicklisp-to-nix-output/esrap.nix | 4 ----
.../quicklisp-to-nix-output/external-program.nix | 4 ----
.../quicklisp-to-nix-output/fast-http.nix | 4 ----
.../quicklisp-to-nix-output/fast-io.nix | 4 ----
.../quicklisp-to-nix-output/flexi-streams.nix | 4 ----
.../quicklisp-to-nix-output/form-fiddle.nix | 4 ----
.../quicklisp-to-nix-output/http-body.nix | 4 ----
.../quicklisp-to-nix-output/hunchentoot.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/idna.nix | 4 ----
.../quicklisp-to-nix-output/iolib.nix | 4 ----
.../quicklisp-to-nix-output/ironclad.nix | 4 ----
.../quicklisp-to-nix-output/iterate.nix | 4 ----
.../quicklisp-to-nix-output/jonathan.nix | 4 ----
.../quicklisp-to-nix-output/lack-component.nix | 4 ----
.../quicklisp-to-nix-output/lack-util.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/lack.nix | 4 ----
.../quicklisp-to-nix-output/let-plus.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/lev.nix | 4 ----
.../quicklisp-to-nix-output/local-time.nix | 4 ----
.../quicklisp-to-nix-output/lquery.nix | 4 ----
.../quicklisp-to-nix-output/map-set.nix | 4 ----
.../quicklisp-to-nix-output/marshal.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/md5.nix | 4 ----
.../quicklisp-to-nix-output/metabang-bind.nix | 4 ----
.../quicklisp-to-nix-output/myway.nix | 4 ----
.../quicklisp-to-nix-output/named-readtables.nix | 4 ----
.../quicklisp-to-nix-output/nibbles.nix | 4 ----
.../quicklisp-to-nix-output/optima.nix | 4 ----
.../quicklisp-to-nix-output/parenscript.nix | 4 ----
.../quicklisp-to-nix-output/pcall-queue.nix | 4 ----
.../quicklisp-to-nix-output/pcall.nix | 4 ----
.../quicklisp-to-nix-output/plump-dom.nix | 4 ----
.../quicklisp-to-nix-output/plump-lexer.nix | 4 ----
.../quicklisp-to-nix-output/plump-parser.nix | 4 ----
.../quicklisp-to-nix-output/plump.nix | 4 ----
.../quicklisp-to-nix-output/proc-parse.nix | 4 ----
.../quicklisp-to-nix-output/prove.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/puri.nix | 4 ----
.../quicklisp-to-nix-output/query-fs.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/quri.nix | 4 ----
.../quicklisp-to-nix-output/rfc2388.nix | 4 ----
.../quicklisp-to-nix-output/salza2.nix | 4 ----
.../quicklisp-to-nix-output/smart-buffer.nix | 4 ----
.../quicklisp-to-nix-output/split-sequence.nix | 4 ----
.../quicklisp-to-nix-output/static-vectors.nix | 4 ----
.../quicklisp-to-nix-output/stumpwm.nix | 4 ----
.../quicklisp-to-nix-output/swap-bytes.nix | 4 ----
.../quicklisp-to-nix-output/trivial-backtrace.nix | 4 ----
.../quicklisp-to-nix-output/trivial-features.nix | 4 ----
.../quicklisp-to-nix-output/trivial-garbage.nix | 4 ----
.../trivial-gray-streams.nix | 4 ----
.../quicklisp-to-nix-output/trivial-indent.nix | 4 ----
.../quicklisp-to-nix-output/trivial-mimes.nix | 4 ----
.../quicklisp-to-nix-output/trivial-types.nix | 4 ----
.../quicklisp-to-nix-output/trivial-utf-8.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/uffi.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/uiop.nix | 6 +-----
.../quicklisp-to-nix-output/usocket.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/vom.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/woo.nix | 4 ----
.../quicklisp-to-nix-output/wookie.nix | 4 ----
.../lisp-modules/quicklisp-to-nix-output/xmls.nix | 4 ----
.../quicklisp-to-nix-output/xsubseq.nix | 4 ----
.../quicklisp-to-nix-output/yason.nix | 4 ----
.../quicklisp-to-nix-output/zpb-ttf.nix | 4 ----
.../lisp-modules/quicklisp-to-nix/nix-package.emb | 4 ----
135 files changed, 29 insertions(+), 533 deletions(-)
diff --git a/pkgs/development/lisp-modules/clwrapper/default.nix b/pkgs/development/lisp-modules/clwrapper/default.nix
index 978e16fd998..2a4fd7f0e39 100644
--- a/pkgs/development/lisp-modules/clwrapper/default.nix
+++ b/pkgs/development/lisp-modules/clwrapper/default.nix
@@ -10,6 +10,15 @@ stdenv.mkDerivation {
substituteAll "${./build-with-lisp.sh}" "$out/bin/build-with-lisp.sh"
substituteAll "${./cl-wrapper.sh}" "$out/bin/cl-wrapper.sh"
chmod a+x "$out"/bin/*
+
+ substituteAll "${./setup-hook.sh}" "setup-hook-parsed"
+ source setup-hook-parsed
+ setLisp "${lisp}"
+ echo "$NIX_LISP"
+
+ ASDF_OUTPUT_TRANSLATIONS="${asdf}/lib/common-lisp/:$out/lib/common-lisp-compiled/" \
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(uiop/lisp-build:compile-file* \"${asdf}/lib/common-lisp/asdf/build/asdf.lisp\")"' \
+ "$out/bin/common-lisp.sh" "$NIX_LISP"
'';
inherit asdf lisp;
@@ -22,7 +31,7 @@ stdenv.mkDerivation {
preferLocalBuild = true;
passthru = {
- inherit lisp;
+ inherit lisp asdf;
};
meta = {
diff --git a/pkgs/development/lisp-modules/clwrapper/setup-hook.sh b/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
index bc5a6b34866..b2d5308c580 100644
--- a/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
+++ b/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
@@ -1,11 +1,15 @@
NIX_LISP_ASDF="@asdf@"
CL_SOURCE_REGISTRY="${CL_SOURCE_REGISTRY:+$CL_SOURCE_REGISTRY:}@asdf@/lib/common-lisp/asdf/:@asdf@/lib/common-lisp/asdf/uiop/"
+ASDF_OUTPUT_TRANSLATIONS="@asdf@/lib/common-lisp/:@out@/lib/common-lisp-compiled/"
addASDFPaths () {
for j in "$1"/lib/common-lisp/*; do
if [ -d "$j" ]; then
CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$j/"
+ if [ -d "$(dirname "$(dirname "$j")")/common-lisp-compiled/$(basename "$j")" ]; then
+ ASDF_OUTPUT_TRANSLATIONS="$j:$(dirname "$(dirname "$j")")/common-lisp-compiled/$(basename "$j")${ASDF_OUTPUT_TRANSLATIONS:+:}$ASDF_OUTPUT_TRANSLATIONS"
+ fi
fi
done
}
@@ -31,7 +35,7 @@ collectNixLispLDLP () {
fi
}
-export NIX_LISP_COMMAND NIX_LISP CL_SOURCE_REGISTRY NIX_LISP_ASDF
+export NIX_LISP_COMMAND NIX_LISP CL_SOURCE_REGISTRY NIX_LISP_ASDF ASDF_OUTPUT_TRANSLATIONS
envHooks+=(addASDFPaths setLisp collectNixLispLDLP)
diff --git a/pkgs/development/lisp-modules/define-package.nix b/pkgs/development/lisp-modules/define-package.nix
index a3368e336e6..58f4ab6d21d 100644
--- a/pkgs/development/lisp-modules/define-package.nix
+++ b/pkgs/development/lisp-modules/define-package.nix
@@ -1,15 +1,17 @@
-args @ {stdenv, clwrapper, baseName, version ? "latest", src, description, deps,
- buildInputs ? [], meta ? {}, overrides?(x: {}), propagatedBuildInputs ? []}:
+args @ {stdenv, clwrapper, baseName, testSystem ? baseName, version ? "latest"
+ , src, description, deps, buildInputs ? [], meta ? {}, overrides?(x: {})
+ , propagatedBuildInputs ? []}:
let
deployConfigScript = ''
config_script="$out"/lib/common-lisp-settings/${args.baseName}-shell-config.sh
mkdir -p "$(dirname "$config_script")"
touch "$config_script"
chmod a+x "$config_script"
- echo "export NIX_CFLAGS_COMPILE='$NIX_CFLAGS_COMPILE'\"\''${NIX_CFLAGS_COMPILE:+ $NIX_CFLAGS_COMPILE}\"" >> "$config_script"
+ echo "export NIX_CFLAGS_COMPILE='$NIX_CFLAGS_COMPILE'\"\''${NIX_CFLAGS_COMPILE:+ \$NIX_CFLAGS_COMPILE}\"" >> "$config_script"
echo "export NIX_LISP_COMMAND='$NIX_LISP_COMMAND'" >> "$config_script"
echo "export NIX_LISP_ASDF='$NIX_LISP_ASDF'" >> "$config_script"
echo "export CL_SOURCE_REGISTRY="\$CL_SOURCE_REGISTRY\''${CL_SOURCE_REGISTRY:+:}"'$CL_SOURCE_REGISTRY:$out/lib/common-lisp/${args.baseName}/'" >> "$config_script"
+ echo "export ASDF_OUTPUT_TRANSLATIONS="\$ASDF_OUTPUT_TRANSLATIONS\''${ASDF_OUTPUT_TRANSLATIONS:+:}"'$out/lib/common-lisp/${args.baseName}/:$out/lib/common-lisp-compiled/${args.baseName}:$ASDF_OUTPUT_TRANSLATIONS'" >> "$config_script"
test -n "$LD_LIBRARY_PATH" &&
echo "export LD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH\''${LD_LIBRARY_PATH:+:}\"'$LD_LIBRARY_PATH'" >> "$config_script"
test -n "$NIX_LISP_LD_LIBRARY_PATH" &&
@@ -41,9 +43,14 @@ basePackage = {
${deployConfigScript}
${deployLaunchScript}
+ ${if testSystem != null then ''
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :${testSystem})"' \
+ "$out/bin/${args.baseName}-lisp-launcher.sh" ""
+ '' else ""}
+
eval "$postInstall"
'';
- propagatedBuildInputs = (args.deps or []) ++ [clwrapper clwrapper.lisp]
+ propagatedBuildInputs = (args.deps or []) ++ [clwrapper clwrapper.lisp clwrapper.asdf]
++ (args.propagatedBuildInputs or []);
buildInputs = buildInputs;
dontStrip=true;
diff --git a/pkgs/development/lisp-modules/lisp-packages.nix b/pkgs/development/lisp-modules/lisp-packages.nix
index 67decd721fb..334d801302c 100644
--- a/pkgs/development/lisp-modules/lisp-packages.nix
+++ b/pkgs/development/lisp-modules/lisp-packages.nix
@@ -10,7 +10,7 @@ let lispPackages = rec {
baseName = "esrap-peg";
version = "git-20170320";
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
- deps = with pkgs.quicklispPackages; [alexandria cl-unification esrap iterate];
+ deps = with (pkgs.quicklispPackagesFor clwrapper); [alexandria cl-unification esrap iterate];
src = pkgs.fetchgit {
url = "https://github.com/fb08af68/esrap-peg.git";
sha256 = "15yiial7cy2nbgszqxd26qqcc6n3pw5qlrppzx0mfr3xbd9pvzby";
@@ -22,7 +22,7 @@ let lispPackages = rec {
baseName = "clx-xkeyboard";
version = "git-20150523";
description = "CLX support for X Keyboard extensions";
- deps = with pkgs.quicklispPackages; [clx];
+ deps = with (pkgs.quicklispPackagesFor clwrapper); [clx];
# Source type: git
src = pkgs.fetchgit {
url = ''https://github.com/filonenko-mikhail/clx-xkeyboard'';
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
index 8404bd0717d..9a59765aac8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :alexandria)"' "$out/bin/alexandria-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
index 2319134b32e..2d28e1d1824 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :anaphora)"' "$out/bin/anaphora-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
index d26282accaf..eac6cbd3fd2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :array-utils)"' "$out/bin/array-utils-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
index 70e4b600c97..c089b4251c3 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :babel-streams)"' "$out/bin/babel-streams-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
index e6a4fad3b26..ef2ab2b041b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :babel)"' "$out/bin/babel-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
index 91200e4e2ce..16f5143df4b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :blackbird)"' "$out/bin/blackbird-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
index 819e3c0bc46..2035c90725e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :bordeaux-threads)"' "$out/bin/bordeaux-threads-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
index a10ec469376..202f3b594c0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :caveman)"' "$out/bin/caveman-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
index aaf511fa27a..43c3ced1d8c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cffi-grovel)"' "$out/bin/cffi-grovel-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
index fefbef57f7e..e762e32a4e0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cffi-toolchain)"' "$out/bin/cffi-toolchain-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
index c303727ba6d..6b564322021 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cffi)"' "$out/bin/cffi-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
index fb7922a689a..c86ccad4d12 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :chipz)"' "$out/bin/chipz-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
index e29d6818f01..30200cdb0b1 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :chunga)"' "$out/bin/chunga-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
index 95438b96c73..482d5f18d1c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :circular-streams)"' "$out/bin/circular-streams-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
index 004afe7bd04..5e68159115f 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl+ssl)"' "$out/bin/cl+ssl-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
index 0606f887821..dd1bccaf9aa 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-aa)"' "$out/bin/cl-aa-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
index 9bdb4f65c42..b8948dff0a5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-annot)"' "$out/bin/cl-annot-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
index bf706f957d9..a0058e1c0d2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-ansi-text)"' "$out/bin/cl-ansi-text-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
index 1e0a6e7a50a..2638663c955 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-async)"' "$out/bin/cl-async-base-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
index 58a459031c6..b1f8d9448dd 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-async)"' "$out/bin/cl-async-util-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
index 9c53b3d43f5..2733d9352ba 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-async)"' "$out/bin/cl-async-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
index 81e5920a0c6..8926f34db59 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-base64)"' "$out/bin/cl-base64-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
index d7d0bf211ea..60db32f7245 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-colors)"' "$out/bin/cl-colors-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
index eca4c14edda..b9109b828b5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-cookie)"' "$out/bin/cl-cookie-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
index f42d4d6bff4..b1db2691ecd 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-emb)"' "$out/bin/cl-emb-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
index 3c4c1e72e19..152b7eb5d33 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-fad)"' "$out/bin/cl-fad-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
index e0722a8a7bb..8bd039bb7af 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-fuse-meta-fs)"' "$out/bin/cl-fuse-meta-fs-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
index 6beba38befd..081a1a5dfb7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-fuse)"' "$out/bin/cl-fuse-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
index babfcf6e3a5..aff77cb559b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-json)"' "$out/bin/cl-json-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
index 0bb3c38312a..e0960eb4071 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-l10n-cldr)"' "$out/bin/cl-l10n-cldr-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
index 72d3a294aa7..220467242a9 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-l10n)"' "$out/bin/cl-l10n-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
index bb100cc393f..1db65ecc513 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-libuv)"' "$out/bin/cl-libuv-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
index e26f205c4f4..2da3ff06180 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-paths-ttf)"' "$out/bin/cl-paths-ttf-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
index 836b523f556..0eb72064674 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-paths)"' "$out/bin/cl-paths-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
index 257417af0fe..d9eef7b0846 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-ppcre)"' "$out/bin/cl-ppcre-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
index 3573bbb5251..66a0cf743ae 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-project)"' "$out/bin/cl-project-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
index 1d523f55087..f8e50f167bb 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-reexport)"' "$out/bin/cl-reexport-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
index fff81d9411f..7471c8ba82c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-smtp)"' "$out/bin/cl-smtp-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
index 79a841314f7..ebc8a989edf 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-store)"' "$out/bin/cl-store-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
index e6673ecddbc..887e9366011 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-syntax-annot)"' "$out/bin/cl-syntax-annot-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
index 6c76f0ea380..1458a3566c3 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-syntax)"' "$out/bin/cl-syntax-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
index e2144a41fb0..f34904fef67 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-unicode)"' "$out/bin/cl-unicode-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
index 88ca12f7bfb..868c3c8e182 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
@@ -15,9 +15,5 @@ The system contains the definitions for the 'unification' machinery.'';
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-unification)"' "$out/bin/cl-unification-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
index edb7fc3efc9..c253fa87c75 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-utilities)"' "$out/bin/cl-utilities-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
index 5b399bfc9ee..2f203e1317c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-vectors)"' "$out/bin/cl-vectors-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
index 33a4ae2f38f..0dc90c2579e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cl-who)"' "$out/bin/cl-who-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
index 4d96ad8c86f..9e70252554e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clack-v1-compat)"' "$out/bin/clack-v1-compat-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
index c812f485ceb..2b2f0f92f76 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clack)"' "$out/bin/clack-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
index a231a245483..b2c2db32f76 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :closer-mop)"' "$out/bin/closer-mop-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
index f176bb6e1df..be36d5c05c7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :closure-common)"' "$out/bin/closure-common-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
index 4bb11260f2b..040f7987af0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clsql)"' "$out/bin/clsql-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
index 3c89603d9cb..ac965df6e47 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clss)"' "$out/bin/clss-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
index 1c672aaa4be..13ee7781c92 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clx-truetype)"' "$out/bin/clx-truetype-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
index e4303bca2d3..7b42b7c729b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :clx)"' "$out/bin/clx-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
index 5cbef72e3dc..1d18be3ea83 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :command-line-arguments)"' "$out/bin/command-line-arguments-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
index 8b2357fc7e0..4c7e53dee73 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :css-lite)"' "$out/bin/css-lite-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
index 56d6a42d93d..270cf0d9f4a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-dom-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
index b118d276dd2..6d89a60baca 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-klacks-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
index e8f2bb5d8b3..9352cd1650a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-test-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
index 85d60abf746..116a1fba7f7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-xml-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
index 54d02e035bc..3d579753893 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :cxml)"' "$out/bin/cxml-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
index d4c3ff3a1c4..2026fdea0dd 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :dexador)"' "$out/bin/dexador-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
index 699e5a1458f..eb10795d055 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :do-urlencode)"' "$out/bin/do-urlencode-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
index 37a7e979058..4adc20dd002 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :documentation-utils)"' "$out/bin/documentation-utils-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
index c9845af9764..b1dd76536c1 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :drakma)"' "$out/bin/drakma-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
index 93864948f11..f3f217d545a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :esrap)"' "$out/bin/esrap-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
index 4143957416a..5fb808f64c3 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :external-program)"' "$out/bin/external-program-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
index 17cc9bc020a..7bd25dda403 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :fast-http)"' "$out/bin/fast-http-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
index 69201b7044b..22616f75adc 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :fast-io)"' "$out/bin/fast-io-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
index 90dcbbc83f8..26a7ce83f7f 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :flexi-streams)"' "$out/bin/flexi-streams-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
index 7aa65c3b84b..aa2fbb70282 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :form-fiddle)"' "$out/bin/form-fiddle-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
index 958c899bbe9..2c361812da6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :http-body)"' "$out/bin/http-body-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
index 6f0aa151c15..eafcffa9b1b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
@@ -16,9 +16,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :hunchentoot)"' "$out/bin/hunchentoot-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
index c0b325123cf..2a36fa821f0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :idna)"' "$out/bin/idna-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
index 4d76399a911..a6b5574b119 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :iolib)"' "$out/bin/iolib-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
index cf1d4ac077c..4f8f9e02752 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :ironclad)"' "$out/bin/ironclad-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
index 5fffe95309e..1eb9b549287 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :iterate)"' "$out/bin/iterate-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
index 6f77708ade5..055d9eebc23 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :jonathan)"' "$out/bin/jonathan-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
index 6580fc6760b..1116efadc5a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lack-component)"' "$out/bin/lack-component-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
index 113a920348e..20d920dfad5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lack-util)"' "$out/bin/lack-util-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
index 7f41d0ac276..330c696a66a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lack)"' "$out/bin/lack-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
index f99372a37ec..1dfc69ea6d8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :let-plus)"' "$out/bin/let-plus-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
index 61e6703dea4..9aaae650190 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lev)"' "$out/bin/lev-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
index f2cab2b59fb..8e3ea32d75b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :local-time)"' "$out/bin/local-time-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
index 0b8d97def2f..4432119493a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :lquery)"' "$out/bin/lquery-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
index a9a4a2d5852..ac55a3bbbef 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :map-set)"' "$out/bin/map-set-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
index 65b7465873f..b15949ad6ec 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :marshal)"' "$out/bin/marshal-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
index bf39f4b3c3b..9450a0431ab 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :md5)"' "$out/bin/md5-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
index daf966dadab..5e824e69186 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :metabang-bind)"' "$out/bin/metabang-bind-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
index 7f0a2fe1139..92d2c10c3be 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :myway)"' "$out/bin/myway-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
index 636f4cea7c7..24edc30f20b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
@@ -14,9 +14,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :named-readtables)"' "$out/bin/named-readtables-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
index cfd8dba13fb..83c2b5a7bc2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :nibbles)"' "$out/bin/nibbles-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
index 6d6981c8586..f73e6ea083b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :optima)"' "$out/bin/optima-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
index a81494bc88f..3307536bb75 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :parenscript)"' "$out/bin/parenscript-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
index 6e19879b29d..f834554de95 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :pcall-queue)"' "$out/bin/pcall-queue-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
index 06068e36dfb..f8a61f5b87d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :pcall)"' "$out/bin/pcall-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
index 99cc86ea6fa..aed7c42b681 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump-dom)"' "$out/bin/plump-dom-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
index fe3bdb8649e..fe975e9f52d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump-lexer)"' "$out/bin/plump-lexer-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
index 47d253b16be..941924d461e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump-parser)"' "$out/bin/plump-parser-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
index 2c2865b8bde..5410889987b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :plump)"' "$out/bin/plump-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
index 6c780e5a541..1c42d0688e2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :proc-parse)"' "$out/bin/proc-parse-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
index fb9f5d7d564..0cf49862065 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :prove)"' "$out/bin/prove-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
index 2ae7b5e8703..7f219ba6a9a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :puri)"' "$out/bin/puri-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
index 8962c687d86..087be682f5d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :query-fs)"' "$out/bin/query-fs-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
index a96d145b2af..aea88cf61ef 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :quri)"' "$out/bin/quri-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
index 8216bcca9f7..56c2d630c4d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :rfc2388)"' "$out/bin/rfc2388-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
index c4be68aa80b..19c5d84a26b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
@@ -14,9 +14,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :salza2)"' "$out/bin/salza2-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
index 689f83a93a6..5f0f316dda4 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :smart-buffer)"' "$out/bin/smart-buffer-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
index afb5a59fc89..70ec5445735 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
@@ -14,9 +14,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :split-sequence)"' "$out/bin/split-sequence-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
index ed2aa3ab487..7e0b5231ea3 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :static-vectors)"' "$out/bin/static-vectors-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
index 2927e6f8b38..20a57e86967 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :stumpwm)"' "$out/bin/stumpwm-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
index 8dc37b52342..ab003701039 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :swap-bytes)"' "$out/bin/swap-bytes-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
index ef3c2754a04..36de0955f55 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-backtrace)"' "$out/bin/trivial-backtrace-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
index d9f4a0bba06..4c8c7db0b0b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-features)"' "$out/bin/trivial-features-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
index 93ecccf6fd2..f8f77eaee39 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-garbage)"' "$out/bin/trivial-garbage-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
index 91390088eba..2a2a9be1b85 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-gray-streams)"' "$out/bin/trivial-gray-streams-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
index 47c0468617a..d0e61f55abf 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-indent)"' "$out/bin/trivial-indent-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
index 75be29e69ce..717d9d3d3ca 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-mimes)"' "$out/bin/trivial-mimes-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
index 6d59de6fbe5..93bfedd45bf 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-types)"' "$out/bin/trivial-types-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
index 80c320dffbc..d666f2382a3 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :trivial-utf-8)"' "$out/bin/trivial-utf-8-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
index ee860285e7b..30831df086f 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :uffi)"' "$out/bin/uffi-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
index f14e70f3c0c..6dbbcbe20ef 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
@@ -3,7 +3,7 @@ rec {
baseName = ''uiop'';
version = ''3.2.0'';
- description = '''';
+ description = ''Portability library for Common Lisp programs'';
deps = [ ];
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :uiop)"' "$out/bin/uiop-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
index 3e121514fc0..4fe40ae2495 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :usocket)"' "$out/bin/usocket-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
index d18e1f116ed..d8a429b1392 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :vom)"' "$out/bin/vom-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
index 8674970d0c1..c9624b2a5f2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :woo)"' "$out/bin/woo-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
index 91325de816d..3e91bd9eb6c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :wookie)"' "$out/bin/wookie-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
index a0700c19087..ce0ae7043a7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :xmls)"' "$out/bin/xmls-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
index 7eab70d4d8f..f433eb8cfd8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :xsubseq)"' "$out/bin/xsubseq-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
index c2b1ed9b556..7917646810c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :yason)"' "$out/bin/yason-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
index 896b9bba8a6..ad347623618 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :zpb-ttf)"' "$out/bin/zpb-ttf-lisp-launcher.sh" ""
- '';
};
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb b/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
index 3a007050924..774d64a0a3c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
@@ -13,9 +13,5 @@ rec {
};
overrides = x: {
- postInstall = ''
- echo "$CL_SOURCE_REGISTRY"
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :<% @ifnotempty testname %><% @var testname %><% @else %><% @var name %><% @endif %>)"' "$out/bin/<% @var filename %>-lisp-launcher.sh" ""
- '';
};
}
From 3690ad1772a5192601300fad0c0d92e93fdb7d81 Mon Sep 17 00:00:00 2001
From: michael bishop
Date: Fri, 31 Mar 2017 18:36:18 -0300
Subject: [PATCH 51/57] multimc: 5 -> 0.5.1
---
pkgs/games/multimc/default.nix | 20 +++++++++-----------
pkgs/games/multimc/multimc.patch | 24 ------------------------
2 files changed, 9 insertions(+), 35 deletions(-)
delete mode 100644 pkgs/games/multimc/multimc.patch
diff --git a/pkgs/games/multimc/default.nix b/pkgs/games/multimc/default.nix
index 67f0a87df65..e438008b19c 100644
--- a/pkgs/games/multimc/default.nix
+++ b/pkgs/games/multimc/default.nix
@@ -4,31 +4,29 @@ let
libnbt = fetchFromGitHub {
owner = "MultiMC";
repo = "libnbtplusplus";
- rev = "5d0ffb50a526173ce58ae57136bf5d79a7e1920d";
- sha256 = "05hnwfb77rmm9ba7n96g4g1sgwqqcmplvbcafsl76yxr6ysgw5jg";
+ rev = "4b305bb";
+ sha256 = "1zj7pxk0g5zl16hrngb4rss00hi019rylin7zgf18kaymc54nbcs";
};
in
stdenv.mkDerivation {
- name = "multimc-5";
+ name = "multimc-0.5.1";
src = fetchFromGitHub {
owner = "MultiMC";
repo = "MultiMC5";
- rev = "895d8ab4699f1b50bf03532c967a91f5ecb62a50";
- sha256 = "179vc1iv57fx4g4h1wy8yvyvdm671jnvp6zi8pcr1n6azqhwklds";
+ rev = "0.5.1";
+ sha256 = "0wmlnwcq3gxrbmc53j96aa64pp1kmnlxiifhzngcb5kfmbbc8a20";
};
buildInputs = [ cmake qtbase jdk zlib file makeWrapper ];
libpath = with xorg; [ libX11 libXext libXcursor libXrandr libXxf86vm libpulseaudio ];
postUnpack = ''
- rmdir $sourceRoot/depends/libnbtplusplus
- cp -r ${libnbt} $sourceRoot/depends/libnbtplusplus
- chmod 755 -R $sourceRoot/depends/libnbtplusplus
+ rmdir $sourceRoot/libraries/libnbtplusplus
+ cp -r ${libnbt} $sourceRoot/libraries/libnbtplusplus
+ chmod 755 -R $sourceRoot/libraries/libnbtplusplus
mkdir -pv $sourceRoot/build/
cp -v ${quazip.src} $sourceRoot/build/quazip-0.7.1.tar.gz
'';
- patches = [ ./multimc.patch ];
-
enableParallelBuilding = true;
# the install rule tries to bundle ALL deps into the output for portability
@@ -41,7 +39,7 @@ stdenv.mkDerivation {
mkdir -pv $out/bin/jars $out/lib
cp -v MultiMC $out/bin/
cp -v jars/*.jar $out/bin/jars/ #*/
- cp -v librainbow.so libnbt++.so libMultiMC_logic.so $out/lib
+ cp -v libMultiMC_rainbow.so libMultiMC_nbt++.so libMultiMC_logic.so libMultiMC_gui.so $out/lib
wrapProgram $out/bin/MultiMC --add-flags "-d \$HOME/.multimc/" --set GAME_LIBRARY_PATH $RESULT --prefix PATH : ${jdk}/bin/
'';
diff --git a/pkgs/games/multimc/multimc.patch b/pkgs/games/multimc/multimc.patch
deleted file mode 100644
index 39d0076f16a..00000000000
--- a/pkgs/games/multimc/multimc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src-orig/application/MultiMC.cpp MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src/application/MultiMC.cpp
---- MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src-orig/application/MultiMC.cpp 2015-10-25 03:29:25.270126028 -0300
-+++ MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src/application/MultiMC.cpp 2015-10-25 04:22:48.568437861 -0300
-@@ -330,7 +330,7 @@
- }
-
- m_mmc_translator.reset(new QTranslator());
-- if (m_mmc_translator->load("mmc_" + locale.bcp47Name(), staticDataPath + "/translations"))
-+ if (m_mmc_translator->load("mmc_" + locale.bcp47Name(), "translations"))
- {
- qDebug() << "Loading MMC Language File for"
- << locale.bcp47Name().toLocal8Bit().constData() << "...";
-diff -ur MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src-orig/logic/Env.cpp MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src/logic/Env.cpp
---- MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src-orig/logic/Env.cpp 2015-10-25 03:29:25.428124792 -0300
-+++ MultiMC5-895d8ab4699f1b50bf03532c967a91f5ecb62a50-src/logic/Env.cpp 2015-10-25 04:29:24.145412196 -0300
-@@ -147,7 +147,7 @@
- m_metacache->addBase("general", QDir("cache").absolutePath());
- m_metacache->addBase("skins", QDir("accounts/skins").absolutePath());
- m_metacache->addBase("root", QDir(rootPath).absolutePath());
-- m_metacache->addBase("translations", QDir(staticDataPath + "/translations").absolutePath());
-+ m_metacache->addBase("translations", QDir("translations").absolutePath());
- m_metacache->addBase("icons", QDir("cache/icons").absolutePath());
- m_metacache->Load();
- }
From a41668f4412b75b65d65a46d352552546488c3c7 Mon Sep 17 00:00:00 2001
From: Joachim Fasting
Date: Sat, 1 Apr 2017 00:06:52 +0200
Subject: [PATCH 52/57] grsecurity: 4.9.19-201703300917 -> 4.9.20-201703310823
---
pkgs/os-specific/linux/kernel/linux-grsecurity.nix | 4 ++--
pkgs/os-specific/linux/kernel/patches.nix | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pkgs/os-specific/linux/kernel/linux-grsecurity.nix b/pkgs/os-specific/linux/kernel/linux-grsecurity.nix
index 70cda750279..b32dfbc4b35 100644
--- a/pkgs/os-specific/linux/kernel/linux-grsecurity.nix
+++ b/pkgs/os-specific/linux/kernel/linux-grsecurity.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
- version = "4.9.19";
+ version = "4.9.20";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha512 = "13wzalzrhgvs6jfzrh8y9c90scliw6rl1vpyyh95va5wph5b8fczr136pbzpwzjaql7x5xyn3s57rmakpc5k8b34ng8hr6jzj6kiyq0";
+ sha512 = "3israf7zhq92wi0py8y299f7cz6z6xr0y4i5b1xvb46ljyx39jwrrdjrf5nxngz6c1641l9qalwzg5r15pp4gqyr09ilmwn8i7kbqwi";
};
kernelPatches = args.kernelPatches;
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index ee4c161d739..5bb9d2d39ac 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -95,9 +95,9 @@ rec {
};
grsecurity_testing = grsecPatch
- { kver = "4.9.19";
- grrev = "201703300917";
- sha512 = "04fyrxyxa817qw2fbpdrw2z5xmfhjaf9kgzrfdqg1rnxnwwp1x9alm3qwkvlw0s9hcph3jln7z19jiw0fh6s82pb337cnhr1iiikax4";
+ { kver = "4.9.20";
+ grrev = "201703310823";
+ sha512 = "0pm3wmcip73imjjx13yar5l5bhpii45mjac5vb1snypmbwqmywmikiixqslq84i1yqw0c8pi822znkz7650dhxrmdmagy0yirwfdrhf";
};
# This patch relaxes grsec constraints on the location of usermode helpers,
From 623a46965380ac6c04a418e03d891e47e19361b9 Mon Sep 17 00:00:00 2001
From: Michael Raskin <7c6f434c@mail.ru>
Date: Sat, 1 Apr 2017 08:08:02 +0200
Subject: [PATCH 53/57] quicklispPackages, lispPackages: make all system-loads
pass with precompilation
---
pkgs/development/lisp-modules/asdf/2.26.nix | 1 +
pkgs/development/lisp-modules/asdf/3.1.nix | 1 +
.../development/lisp-modules/asdf/default.nix | 1 +
.../lisp-modules/clwrapper/default.nix | 8 +-
.../lisp-modules/clwrapper/setup-hook.sh | 2 +-
.../lisp-modules/define-package.nix | 12 +-
.../lisp-modules/lisp-packages.nix | 6 +-
.../3bmd-ext-tables.nix | 29 +
.../3bmd-ext-wiki-links.nix | 29 +
.../quicklisp-to-nix-output/3bmd-youtube.nix | 29 +
.../quicklisp-to-nix-output/3bmd.nix | 29 +
.../quicklisp-to-nix-output/alexandria.nix | 11 +
.../quicklisp-to-nix-output/anaphora.nix | 11 +
.../quicklisp-to-nix-output/array-utils.nix | 11 +
.../quicklisp-to-nix-output/babel-streams.nix | 14 +-
.../quicklisp-to-nix-output/babel.nix | 13 +-
.../quicklisp-to-nix-output/blackbird.nix | 11 +
.../bordeaux-threads.nix | 12 +
.../quicklisp-to-nix-output/caveman.nix | 17 +-
.../quicklisp-to-nix-output/cffi-examples.nix | 28 +
.../quicklisp-to-nix-output/cffi-grovel.nix | 13 +-
.../quicklisp-to-nix-output/cffi-libffi.nix | 29 +
.../cffi-toolchain.nix | 13 +-
.../cffi-uffi-compat.nix | 28 +
.../quicklisp-to-nix-output/cffi.nix | 14 +-
.../quicklisp-to-nix-output/chipz.nix | 11 +
.../quicklisp-to-nix-output/chunga.nix | 11 +
.../circular-streams.nix | 14 +-
.../quicklisp-to-nix-output/cl+ssl.nix | 14 +-
.../quicklisp-to-nix-output/cl-aa.nix | 11 +
.../quicklisp-to-nix-output/cl-annot.nix | 11 +
.../quicklisp-to-nix-output/cl-anonfun.nix | 28 +
.../quicklisp-to-nix-output/cl-ansi-text.nix | 13 +-
.../quicklisp-to-nix-output/cl-async-base.nix | 16 +-
.../quicklisp-to-nix-output/cl-async-repl.nix | 29 +
.../quicklisp-to-nix-output/cl-async-ssl.nix | 28 +
.../quicklisp-to-nix-output/cl-async-util.nix | 16 +-
.../quicklisp-to-nix-output/cl-async.nix | 17 +-
.../quicklisp-to-nix-output/cl-base64.nix | 11 +
.../quicklisp-to-nix-output/cl-colors.nix | 11 +
.../quicklisp-to-nix-output/cl-cookie.nix | 14 +-
.../quicklisp-to-nix-output/cl-dbi.nix | 28 +
.../quicklisp-to-nix-output/cl-emb.nix | 11 +
.../quicklisp-to-nix-output/cl-fad.nix | 11 +
.../cl-fuse-meta-fs.nix | 12 +
.../quicklisp-to-nix-output/cl-fuse.nix | 12 +
.../quicklisp-to-nix-output/cl-json.nix | 11 +
.../quicklisp-to-nix-output/cl-l10n-cldr.nix | 11 +
.../quicklisp-to-nix-output/cl-l10n.nix | 14 +
.../quicklisp-to-nix-output/cl-libuv.nix | 11 +
.../quicklisp-to-nix-output/cl-markup.nix | 28 +
.../quicklisp-to-nix-output/cl-mysql.nix | 28 +
.../quicklisp-to-nix-output/cl-paths-ttf.nix | 13 +-
.../quicklisp-to-nix-output/cl-paths.nix | 17 -
.../quicklisp-to-nix-output/cl-postgres.nix | 28 +
.../cl-ppcre-template.nix | 37 +
.../quicklisp-to-nix-output/cl-ppcre.nix | 11 +
.../quicklisp-to-nix-output/cl-project.nix | 14 +-
.../quicklisp-to-nix-output/cl-reexport.nix | 11 +
.../quicklisp-to-nix-output/cl-smtp.nix | 12 +
.../quicklisp-to-nix-output/cl-store.nix | 11 +
.../cl-syntax-annot.nix | 14 +-
.../cl-syntax-anonfun.nix | 29 +
.../cl-syntax-markup.nix | 29 +
.../quicklisp-to-nix-output/cl-syntax.nix | 14 +-
.../quicklisp-to-nix-output/cl-test-more.nix | 28 +
.../quicklisp-to-nix-output/cl-unicode.nix | 11 +
.../cl-unification.nix | 14 +
.../quicklisp-to-nix-output/cl-utilities.nix | 11 +
.../quicklisp-to-nix-output/cl-vectors.nix | 13 +-
.../quicklisp-to-nix-output/cl-who.nix | 11 +
.../clack-v1-compat.nix | 15 +
.../quicklisp-to-nix-output/clack.nix | 15 +
.../quicklisp-to-nix-output/closer-mop.nix | 12 +
.../closure-common.nix | 12 +
.../quicklisp-to-nix-output/clsql.nix | 13 +
.../quicklisp-to-nix-output/clss.nix | 11 +
.../quicklisp-to-nix-output/clx-truetype.nix | 13 +
.../quicklisp-to-nix-output/clx.nix | 11 +
.../command-line-arguments.nix | 11 +
.../quicklisp-to-nix-output/css-lite.nix | 11 +
.../quicklisp-to-nix-output/cxml-dom.nix | 13 +
.../quicklisp-to-nix-output/cxml-klacks.nix | 13 +
.../quicklisp-to-nix-output/cxml-test.nix | 15 +-
.../quicklisp-to-nix-output/cxml-xml.nix | 16 +-
.../quicklisp-to-nix-output/cxml.nix | 11 +
.../quicklisp-to-nix-output/dbd-mysql.nix | 29 +
.../quicklisp-to-nix-output/dbd-postgres.nix | 29 +
.../quicklisp-to-nix-output/dbd-sqlite3.nix | 29 +
.../quicklisp-to-nix-output/dexador.nix | 11 +
.../quicklisp-to-nix-output/do-urlencode.nix | 11 +
.../documentation-utils.nix | 12 +
.../quicklisp-to-nix-output/drakma.nix | 14 +-
.../quicklisp-to-nix-output/esrap.nix | 11 +
.../external-program.nix | 11 +
.../quicklisp-to-nix-output/fast-http.nix | 11 +
.../quicklisp-to-nix-output/fast-io.nix | 14 +-
.../quicklisp-to-nix-output/flexi-streams.nix | 11 +
.../quicklisp-to-nix-output/form-fiddle.nix | 11 +
.../quicklisp-to-nix-output/http-body.nix | 15 +-
.../quicklisp-to-nix-output/hu.dwim.asdf.nix | 29 +
.../quicklisp-to-nix-output/hu.dwim.def.nix | 31 +
.../quicklisp-to-nix-output/hunchentoot.nix | 17 +
.../quicklisp-to-nix-output/idna.nix | 11 +
.../quicklisp-to-nix-output/iolib.nix | 13 +
.../quicklisp-to-nix-output/ironclad.nix | 11 +
.../quicklisp-to-nix-output/iterate.nix | 11 +
.../quicklisp-to-nix-output/jonathan.nix | 15 +-
.../lack-component.nix | 17 -
.../quicklisp-to-nix-output/lack-util.nix | 17 -
.../quicklisp-to-nix-output/lack.nix | 18 +-
.../quicklisp-to-nix-output/let-plus.nix | 11 +
.../quicklisp-to-nix-output/lev.nix | 11 +
.../quicklisp-to-nix-output/local-time.nix | 12 +
.../quicklisp-to-nix-output/lquery.nix | 14 +-
.../quicklisp-to-nix-output/map-set.nix | 11 +
.../quicklisp-to-nix-output/marshal.nix | 11 +
.../quicklisp-to-nix-output/md5.nix | 11 +
.../quicklisp-to-nix-output/metabang-bind.nix | 13 +
.../quicklisp-to-nix-output/myway.nix | 14 +-
.../named-readtables.nix | 13 +
.../quicklisp-to-nix-output/nibbles.nix | 11 +
.../quicklisp-to-nix-output/optima.nix | 13 +-
.../quicklisp-to-nix-output/parenscript.nix | 14 +-
.../quicklisp-to-nix-output/pcall-queue.nix | 17 -
.../quicklisp-to-nix-output/pcall.nix | 13 +-
.../quicklisp-to-nix-output/plump-dom.nix | 17 -
.../quicklisp-to-nix-output/plump-lexer.nix | 17 -
.../quicklisp-to-nix-output/plump-parser.nix | 17 -
.../quicklisp-to-nix-output/plump.nix | 13 +-
.../quicklisp-to-nix-output/proc-parse.nix | 13 +-
.../quicklisp-to-nix-output/prove.nix | 14 +-
.../quicklisp-to-nix-output/puri.nix | 11 +
.../quicklisp-to-nix-output/query-fs.nix | 13 +
.../quicklisp-to-nix-output/quri.nix | 14 +-
.../quicklisp-to-nix-output/rfc2388.nix | 11 +
.../quicklisp-to-nix-output/salza2.nix | 12 +
.../quicklisp-to-nix-output/smart-buffer.nix | 14 +-
.../split-sequence.nix | 12 +
.../quicklisp-to-nix-output/sqlite.nix | 28 +
.../static-vectors.nix | 11 +
.../quicklisp-to-nix-output/stumpwm.nix | 11 +
.../quicklisp-to-nix-output/swap-bytes.nix | 11 +
.../trivial-backtrace.nix | 11 +
.../trivial-features.nix | 11 +
.../trivial-garbage.nix | 11 +
.../trivial-gray-streams.nix | 12 +
.../trivial-indent.nix | 11 +
.../quicklisp-to-nix-output/trivial-mimes.nix | 11 +
.../quicklisp-to-nix-output/trivial-types.nix | 11 +
.../quicklisp-to-nix-output/trivial-utf-8.nix | 11 +
.../quicklisp-to-nix-output/uffi.nix | 11 +
.../quicklisp-to-nix-output/uiop.nix | 11 +
.../quicklisp-to-nix-output/usocket.nix | 11 +
.../quicklisp-to-nix-output/vom.nix | 11 +
.../quicklisp-to-nix-output/woo.nix | 11 +
.../quicklisp-to-nix-output/wookie.nix | 11 +
.../quicklisp-to-nix-output/xmls.nix | 10 +
.../quicklisp-to-nix-output/xsubseq.nix | 11 +
.../quicklisp-to-nix-output/yason.nix | 11 +
.../quicklisp-to-nix-output/zpb-ttf.nix | 11 +
.../quicklisp-to-nix-overrides.lisp | 1 -
.../quicklisp-to-nix-overrides.nix | 47 +-
.../lisp-modules/quicklisp-to-nix-systems.txt | 34 +-
.../lisp-modules/quicklisp-to-nix.nix | 862 ++++++++++--------
.../quicklisp-to-nix/nix-package.emb | 13 +-
.../quicklisp-to-nix/ql-to-nix.lisp | 29 +-
167 files changed, 2812 insertions(+), 533 deletions(-)
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-tables.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-wiki-links.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-youtube.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-examples.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-libffi.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-uffi-compat.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-anonfun.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-repl.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-ssl.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-dbi.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-markup.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-mysql.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre-template.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-anonfun.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-markup.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-test-more.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-mysql.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-postgres.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-sqlite3.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.asdf.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.def.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
delete mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
create mode 100644 pkgs/development/lisp-modules/quicklisp-to-nix-output/sqlite.nix
diff --git a/pkgs/development/lisp-modules/asdf/2.26.nix b/pkgs/development/lisp-modules/asdf/2.26.nix
index 01cfca0d1fd..2afdf05546f 100644
--- a/pkgs/development/lisp-modules/asdf/2.26.nix
+++ b/pkgs/development/lisp-modules/asdf/2.26.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation {
mkdir -p "$out"/share/doc/asdf/
cp -r ./* "$out"/lib/common-lisp/asdf/
cp -r doc/* "$out"/share/doc/asdf/
+ ln -s "$out"/lib/common-lisp/{asdf/uiop,uiop}
'';
meta = {
inherit (s) version;
diff --git a/pkgs/development/lisp-modules/asdf/3.1.nix b/pkgs/development/lisp-modules/asdf/3.1.nix
index f3da61e286e..0e5c6a40087 100644
--- a/pkgs/development/lisp-modules/asdf/3.1.nix
+++ b/pkgs/development/lisp-modules/asdf/3.1.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
mkdir -p "$out"/share/doc/asdf/
cp -r ./* "$out"/lib/common-lisp/asdf/
cp -r doc/* "$out"/share/doc/asdf/
+ ln -s "$out"/lib/common-lisp/{asdf/uiop,uiop}
'';
meta = {
inherit (s) version;
diff --git a/pkgs/development/lisp-modules/asdf/default.nix b/pkgs/development/lisp-modules/asdf/default.nix
index 7e05dfa585a..ef07a65f96b 100644
--- a/pkgs/development/lisp-modules/asdf/default.nix
+++ b/pkgs/development/lisp-modules/asdf/default.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation {
mkdir -p "$out"/share/doc/asdf/
cp -r ./* "$out"/lib/common-lisp/asdf/
cp -r doc/* "$out"/share/doc/asdf/
+ ln -s "$out"/lib/common-lisp/{asdf/uiop,uiop}
'';
meta = {
inherit (s) version;
diff --git a/pkgs/development/lisp-modules/clwrapper/default.nix b/pkgs/development/lisp-modules/clwrapper/default.nix
index 2a4fd7f0e39..799fb0b5d69 100644
--- a/pkgs/development/lisp-modules/clwrapper/default.nix
+++ b/pkgs/development/lisp-modules/clwrapper/default.nix
@@ -17,8 +17,14 @@ stdenv.mkDerivation {
echo "$NIX_LISP"
ASDF_OUTPUT_TRANSLATIONS="${asdf}/lib/common-lisp/:$out/lib/common-lisp-compiled/" \
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(uiop/lisp-build:compile-file* \"${asdf}/lib/common-lisp/asdf/build/asdf.lisp\")"' \
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(progn
+ (uiop/lisp-build:compile-file* \"${asdf}/lib/common-lisp/asdf/build/asdf.lisp\")
+ (asdf:load-system :uiop :force :all)
+ (asdf:load-system :asdf :force :all)
+ )"' \
"$out/bin/common-lisp.sh" "$NIX_LISP"
+
+ ln -s "$out/lib/common-lisp-compiled"/{asdf/uiop,uiop}
'';
inherit asdf lisp;
diff --git a/pkgs/development/lisp-modules/clwrapper/setup-hook.sh b/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
index b2d5308c580..4e582e0d5b0 100644
--- a/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
+++ b/pkgs/development/lisp-modules/clwrapper/setup-hook.sh
@@ -6,7 +6,7 @@ ASDF_OUTPUT_TRANSLATIONS="@asdf@/lib/common-lisp/:@out@/lib/common-lisp-compiled
addASDFPaths () {
for j in "$1"/lib/common-lisp/*; do
if [ -d "$j" ]; then
- CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$j/"
+ CL_SOURCE_REGISTRY="$j/:$CL_SOURCE_REGISTRY"
if [ -d "$(dirname "$(dirname "$j")")/common-lisp-compiled/$(basename "$j")" ]; then
ASDF_OUTPUT_TRANSLATIONS="$j:$(dirname "$(dirname "$j")")/common-lisp-compiled/$(basename "$j")${ASDF_OUTPUT_TRANSLATIONS:+:}$ASDF_OUTPUT_TRANSLATIONS"
fi
diff --git a/pkgs/development/lisp-modules/define-package.nix b/pkgs/development/lisp-modules/define-package.nix
index 58f4ab6d21d..26851181531 100644
--- a/pkgs/development/lisp-modules/define-package.nix
+++ b/pkgs/development/lisp-modules/define-package.nix
@@ -1,4 +1,4 @@
-args @ {stdenv, clwrapper, baseName, testSystem ? baseName, version ? "latest"
+args @ {stdenv, clwrapper, baseName, testSystems ? [baseName], version ? "latest"
, src, description, deps, buildInputs ? [], meta ? {}, overrides?(x: {})
, propagatedBuildInputs ? []}:
let
@@ -10,7 +10,7 @@ let
echo "export NIX_CFLAGS_COMPILE='$NIX_CFLAGS_COMPILE'\"\''${NIX_CFLAGS_COMPILE:+ \$NIX_CFLAGS_COMPILE}\"" >> "$config_script"
echo "export NIX_LISP_COMMAND='$NIX_LISP_COMMAND'" >> "$config_script"
echo "export NIX_LISP_ASDF='$NIX_LISP_ASDF'" >> "$config_script"
- echo "export CL_SOURCE_REGISTRY="\$CL_SOURCE_REGISTRY\''${CL_SOURCE_REGISTRY:+:}"'$CL_SOURCE_REGISTRY:$out/lib/common-lisp/${args.baseName}/'" >> "$config_script"
+ echo "export CL_SOURCE_REGISTRY="\$CL_SOURCE_REGISTRY\''${CL_SOURCE_REGISTRY:+:}"'$out/lib/common-lisp/${args.baseName}/:$CL_SOURCE_REGISTRY'" >> "$config_script"
echo "export ASDF_OUTPUT_TRANSLATIONS="\$ASDF_OUTPUT_TRANSLATIONS\''${ASDF_OUTPUT_TRANSLATIONS:+:}"'$out/lib/common-lisp/${args.baseName}/:$out/lib/common-lisp-compiled/${args.baseName}:$ASDF_OUTPUT_TRANSLATIONS'" >> "$config_script"
test -n "$LD_LIBRARY_PATH" &&
echo "export LD_LIBRARY_PATH=\"\$LD_LIBRARY_PATH\''${LD_LIBRARY_PATH:+:}\"'$LD_LIBRARY_PATH'" >> "$config_script"
@@ -43,10 +43,12 @@ basePackage = {
${deployConfigScript}
${deployLaunchScript}
- ${if testSystem != null then ''
- NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(asdf:load-system :${testSystem})"' \
+ ${stdenv.lib.concatMapStrings (testSystem: ''
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK='nix_lisp_run_single_form "(progn
+ (asdf:compile-system :${testSystem}) (asdf:load-system :${testSystem}))"' \
"$out/bin/${args.baseName}-lisp-launcher.sh" ""
- '' else ""}
+ '') testSystems}
eval "$postInstall"
'';
diff --git a/pkgs/development/lisp-modules/lisp-packages.nix b/pkgs/development/lisp-modules/lisp-packages.nix
index 334d801302c..275a6d405c8 100644
--- a/pkgs/development/lisp-modules/lisp-packages.nix
+++ b/pkgs/development/lisp-modules/lisp-packages.nix
@@ -10,7 +10,7 @@ let lispPackages = rec {
baseName = "esrap-peg";
version = "git-20170320";
description = "A wrapper around Esrap to allow generating Esrap grammars from PEG definitions";
- deps = with (pkgs.quicklispPackagesFor clwrapper); [alexandria cl-unification esrap iterate];
+ deps = with (pkgs.quicklispPackagesFor clwrapper); [alexandria cl-ppcre-template cl-unification esrap iterate];
src = pkgs.fetchgit {
url = "https://github.com/fb08af68/esrap-peg.git";
sha256 = "15yiial7cy2nbgszqxd26qqcc6n3pw5qlrppzx0mfr3xbd9pvzby";
@@ -20,6 +20,7 @@ let lispPackages = rec {
clx-xkeyboard = buildLispPackage rec {
baseName = "clx-xkeyboard";
+ testSystems = ["xkeyboard"];
version = "git-20150523";
description = "CLX support for X Keyboard extensions";
deps = with (pkgs.quicklispPackagesFor clwrapper); [clx];
@@ -34,6 +35,9 @@ let lispPackages = rec {
quicklisp = buildLispPackage rec {
baseName = "quicklisp";
version = "2016-01-21";
+
+ testSystems = [];
+
description = "The Common Lisp package manager";
deps = [];
src = pkgs.fetchgit {
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-tables.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-tables.nix
new file mode 100644
index 00000000000..7135766cf95
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-tables.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''3bmd-ext-tables'';
+ version = ''3bmd-20161204-git'';
+
+ description = ''Extension to 3bmd implementing PHP Markdown Extra style tables'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz'';
+ sha256 = ''158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/3bmd-ext-tables[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM 3bmd-ext-tables DESCRIPTION Extension to 3bmd implementing PHP Markdown Extra style tables SHA256
+ 158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx URL http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz MD5
+ b80864c74437e0cfb66663e9bbf08fed NAME 3bmd-ext-tables TESTNAME NIL FILENAME 3bmd-ext-tables DEPS NIL DEPENDENCIES NIL VERSION 3bmd-20161204-git SIBLINGS
+ (3bmd-ext-code-blocks 3bmd-ext-definition-lists 3bmd-ext-wiki-links 3bmd-youtube-tests 3bmd-youtube 3bmd)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-wiki-links.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-wiki-links.nix
new file mode 100644
index 00000000000..251f7b33b65
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-wiki-links.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''3bmd-ext-wiki-links'';
+ version = ''3bmd-20161204-git'';
+
+ description = ''example extension to 3bmd implementing simple wiki-style [[links]]'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz'';
+ sha256 = ''158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/3bmd-ext-wiki-links[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM 3bmd-ext-wiki-links DESCRIPTION example extension to 3bmd implementing simple wiki-style [[links]] SHA256
+ 158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx URL http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz MD5
+ b80864c74437e0cfb66663e9bbf08fed NAME 3bmd-ext-wiki-links TESTNAME NIL FILENAME 3bmd-ext-wiki-links DEPS NIL DEPENDENCIES NIL VERSION 3bmd-20161204-git
+ SIBLINGS (3bmd-ext-code-blocks 3bmd-ext-definition-lists 3bmd-ext-tables 3bmd-youtube-tests 3bmd-youtube 3bmd)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-youtube.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-youtube.nix
new file mode 100644
index 00000000000..802212e3d2f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-youtube.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''3bmd-youtube'';
+ version = ''3bmd-20161204-git'';
+
+ description = ''An extension for 3bmd for embedding YouTube videos'';
+
+ deps = [ args."esrap" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz'';
+ sha256 = ''158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/3bmd-youtube[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM 3bmd-youtube DESCRIPTION An extension for 3bmd for embedding YouTube videos SHA256 158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx URL
+ http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz MD5 b80864c74437e0cfb66663e9bbf08fed NAME 3bmd-youtube TESTNAME NIL FILENAME
+ 3bmd-youtube DEPS ((NAME esrap)) DEPENDENCIES (esrap) VERSION 3bmd-20161204-git SIBLINGS
+ (3bmd-ext-code-blocks 3bmd-ext-definition-lists 3bmd-ext-tables 3bmd-ext-wiki-links 3bmd-youtube-tests 3bmd)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd.nix
new file mode 100644
index 00000000000..67ec24a5668
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''3bmd'';
+ version = ''20161204-git'';
+
+ description = ''markdown processor in CL using esrap parser.'';
+
+ deps = [ args."split-sequence" args."esrap" args."alexandria" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz'';
+ sha256 = ''158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/3bmd[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM 3bmd DESCRIPTION markdown processor in CL using esrap parser. SHA256 158rymq6ra9ipmkqrqmgr4ay5m46cdxxha03622svllhyf7xzypx URL
+ http://beta.quicklisp.org/archive/3bmd/2016-12-04/3bmd-20161204-git.tgz MD5 b80864c74437e0cfb66663e9bbf08fed NAME 3bmd TESTNAME NIL FILENAME 3bmd DEPS
+ ((NAME split-sequence) (NAME esrap) (NAME alexandria)) DEPENDENCIES (split-sequence esrap alexandria) VERSION 20161204-git SIBLINGS
+ (3bmd-ext-code-blocks 3bmd-ext-definition-lists 3bmd-ext-tables 3bmd-ext-wiki-links 3bmd-youtube-tests 3bmd-youtube)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
index 9a59765aac8..e3a6c52bc00 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/alexandria[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM alexandria DESCRIPTION Alexandria is a collection of portable public domain utilities. SHA256 0gnn4ysyvqf8wfi94kh6x23iwx3czaicam1lz9pnwsv40ws5fwwh
+ URL http://beta.quicklisp.org/archive/alexandria/2017-02-27/alexandria-20170227-git.tgz MD5 b0cbf86723fa3a1fe5c544e8079a3be3 NAME alexandria TESTNAME NIL
+ FILENAME alexandria DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS (alexandria-tests)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
index 2d28e1d1824..102fd0d4ce5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/anaphora[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM anaphora DESCRIPTION The Anaphoric Macro Package from Hell SHA256 1inv6bcly6r7yixj1pp0i4h0y7lxyv68mk9wsi5iwi9gx6000yd9 URL
+ http://beta.quicklisp.org/archive/anaphora/2017-02-27/anaphora-20170227-git.tgz MD5 6121d9bbc92df29d823b60ae0d0c556d NAME anaphora TESTNAME NIL FILENAME
+ anaphora DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
index eac6cbd3fd2..9cd1f486af2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/array-utils[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM array-utils DESCRIPTION A few utilities for working with arrays. SHA256 1nlrf7b81qq7l85kkdh3fxcs6ngnvh5zk7mb5mwf8vjm5kpfbbcx URL
+ http://beta.quicklisp.org/archive/array-utils/2016-09-29/array-utils-20160929-git.tgz MD5 8b3880c7b73625cf8ed599d91a3836b4 NAME array-utils TESTNAME NIL
+ FILENAME array-utils DEPS NIL DEPENDENCIES NIL VERSION 20160929-git SIBLINGS (array-utils-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
index c089b4251c3..ad0931dec0b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
@@ -5,7 +5,7 @@ rec {
description = ''Some useful streams based on Babel's encoding code'';
- deps = [ args."alexandria" args."babel" args."trivial-gray-streams" ];
+ deps = [ args."trivial-gray-streams" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/babel/2015-06-08/babel-20150608-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/babel-streams[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM babel-streams DESCRIPTION Some useful streams based on Babel's encoding code SHA256 0nv2w7k33rwc4dwi33ay2rkmvnj4vsz9ar27z8fiar34895vndk5 URL
+ http://beta.quicklisp.org/archive/babel/2015-06-08/babel-20150608-git.tgz MD5 308e6c9132994cf09db7766569ee23fd NAME babel-streams TESTNAME NIL FILENAME
+ babel-streams DEPS ((NAME trivial-gray-streams) (NAME alexandria)) DEPENDENCIES (trivial-gray-streams alexandria) VERSION babel-20150608-git SIBLINGS
+ (babel-tests babel)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
index ef2ab2b041b..2ae08f2ca60 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
@@ -5,7 +5,7 @@ rec {
description = ''Babel, a charset conversion library.'';
- deps = [ args."alexandria" args."trivial-features" ];
+ deps = [ args."trivial-features" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/babel/2015-06-08/babel-20150608-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/babel[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM babel DESCRIPTION Babel, a charset conversion library. SHA256 0nv2w7k33rwc4dwi33ay2rkmvnj4vsz9ar27z8fiar34895vndk5 URL
+ http://beta.quicklisp.org/archive/babel/2015-06-08/babel-20150608-git.tgz MD5 308e6c9132994cf09db7766569ee23fd NAME babel TESTNAME NIL FILENAME babel DEPS
+ ((NAME trivial-features) (NAME alexandria)) DEPENDENCIES (trivial-features alexandria) VERSION 20150608-git SIBLINGS (babel-streams babel-tests)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
index 16f5143df4b..e10ee3cfc35 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/blackbird[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM blackbird DESCRIPTION A promise implementation for Common Lisp. SHA256 0l053fb5fdz1q6dyfgys6nmbairc3aig4wjl5abpf8b1paf7gzq9 URL
+ http://beta.quicklisp.org/archive/blackbird/2016-05-31/blackbird-20160531-git.tgz MD5 5cb13dc06a0eae8dcba14714d2b5365d NAME blackbird TESTNAME NIL FILENAME
+ blackbird DEPS ((NAME vom)) DEPENDENCIES (vom) VERSION 20160531-git SIBLINGS (blackbird-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
index 2035c90725e..165f2e955ac 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/bordeaux-threads[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM bordeaux-threads DESCRIPTION Bordeaux Threads makes writing portable multi-threaded apps simple. SHA256
+ 09q1xd3fca6ln6mh45cx24xzkrcnvhgl5nn9g2jv0rwj1m2xvbpd URL http://beta.quicklisp.org/archive/bordeaux-threads/2016-03-18/bordeaux-threads-v0.8.5.tgz MD5
+ 67e363a363e164b6f61a047957b8554e NAME bordeaux-threads TESTNAME NIL FILENAME bordeaux-threads DEPS ((NAME alexandria)) DEPENDENCIES (alexandria) VERSION
+ v0.8.5 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
index 202f3b594c0..bbd50ab7026 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
@@ -5,7 +5,7 @@ rec {
description = ''Web Application Framework for Common Lisp'';
- deps = [ args."anaphora" args."cl-emb" args."cl-ppcre" args."cl-project" args."cl-syntax" args."cl-syntax-annot" args."clack-v1-compat" args."do-urlencode" args."local-time" args."myway" ];
+ deps = [ args."myway" args."local-time" args."do-urlencode" args."clack-v1-compat" args."cl-syntax-annot" args."cl-syntax" args."cl-project" args."cl-ppcre" args."cl-emb" args."anaphora" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/caveman/2016-10-31/caveman-20161031-git.tgz'';
@@ -13,5 +13,20 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/caveman[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM caveman DESCRIPTION Web Application Framework for Common Lisp SHA256 111zxnlsn99sybmwgyxh0x29avq898nxssysvaf8v4mbb6fva2hi URL
+ http://beta.quicklisp.org/archive/caveman/2016-10-31/caveman-20161031-git.tgz MD5 a6700f14fd7c4bf8fdc573473ff5fab6 NAME caveman TESTNAME NIL FILENAME
+ caveman DEPS
+ ((NAME myway) (NAME local-time) (NAME do-urlencode) (NAME clack-v1-compat) (NAME cl-syntax-annot) (NAME cl-syntax) (NAME cl-project) (NAME cl-ppcre)
+ (NAME cl-emb) (NAME anaphora))
+ DEPENDENCIES (myway local-time do-urlencode clack-v1-compat cl-syntax-annot cl-syntax cl-project cl-ppcre cl-emb anaphora) VERSION 20161031-git SIBLINGS
+ (caveman-middleware-dbimanager caveman-test caveman2-db caveman2-test caveman2)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-examples.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-examples.nix
new file mode 100644
index 00000000000..7947f1f02cc
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-examples.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cffi-examples'';
+ version = ''cffi_0.18.0'';
+
+ description = ''CFFI Examples'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
+ sha256 = ''0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cffi-examples[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cffi-examples DESCRIPTION CFFI Examples SHA256 0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz URL
+ http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz MD5 5be207fca26205c7550d7b6307871f4e NAME cffi-examples TESTNAME NIL FILENAME
+ cffi-examples DEPS NIL DEPENDENCIES NIL VERSION cffi_0.18.0 SIBLINGS (cffi-grovel cffi-libffi cffi-tests cffi-toolchain cffi-uffi-compat cffi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
index 43c3ced1d8c..51c9046c764 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
@@ -5,7 +5,7 @@ rec {
description = ''The CFFI Groveller'';
- deps = [ args."alexandria" args."cffi" args."cffi-toolchain" ];
+ deps = [ args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cffi-grovel[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cffi-grovel DESCRIPTION The CFFI Groveller SHA256 0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz URL
+ http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz MD5 5be207fca26205c7550d7b6307871f4e NAME cffi-grovel TESTNAME NIL FILENAME cffi-grovel
+ DEPS ((NAME alexandria)) DEPENDENCIES (alexandria) VERSION cffi_0.18.0 SIBLINGS (cffi-examples cffi-libffi cffi-tests cffi-toolchain cffi-uffi-compat cffi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-libffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-libffi.nix
new file mode 100644
index 00000000000..be3a8d2087e
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-libffi.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cffi-libffi'';
+ version = ''cffi_0.18.0'';
+
+ description = ''Foreign structures by value'';
+
+ deps = [ args."trivial-features" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
+ sha256 = ''0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cffi-libffi[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cffi-libffi DESCRIPTION Foreign structures by value SHA256 0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz URL
+ http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz MD5 5be207fca26205c7550d7b6307871f4e NAME cffi-libffi TESTNAME NIL FILENAME cffi-libffi
+ DEPS ((NAME trivial-features)) DEPENDENCIES (trivial-features) VERSION cffi_0.18.0 SIBLINGS
+ (cffi-examples cffi-grovel cffi-tests cffi-toolchain cffi-uffi-compat cffi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
index e762e32a4e0..bca3b17578f 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
@@ -5,7 +5,7 @@ rec {
description = ''The CFFI toolchain'';
- deps = [ args."cffi" ];
+ deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cffi-toolchain[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cffi-toolchain DESCRIPTION The CFFI toolchain SHA256 0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz URL
+ http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz MD5 5be207fca26205c7550d7b6307871f4e NAME cffi-toolchain TESTNAME NIL FILENAME
+ cffi-toolchain DEPS NIL DEPENDENCIES NIL VERSION cffi_0.18.0 SIBLINGS (cffi-examples cffi-grovel cffi-libffi cffi-tests cffi-uffi-compat cffi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-uffi-compat.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-uffi-compat.nix
new file mode 100644
index 00000000000..3c68d026272
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-uffi-compat.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cffi-uffi-compat'';
+ version = ''cffi_0.18.0'';
+
+ description = ''UFFI Compatibility Layer for CFFI'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
+ sha256 = ''0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cffi-uffi-compat[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cffi-uffi-compat DESCRIPTION UFFI Compatibility Layer for CFFI SHA256 0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz URL
+ http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz MD5 5be207fca26205c7550d7b6307871f4e NAME cffi-uffi-compat TESTNAME NIL FILENAME
+ cffi-uffi-compat DEPS NIL DEPENDENCIES NIL VERSION cffi_0.18.0 SIBLINGS (cffi-examples cffi-grovel cffi-libffi cffi-tests cffi-toolchain cffi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
index 6b564322021..923f6804327 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
@@ -5,7 +5,7 @@ rec {
description = ''The Common Foreign Function Interface'';
- deps = [ args."alexandria" args."babel" args."trivial-features" args."uiop" ];
+ deps = [ args."uiop" args."trivial-features" args."babel" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cffi[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cffi DESCRIPTION The Common Foreign Function Interface SHA256 0g4clx9l9c7iw9hiv94ihzp4zb80yq3i5j6lr3vkz9z2dndzcpzz URL
+ http://beta.quicklisp.org/archive/cffi/2016-10-31/cffi_0.18.0.tgz MD5 5be207fca26205c7550d7b6307871f4e NAME cffi TESTNAME NIL FILENAME cffi DEPS
+ ((NAME uiop) (NAME trivial-features) (NAME babel) (NAME alexandria)) DEPENDENCIES (uiop trivial-features babel alexandria) VERSION cffi_0.18.0 SIBLINGS
+ (cffi-examples cffi-grovel cffi-libffi cffi-tests cffi-toolchain cffi-uffi-compat)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
index c86ccad4d12..1e2588394ed 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/chipz[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM chipz DESCRIPTION A library for decompressing deflate, zlib, and gzip data SHA256 1dpsg8kd43k075xihb0szcq1f7iq8ryg5r77x5wi6hy9jhpq8826 URL
+ http://beta.quicklisp.org/archive/chipz/2016-03-18/chipz-20160318-git.tgz MD5 625cb9c551f3692799e2029d4a0dd7e9 NAME chipz TESTNAME NIL FILENAME chipz DEPS
+ NIL DEPENDENCIES NIL VERSION 20160318-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
index 30200cdb0b1..f5be78349d5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/chunga[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM chunga DESCRIPTION NIL SHA256 1ivdfi9hjkzp2anhpjm58gzrjpn6mdsp35km115c1j1c4yhs9lzg URL
+ http://beta.quicklisp.org/archive/chunga/2014-12-17/chunga-1.1.6.tgz MD5 75f5c4f9dec3a8a181ed5ef7e5d700b5 NAME chunga TESTNAME NIL FILENAME chunga DEPS
+ ((NAME trivial-gray-streams)) DEPENDENCIES (trivial-gray-streams) VERSION 1.1.6 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
index 482d5f18d1c..73b10972a6a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
@@ -5,7 +5,7 @@ rec {
description = ''Circularly readable streams for Common Lisp'';
- deps = [ args."fast-io" args."trivial-gray-streams" ];
+ deps = [ args."trivial-gray-streams" args."fast-io" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/circular-streams/2016-12-04/circular-streams-20161204-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/circular-streams[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM circular-streams DESCRIPTION Circularly readable streams for Common Lisp SHA256 1i29b9sciqs5x59hlkdj2r4siyqgrwj5hb4lnc80jgfqvzbq4128 URL
+ http://beta.quicklisp.org/archive/circular-streams/2016-12-04/circular-streams-20161204-git.tgz MD5 2383f3b82fa3335d9106e1354a678db8 NAME circular-streams
+ TESTNAME NIL FILENAME circular-streams DEPS ((NAME trivial-gray-streams) (NAME fast-io)) DEPENDENCIES (trivial-gray-streams fast-io) VERSION 20161204-git
+ SIBLINGS (circular-streams-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
index 5e68159115f..76f5c61314c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
@@ -5,7 +5,7 @@ rec {
description = ''Common Lisp interface to OpenSSL.'';
- deps = [ args."bordeaux-threads" args."cffi" args."flexi-streams" args."trivial-garbage" args."trivial-gray-streams" args."uiop" ];
+ deps = [ args."uiop" args."trivial-gray-streams" args."trivial-garbage" args."flexi-streams" args."cffi" args."bordeaux-threads" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl+ssl/2016-12-08/cl+ssl-20161208-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl+ssl[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl+ssl DESCRIPTION Common Lisp interface to OpenSSL. SHA256 0x9xa2rdfh9gxp5m27cj0wvzjqccz4w5cvm7nbk5shwsz5xgr7hs URL
+ http://beta.quicklisp.org/archive/cl+ssl/2016-12-08/cl+ssl-20161208-git.tgz MD5 8050639e66800045cb0a43863059e630 NAME cl+ssl TESTNAME NIL FILENAME cl+ssl
+ DEPS ((NAME uiop) (NAME trivial-gray-streams) (NAME trivial-garbage) (NAME flexi-streams) (NAME cffi) (NAME bordeaux-threads)) DEPENDENCIES
+ (uiop trivial-gray-streams trivial-garbage flexi-streams cffi bordeaux-threads) VERSION cl+ssl-20161208-git SIBLINGS (cl+ssl.test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
index dd1bccaf9aa..db5cecf3c19 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-aa[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-aa DESCRIPTION cl-aa: polygon rasterizer SHA256 1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w URL
+ http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz MD5 9e255503bf4559912ea1511c919c474a NAME cl-aa TESTNAME NIL FILENAME
+ cl-aa DEPS NIL DEPENDENCIES NIL VERSION cl-vectors-20150407-git SIBLINGS (cl-aa-misc cl-paths-ttf cl-paths cl-vectors)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
index b8948dff0a5..b00646e96e0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-annot[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-annot DESCRIPTION Python-like Annotation Syntax for Common Lisp SHA256 0ixsp20rk498phv3iivipn3qbw7a7x260x63hc6kpv2s746lpdg3 URL
+ http://beta.quicklisp.org/archive/cl-annot/2015-06-08/cl-annot-20150608-git.tgz MD5 35d8f79311bda4dd86002d11edcd0a21 NAME cl-annot TESTNAME NIL FILENAME
+ cl-annot DEPS ((NAME alexandria)) DEPENDENCIES (alexandria) VERSION 20150608-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-anonfun.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-anonfun.nix
new file mode 100644
index 00000000000..cd4b5e3cace
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-anonfun.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-anonfun'';
+ version = ''20111203-git'';
+
+ description = ''Anonymous function helpers for Common Lisp'';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-anonfun/2011-12-03/cl-anonfun-20111203-git.tgz'';
+ sha256 = ''16r3v3yba41smkqpz0qvzabkxashl39klfb6vxhzbly696x87p1m'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-anonfun[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-anonfun DESCRIPTION Anonymous function helpers for Common Lisp SHA256 16r3v3yba41smkqpz0qvzabkxashl39klfb6vxhzbly696x87p1m URL
+ http://beta.quicklisp.org/archive/cl-anonfun/2011-12-03/cl-anonfun-20111203-git.tgz MD5 915bda1a7653d42090f8d20a1ad85d0b NAME cl-anonfun TESTNAME NIL
+ FILENAME cl-anonfun DEPS NIL DEPENDENCIES NIL VERSION 20111203-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
index a0058e1c0d2..c5d76714dd4 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
@@ -5,7 +5,7 @@ rec {
description = ''ANSI control string characters, focused on color'';
- deps = [ args."alexandria" args."cl-colors" ];
+ deps = [ args."cl-colors" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-ansi-text/2015-08-04/cl-ansi-text-20150804-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-ansi-text[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-ansi-text DESCRIPTION ANSI control string characters, focused on color SHA256 112w7qg8yp28qyc2b5c7km457krr3xksxyps1icmgdpqf9ccpn2i URL
+ http://beta.quicklisp.org/archive/cl-ansi-text/2015-08-04/cl-ansi-text-20150804-git.tgz MD5 70aa38b40377a5e89a7f22bb68b3f796 NAME cl-ansi-text TESTNAME NIL
+ FILENAME cl-ansi-text DEPS ((NAME cl-colors) (NAME alexandria)) DEPENDENCIES (cl-colors alexandria) VERSION 20150804-git SIBLINGS (cl-ansi-text-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
index 2638663c955..eb13e385ee8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
@@ -3,9 +3,11 @@ rec {
baseName = ''cl-async-base'';
version = ''cl-async-20160825-git'';
+ testSystems = ["cl-async"];
+
description = ''Base system for cl-async.'';
- deps = [ args."bordeaux-threads" args."cffi" args."cl-libuv" ];
+ deps = [ args."cl-libuv" args."cffi" args."bordeaux-threads" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
@@ -13,5 +15,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-async-base[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-async-base DESCRIPTION Base system for cl-async. SHA256 104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa URL
+ http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz MD5 18e1d6c54a27c8ba721ebaa3d8c6e112 NAME cl-async-base TESTNAME cl-async
+ FILENAME cl-async-base DEPS ((NAME cl-libuv) (NAME cffi) (NAME bordeaux-threads)) DEPENDENCIES (cl-libuv cffi bordeaux-threads) VERSION
+ cl-async-20160825-git SIBLINGS (cl-async-repl cl-async-ssl cl-async-test cl-async)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-repl.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-repl.nix
new file mode 100644
index 00000000000..2d211eb8d18
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-repl.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-async-repl'';
+ version = ''cl-async-20160825-git'';
+
+ description = ''REPL integration for CL-ASYNC.'';
+
+ deps = [ args."bordeaux-threads" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
+ sha256 = ''104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-async-repl[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-async-repl DESCRIPTION REPL integration for CL-ASYNC. SHA256 104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa URL
+ http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz MD5 18e1d6c54a27c8ba721ebaa3d8c6e112 NAME cl-async-repl TESTNAME NIL
+ FILENAME cl-async-repl DEPS ((NAME bordeaux-threads)) DEPENDENCIES (bordeaux-threads) VERSION cl-async-20160825-git SIBLINGS
+ (cl-async-ssl cl-async-test cl-async)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-ssl.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-ssl.nix
new file mode 100644
index 00000000000..140b0157d37
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-ssl.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-async-ssl'';
+ version = ''cl-async-20160825-git'';
+
+ description = ''SSL Wrapper around cl-async socket implementation.'';
+
+ deps = [ args."vom" args."cffi" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
+ sha256 = ''104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-async-ssl[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-async-ssl DESCRIPTION SSL Wrapper around cl-async socket implementation. SHA256 104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa URL
+ http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz MD5 18e1d6c54a27c8ba721ebaa3d8c6e112 NAME cl-async-ssl TESTNAME NIL
+ FILENAME cl-async-ssl DEPS ((NAME vom) (NAME cffi)) DEPENDENCIES (vom cffi) VERSION cl-async-20160825-git SIBLINGS (cl-async-repl cl-async-test cl-async)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
index b1f8d9448dd..979cb5ee9b7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
@@ -3,9 +3,11 @@ rec {
baseName = ''cl-async-util'';
version = ''cl-async-20160825-git'';
+ testSystems = ["cl-async"];
+
description = ''Internal utilities for cl-async.'';
- deps = [ args."cffi" args."cl-async-base" args."cl-libuv" args."cl-ppcre" args."fast-io" args."vom" ];
+ deps = [ args."vom" args."fast-io" args."cl-ppcre" args."cl-libuv" args."cl-async-base" args."cffi" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
@@ -13,5 +15,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-async-util[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-async-util DESCRIPTION Internal utilities for cl-async. SHA256 104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa URL
+ http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz MD5 18e1d6c54a27c8ba721ebaa3d8c6e112 NAME cl-async-util TESTNAME cl-async
+ FILENAME cl-async-util DEPS ((NAME vom) (NAME fast-io) (NAME cl-ppcre) (NAME cl-libuv) (NAME cl-async-base) (NAME cffi)) DEPENDENCIES
+ (vom fast-io cl-ppcre cl-libuv cl-async-base cffi) VERSION cl-async-20160825-git SIBLINGS (cl-async-repl cl-async-ssl cl-async-test cl-async)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
index 2733d9352ba..a2ea0c38bf5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
@@ -5,7 +5,7 @@ rec {
description = ''Asynchronous operations for Common Lisp.'';
- deps = [ args."babel" args."cffi" args."cl-async-base" args."cl-async-util" args."cl-libuv" args."cl-ppcre" args."static-vectors" args."trivial-features" args."trivial-gray-streams" args."uiop" ];
+ deps = [ args."uiop" args."trivial-gray-streams" args."trivial-features" args."static-vectors" args."cl-ppcre" args."cl-libuv" args."cl-async-util" args."cl-async-base" args."cffi" args."babel" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz'';
@@ -13,5 +13,20 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-async[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-async DESCRIPTION Asynchronous operations for Common Lisp. SHA256 104x6vw9zrmzz3sipmzn0ygil6ccyy8gpvvjxak2bfxbmxcl09pa URL
+ http://beta.quicklisp.org/archive/cl-async/2016-08-25/cl-async-20160825-git.tgz MD5 18e1d6c54a27c8ba721ebaa3d8c6e112 NAME cl-async TESTNAME NIL FILENAME
+ cl-async DEPS
+ ((NAME uiop) (NAME trivial-gray-streams) (NAME trivial-features) (NAME static-vectors) (NAME cl-ppcre) (NAME cl-libuv) (NAME cl-async-util)
+ (NAME cl-async-base) (NAME cffi) (NAME babel))
+ DEPENDENCIES (uiop trivial-gray-streams trivial-features static-vectors cl-ppcre cl-libuv cl-async-util cl-async-base cffi babel) VERSION 20160825-git
+ SIBLINGS (cl-async-repl cl-async-ssl cl-async-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
index 8926f34db59..c2799e37e2e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-base64[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-base64 DESCRIPTION Base64 encoding and decoding with URI support. SHA256 0haip5x0091r9xa8gdzr21s0rk432998nbxxfys35lhnyc1vgyhp URL
+ http://beta.quicklisp.org/archive/cl-base64/2015-09-23/cl-base64-20150923-git.tgz MD5 560d0601eaa86901611f1484257b9a57 NAME cl-base64 TESTNAME NIL FILENAME
+ cl-base64 DEPS NIL DEPENDENCIES NIL VERSION 20150923-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
index 60db32f7245..710799e095c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-colors[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-colors DESCRIPTION Simple color library for Common Lisp SHA256 032kswn6h2ib7v8v1dg0lmgfks7zk52wrv31q6p2zj2a156ccqp4 URL
+ http://beta.quicklisp.org/archive/cl-colors/2015-12-18/cl-colors-20151218-git.tgz MD5 2963c3e7aca2c5db2132394f83716515 NAME cl-colors TESTNAME NIL FILENAME
+ cl-colors DEPS ((NAME alexandria) (NAME let-plus)) DEPENDENCIES (alexandria let-plus) VERSION 20151218-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
index b9109b828b5..cbfb425eee1 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
@@ -5,7 +5,7 @@ rec {
description = ''HTTP cookie manager'';
- deps = [ args."alexandria" args."cl-ppcre" args."local-time" args."proc-parse" args."quri" ];
+ deps = [ args."quri" args."proc-parse" args."local-time" args."cl-ppcre" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-cookie/2015-08-04/cl-cookie-20150804-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-cookie[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-cookie DESCRIPTION HTTP cookie manager SHA256 0llh5d2p7wi5amzpckng1bzmf2bdfdwkfapcdq0znqlzd5bvbby8 URL
+ http://beta.quicklisp.org/archive/cl-cookie/2015-08-04/cl-cookie-20150804-git.tgz MD5 d2c08a71afd47b3ad42e1234ec1a3083 NAME cl-cookie TESTNAME NIL FILENAME
+ cl-cookie DEPS ((NAME quri) (NAME proc-parse) (NAME local-time) (NAME cl-ppcre) (NAME alexandria)) DEPENDENCIES
+ (quri proc-parse local-time cl-ppcre alexandria) VERSION 20150804-git SIBLINGS (cl-cookie-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-dbi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-dbi.nix
new file mode 100644
index 00000000000..d7798a6eb1f
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-dbi.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-dbi'';
+ version = ''20170124-git'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz'';
+ sha256 = ''0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-dbi[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-dbi DESCRIPTION NIL SHA256 0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj URL
+ http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz MD5 c48d284eda4aac1ff9a10891884f52e5 NAME cl-dbi TESTNAME NIL FILENAME cl-dbi
+ DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS (dbd-mysql dbd-postgres dbd-sqlite3 dbi-test dbi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
index b1db2691ecd..f2aab01ef5e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-emb[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-emb DESCRIPTION A templating system for Common Lisp SHA256 03n97xvh3v8bz1p75v1vhryfkjm74v0cr5jwg4rakq9zkchhfk80 URL
+ http://beta.quicklisp.org/archive/cl-emb/2017-02-27/cl-emb-20170227-git.tgz MD5 01d850432cc2f8e920e50b4b36e42d42 NAME cl-emb TESTNAME NIL FILENAME cl-emb
+ DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
index 152b7eb5d33..f731a13e782 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-fad[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-fad DESCRIPTION Portable pathname library SHA256 1avp5j66vrpv5symgw4n4szlc2cyqz4haa0cxzy1pl8p0a8k0v9x URL
+ http://beta.quicklisp.org/archive/cl-fad/2016-08-25/cl-fad-0.7.4.tgz MD5 8ee53f2249eca9d7d54e268662b41845 NAME cl-fad TESTNAME NIL FILENAME cl-fad DEPS
+ ((NAME alexandria) (NAME bordeaux-threads)) DEPENDENCIES (alexandria bordeaux-threads) VERSION 0.7.4 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
index 8bd039bb7af..35fb1fbc073 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-fuse-meta-fs[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-fuse-meta-fs DESCRIPTION CFFI bindings to FUSE (Filesystem in user space) SHA256 1i3yw237ygwlkhbcbm9q54ad9g4fi63fw4mg508hr7bz9gzg36q2 URL
+ http://beta.quicklisp.org/archive/cl-fuse-meta-fs/2015-06-08/cl-fuse-meta-fs-20150608-git.tgz MD5 eb80b959dd6494cd787cff4f8c2f214b NAME cl-fuse-meta-fs
+ TESTNAME NIL FILENAME cl-fuse-meta-fs DEPS ((NAME bordeaux-threads) (NAME cl-fuse) (NAME iterate) (NAME pcall)) DEPENDENCIES
+ (bordeaux-threads cl-fuse iterate pcall) VERSION 20150608-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
index 081a1a5dfb7..01c01c57bb8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-fuse[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-fuse DESCRIPTION CFFI bindings to FUSE (Filesystem in user space) SHA256 1yllmnnhqp42s37a2y7h7vph854xgna62l1pidvlyskc90bl5jf6 URL
+ http://beta.quicklisp.org/archive/cl-fuse/2016-03-18/cl-fuse-20160318-git.tgz MD5 ce2e907e5ae2cece72fa314be1ced44c NAME cl-fuse TESTNAME NIL FILENAME
+ cl-fuse DEPS ((NAME bordeaux-threads) (NAME cffi) (NAME cffi-grovel) (NAME cl-utilities) (NAME iterate) (NAME trivial-backtrace) (NAME trivial-utf-8))
+ DEPENDENCIES (bordeaux-threads cffi cffi-grovel cl-utilities iterate trivial-backtrace trivial-utf-8) VERSION 20160318-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
index aff77cb559b..a89a341715c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-json[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-json DESCRIPTION JSON in Lisp. JSON (JavaScript Object Notation) is a lightweight data-interchange format. SHA256
+ 00cfppyi6njsbpv1x03jcv4zwplg0q1138174l3wjkvi3gsql17g URL http://beta.quicklisp.org/archive/cl-json/2014-12-17/cl-json-20141217-git.tgz MD5
+ 9d873fa462b93c76d90642d8e3fb4881 NAME cl-json TESTNAME NIL FILENAME cl-json DEPS NIL DEPENDENCIES NIL VERSION 20141217-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
index e0960eb4071..463232d1419 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-l10n-cldr[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-l10n-cldr DESCRIPTION The necessary CLDR files for cl-l10n packaged in a QuickLisp friendly way. SHA256
+ 03l81bx8izvzwzw0qah34l4k47l4gmhr917phhhl81qp55x7zbiv URL http://beta.quicklisp.org/archive/cl-l10n-cldr/2012-09-09/cl-l10n-cldr-20120909-darcs.tgz MD5
+ 466e776f2f6b931d9863e1fc4d0b514e NAME cl-l10n-cldr TESTNAME NIL FILENAME cl-l10n-cldr DEPS NIL DEPENDENCIES NIL VERSION 20120909-darcs SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
index 220467242a9..9c8c1cc05b2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
@@ -13,5 +13,19 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-l10n[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-l10n DESCRIPTION Portable CL Locale Support SHA256 1r8jgwks21az78c5kdxgw5llk9ml423vjkv1f93qg1vx3zma6vzl URL
+ http://beta.quicklisp.org/archive/cl-l10n/2016-12-04/cl-l10n-20161204-darcs.tgz MD5 c7cb0bb584b061799abaaaf2bd65c9c5 NAME cl-l10n TESTNAME NIL FILENAME
+ cl-l10n DEPS
+ ((NAME alexandria) (NAME cl-fad) (NAME cl-l10n-cldr) (NAME cl-ppcre) (NAME closer-mop) (NAME cxml) (NAME flexi-streams) (NAME iterate) (NAME local-time)
+ (NAME metabang-bind))
+ DEPENDENCIES (alexandria cl-fad cl-l10n-cldr cl-ppcre closer-mop cxml flexi-streams iterate local-time metabang-bind) VERSION 20161204-darcs SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
index 1db65ecc513..bc45a29b4b4 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-libuv[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-libuv DESCRIPTION Low-level libuv bindings for Common Lisp. SHA256 02vi9ph9pxbxgp9jsbgzb9nijsv0vyk3f1jyhhm88i0y1kb3595r URL
+ http://beta.quicklisp.org/archive/cl-libuv/2016-08-25/cl-libuv-20160825-git.tgz MD5 ba5e3cfaadcf710eaee67cc9e716e45a NAME cl-libuv TESTNAME NIL FILENAME
+ cl-libuv DEPS ((NAME alexandria) (NAME cffi) (NAME cffi-grovel)) DEPENDENCIES (alexandria cffi cffi-grovel) VERSION 20160825-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-markup.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-markup.nix
new file mode 100644
index 00000000000..93de92d71f6
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-markup.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-markup'';
+ version = ''20131003-git'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-markup/2013-10-03/cl-markup-20131003-git.tgz'';
+ sha256 = ''1ik3a5k6axq941zbf6zyig553i5gnypbcxdq9l7bfxp8w18vbj0r'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-markup[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-markup DESCRIPTION NIL SHA256 1ik3a5k6axq941zbf6zyig553i5gnypbcxdq9l7bfxp8w18vbj0r URL
+ http://beta.quicklisp.org/archive/cl-markup/2013-10-03/cl-markup-20131003-git.tgz MD5 3ec36b8e15435933f614959032987848 NAME cl-markup TESTNAME NIL FILENAME
+ cl-markup DEPS NIL DEPENDENCIES NIL VERSION 20131003-git SIBLINGS (cl-markup-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-mysql.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-mysql.nix
new file mode 100644
index 00000000000..7aed84cec64
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-mysql.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-mysql'';
+ version = ''20160628-git'';
+
+ description = ''Common Lisp MySQL library bindings'';
+
+ deps = [ args."cffi" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-mysql/2016-06-28/cl-mysql-20160628-git.tgz'';
+ sha256 = ''1zkijanw34nc91dn9jv30590ir6jw7bbcwjsqbvli69fh4b03319'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-mysql[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-mysql DESCRIPTION Common Lisp MySQL library bindings SHA256 1zkijanw34nc91dn9jv30590ir6jw7bbcwjsqbvli69fh4b03319 URL
+ http://beta.quicklisp.org/archive/cl-mysql/2016-06-28/cl-mysql-20160628-git.tgz MD5 349615d041c2f2177b678088f9c22409 NAME cl-mysql TESTNAME NIL FILENAME
+ cl-mysql DEPS ((NAME cffi)) DEPENDENCIES (cffi) VERSION 20160628-git SIBLINGS (cl-mysql-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
index 2da3ff06180..e2fd4222b51 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
@@ -5,7 +5,7 @@ rec {
description = ''cl-paths-ttf: vectorial paths manipulation'';
- deps = [ args."cl-paths" args."zpb-ttf" ];
+ deps = [ args."zpb-ttf" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-paths-ttf[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-paths-ttf DESCRIPTION cl-paths-ttf: vectorial paths manipulation SHA256 1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w URL
+ http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz MD5 9e255503bf4559912ea1511c919c474a NAME cl-paths-ttf TESTNAME NIL
+ FILENAME cl-paths-ttf DEPS ((NAME zpb-ttf)) DEPENDENCIES (zpb-ttf) VERSION cl-vectors-20150407-git SIBLINGS (cl-aa-misc cl-aa cl-paths cl-vectors)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
deleted file mode 100644
index 0eb72064674..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''cl-paths'';
- version = ''cl-vectors-20150407-git'';
-
- description = ''cl-paths: vectorial paths manipulation'';
-
- deps = [ ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
- sha256 = ''1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
new file mode 100644
index 00000000000..76fe21bfb76
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-postgres'';
+ version = ''postmodern-20170124-git'';
+
+ description = ''Low-level client library for PostgreSQL'';
+
+ deps = [ args."md5" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/postmodern/2017-01-24/postmodern-20170124-git.tgz'';
+ sha256 = ''1hdgdpkba225xqvpsr7r1j78cx0ha23x6f69ab2666plpyw321k8'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-postgres[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-postgres DESCRIPTION Low-level client library for PostgreSQL SHA256 1hdgdpkba225xqvpsr7r1j78cx0ha23x6f69ab2666plpyw321k8 URL
+ http://beta.quicklisp.org/archive/postmodern/2017-01-24/postmodern-20170124-git.tgz MD5 d19b368a8883093f20a47be83709b0c5 NAME cl-postgres TESTNAME NIL
+ FILENAME cl-postgres DEPS ((NAME md5)) DEPENDENCIES (md5) VERSION postmodern-20170124-git SIBLINGS (postmodern s-sql simple-date)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre-template.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre-template.nix
new file mode 100644
index 00000000000..ef75212c0f9
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre-template.nix
@@ -0,0 +1,37 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-ppcre-template'';
+ version = ''cl-unification-20170124-git'';
+
+ description = ''A system used to conditionally load the CL-PPCRE Template.
+
+This system is not required and it is handled only if CL-PPCRE is
+available. If it is, then the library provides the
+REGULAR-EXPRESSION-TEMPLATE.'';
+
+ deps = [ args."cl-ppcre" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-unification/2017-01-24/cl-unification-20170124-git.tgz'';
+ sha256 = ''0gwk40y5byg6q0hhd41rqf8g8i1my0h4lshc63xfnh3mfgcc8bx9'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-ppcre-template[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-ppcre-template DESCRIPTION A system used to conditionally load the CL-PPCRE Template.
+
+This system is not required and it is handled only if CL-PPCRE is
+available. If it is, then the library provides the
+REGULAR-EXPRESSION-TEMPLATE.
+ SHA256 0gwk40y5byg6q0hhd41rqf8g8i1my0h4lshc63xfnh3mfgcc8bx9 URL http://beta.quicklisp.org/archive/cl-unification/2017-01-24/cl-unification-20170124-git.tgz
+ MD5 dd277adaf3a0ee41fd0731f78519b1b1 NAME cl-ppcre-template TESTNAME NIL FILENAME cl-ppcre-template DEPS ((NAME cl-ppcre)) DEPENDENCIES (cl-ppcre) VERSION
+ cl-unification-20170124-git SIBLINGS (cl-unification-lib cl-unification-test cl-unification)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
index d9eef7b0846..6bcd357bfc4 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-ppcre[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-ppcre DESCRIPTION Perl-compatible regular expression library SHA256 1djciws9n0jg3qdrck3j4wj607zvkbir8p379mp0p7b5g0glwvb2 URL
+ http://beta.quicklisp.org/archive/cl-ppcre/2015-09-23/cl-ppcre-2.0.11.tgz MD5 6d5250467c05eb661a76d395186a1da0 NAME cl-ppcre TESTNAME NIL FILENAME cl-ppcre
+ DEPS NIL DEPENDENCIES NIL VERSION 2.0.11 SIBLINGS (cl-ppcre-unicode)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
index 66a0cf743ae..eeb4d4023e2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
@@ -5,7 +5,7 @@ rec {
description = ''Generate a skeleton for modern project'';
- deps = [ args."cl-emb" args."cl-ppcre" args."local-time" args."prove" args."uiop" ];
+ deps = [ args."uiop" args."prove" args."local-time" args."cl-ppcre" args."cl-emb" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-project/2016-05-31/cl-project-20160531-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-project[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-project DESCRIPTION Generate a skeleton for modern project SHA256 1xwjgs5pzkdnd9i5lcic9z41d1c4yf7pvarrvawfxcicg6rrfw81 URL
+ http://beta.quicklisp.org/archive/cl-project/2016-05-31/cl-project-20160531-git.tgz MD5 63de5ce6f0f3e5f60094a86d32c2f1a9 NAME cl-project TESTNAME NIL
+ FILENAME cl-project DEPS ((NAME uiop) (NAME prove) (NAME local-time) (NAME cl-ppcre) (NAME cl-emb)) DEPENDENCIES (uiop prove local-time cl-ppcre cl-emb)
+ VERSION 20160531-git SIBLINGS (cl-project-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
index f8e50f167bb..303ed95f662 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-reexport[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-reexport DESCRIPTION Reexport external symbols in other packages. SHA256 1y6qlyps7g0wl4rbmzvw6s1kjdwwmh33layyjclsjp9j5nm8mdmi URL
+ http://beta.quicklisp.org/archive/cl-reexport/2015-07-09/cl-reexport-20150709-git.tgz MD5 207d02771cbd906d033ff704ca5c3a3d NAME cl-reexport TESTNAME NIL
+ FILENAME cl-reexport DEPS ((NAME alexandria)) DEPENDENCIES (alexandria) VERSION 20150709-git SIBLINGS (cl-reexport-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
index 7471c8ba82c..6ef4a185475 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-smtp[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-smtp DESCRIPTION Common Lisp smtp client. SHA256 0svkvy6x458a7rgvp3wki0lmhdxpaa1j0brwsw2mlpl2jqkx5dxh URL
+ http://beta.quicklisp.org/archive/cl-smtp/2016-08-25/cl-smtp-20160825-git.tgz MD5 e6bb60e66b0f7d9cc5e4f98aba56998a NAME cl-smtp TESTNAME NIL FILENAME
+ cl-smtp DEPS ((NAME cl+ssl) (NAME cl-base64) (NAME flexi-streams) (NAME trivial-gray-streams) (NAME usocket)) DEPENDENCIES
+ (cl+ssl cl-base64 flexi-streams trivial-gray-streams usocket) VERSION 20160825-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
index ebc8a989edf..667f644b33c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-store[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-store DESCRIPTION Serialization package SHA256 0j1pfgvzy6l7hb68xsz2dghsa94lip7caq6f6608jsqadmdswljz URL
+ http://beta.quicklisp.org/archive/cl-store/2016-05-31/cl-store-20160531-git.tgz MD5 8b3f33956b05d8e900346663f6abca3c NAME cl-store TESTNAME NIL FILENAME
+ cl-store DEPS NIL DEPENDENCIES NIL VERSION 20160531-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
index 887e9366011..533e48b189f 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
@@ -5,7 +5,7 @@ rec {
description = ''CL-Syntax Reader Syntax for cl-annot'';
- deps = [ args."cl-annot" args."cl-syntax" ];
+ deps = [ args."cl-annot" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-syntax-annot[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-syntax-annot DESCRIPTION CL-Syntax Reader Syntax for cl-annot SHA256 1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n URL
+ http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz MD5 602b84143aafe59d65f4e08ac20a124a NAME cl-syntax-annot TESTNAME NIL
+ FILENAME cl-syntax-annot DEPS ((NAME cl-annot)) DEPENDENCIES (cl-annot) VERSION cl-syntax-20150407-git SIBLINGS
+ (cl-syntax-anonfun cl-syntax-clsql cl-syntax-fare-quasiquote cl-syntax-interpol cl-syntax-markup cl-syntax)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-anonfun.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-anonfun.nix
new file mode 100644
index 00000000000..d6ee6e602e7
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-anonfun.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-syntax-anonfun'';
+ version = ''cl-syntax-20150407-git'';
+
+ description = ''CL-Syntax Reader Syntax for cl-anonfun'';
+
+ deps = [ args."cl-anonfun" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz'';
+ sha256 = ''1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-syntax-anonfun[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-syntax-anonfun DESCRIPTION CL-Syntax Reader Syntax for cl-anonfun SHA256 1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n URL
+ http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz MD5 602b84143aafe59d65f4e08ac20a124a NAME cl-syntax-anonfun TESTNAME NIL
+ FILENAME cl-syntax-anonfun DEPS ((NAME cl-anonfun)) DEPENDENCIES (cl-anonfun) VERSION cl-syntax-20150407-git SIBLINGS
+ (cl-syntax-annot cl-syntax-clsql cl-syntax-fare-quasiquote cl-syntax-interpol cl-syntax-markup cl-syntax)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-markup.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-markup.nix
new file mode 100644
index 00000000000..4af6c8a19f8
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-markup.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-syntax-markup'';
+ version = ''cl-syntax-20150407-git'';
+
+ description = ''CL-Syntax Reader Syntax for CL-Markup'';
+
+ deps = [ args."cl-markup" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz'';
+ sha256 = ''1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-syntax-markup[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-syntax-markup DESCRIPTION CL-Syntax Reader Syntax for CL-Markup SHA256 1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n URL
+ http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz MD5 602b84143aafe59d65f4e08ac20a124a NAME cl-syntax-markup TESTNAME NIL
+ FILENAME cl-syntax-markup DEPS ((NAME cl-markup)) DEPENDENCIES (cl-markup) VERSION cl-syntax-20150407-git SIBLINGS
+ (cl-syntax-annot cl-syntax-anonfun cl-syntax-clsql cl-syntax-fare-quasiquote cl-syntax-interpol cl-syntax)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
index 1458a3566c3..4ad90aeb5ff 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax.nix
@@ -5,7 +5,7 @@ rec {
description = ''Reader Syntax Coventions for Common Lisp and SLIME'';
- deps = [ args."named-readtables" args."trivial-types" ];
+ deps = [ args."trivial-types" args."named-readtables" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-syntax[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-syntax DESCRIPTION Reader Syntax Coventions for Common Lisp and SLIME SHA256 1pz9a7hiql493ax5qgs9zb3bmvf0nnmmgdx14s4j2apdy2m34v8n URL
+ http://beta.quicklisp.org/archive/cl-syntax/2015-04-07/cl-syntax-20150407-git.tgz MD5 602b84143aafe59d65f4e08ac20a124a NAME cl-syntax TESTNAME NIL FILENAME
+ cl-syntax DEPS ((NAME trivial-types) (NAME named-readtables)) DEPENDENCIES (trivial-types named-readtables) VERSION 20150407-git SIBLINGS
+ (cl-syntax-annot cl-syntax-anonfun cl-syntax-clsql cl-syntax-fare-quasiquote cl-syntax-interpol cl-syntax-markup)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-test-more.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-test-more.nix
new file mode 100644
index 00000000000..65681df3e2d
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-test-more.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''cl-test-more'';
+ version = ''prove-20170124-git'';
+
+ description = '''';
+
+ deps = [ ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/prove/2017-01-24/prove-20170124-git.tgz'';
+ sha256 = ''1kyhh4yvf47psb5v0zqivcwn71n6my5fwggdifymlpigk2q3zn03'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-test-more[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM cl-test-more DESCRIPTION NIL SHA256 1kyhh4yvf47psb5v0zqivcwn71n6my5fwggdifymlpigk2q3zn03 URL
+ http://beta.quicklisp.org/archive/prove/2017-01-24/prove-20170124-git.tgz MD5 c5601ee1aebedc7272e2c25e6a5ca8be NAME cl-test-more TESTNAME NIL FILENAME
+ cl-test-more DEPS NIL DEPENDENCIES NIL VERSION prove-20170124-git SIBLINGS (prove-asdf prove-test prove)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
index f34904fef67..e67a8e36994 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unicode.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-unicode[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-unicode DESCRIPTION Portable Unicode Library SHA256 1jd5qq5ji6l749c4x415z22y9r0k9z18pdi9p9fqvamzh854i46n URL
+ http://beta.quicklisp.org/archive/cl-unicode/2014-12-17/cl-unicode-0.1.5.tgz MD5 2fd456537bd670126da84466226bc5c5 NAME cl-unicode TESTNAME NIL FILENAME
+ cl-unicode DEPS NIL DEPENDENCIES NIL VERSION 0.1.5 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
index 868c3c8e182..059d9f1abee 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-unification.nix
@@ -15,5 +15,19 @@ The system contains the definitions for the 'unification' machinery.'';
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-unification[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-unification DESCRIPTION The CL-UNIFICATION system.
+
+The system contains the definitions for the 'unification' machinery.
+ SHA256 0gwk40y5byg6q0hhd41rqf8g8i1my0h4lshc63xfnh3mfgcc8bx9 URL http://beta.quicklisp.org/archive/cl-unification/2017-01-24/cl-unification-20170124-git.tgz
+ MD5 dd277adaf3a0ee41fd0731f78519b1b1 NAME cl-unification TESTNAME NIL FILENAME cl-unification DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
+ (cl-unification-lib cl-unification-test cl-ppcre-template)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
index c253fa87c75..5e6ee119874 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-utilities.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-utilities[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-utilities DESCRIPTION NIL SHA256 1z2ippnv2wgyxpz15zpif7j7sp1r20fkjhm4n6am2fyp6a3k3a87 URL
+ http://beta.quicklisp.org/archive/cl-utilities/2010-10-06/cl-utilities-1.2.4.tgz MD5 c3a4ba38b627448d3ed40ce888048940 NAME cl-utilities TESTNAME NIL
+ FILENAME cl-utilities DEPS NIL DEPENDENCIES NIL VERSION 1.2.4 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
index 2f203e1317c..9ac50b75557 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-vectors.nix
@@ -5,7 +5,7 @@ rec {
description = ''cl-paths: vectorial paths manipulation'';
- deps = [ args."cl-aa" args."cl-paths" ];
+ deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-vectors[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-vectors DESCRIPTION cl-paths: vectorial paths manipulation SHA256 1qd7ywc2ayiyd5nw7shnjgh0nc14h328h0cw921g5b2n8j6y959w URL
+ http://beta.quicklisp.org/archive/cl-vectors/2015-04-07/cl-vectors-20150407-git.tgz MD5 9e255503bf4559912ea1511c919c474a NAME cl-vectors TESTNAME NIL
+ FILENAME cl-vectors DEPS NIL DEPENDENCIES NIL VERSION 20150407-git SIBLINGS (cl-aa-misc cl-aa cl-paths-ttf cl-paths)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
index 0dc90c2579e..2f8923206c7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-who.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-who[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cl-who DESCRIPTION (X)HTML generation macros SHA256 0r9wc92njz1cc7nghgbhdmd7jy216ylhlabfj0vc45bmfa4w44rq URL
+ http://beta.quicklisp.org/archive/cl-who/2014-12-17/cl-who-1.1.4.tgz MD5 a9e6f0b6a8aaa247dbf751de2cb550bf NAME cl-who TESTNAME NIL FILENAME cl-who DEPS NIL
+ DEPENDENCIES NIL VERSION 1.1.4 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
index 9e70252554e..af1f2c8b8fa 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack-v1-compat.nix
@@ -13,5 +13,20 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/clack-v1-compat[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM clack-v1-compat DESCRIPTION NIL SHA256 1sm6iamghpzmrv0h375y2famdngx62ml5dw424896kixxfyr923x URL
+ http://beta.quicklisp.org/archive/clack/2017-02-27/clack-20170227-git.tgz MD5 2264b62c2de992d12829053e8e5f9101 NAME clack-v1-compat TESTNAME NIL FILENAME
+ clack-v1-compat DEPS NIL DEPENDENCIES NIL VERSION clack-20170227-git SIBLINGS
+ (clack-handler-fcgi clack-handler-hunchentoot clack-handler-toot clack-handler-wookie clack-socket clack-test clack t-clack-handler-fcgi
+ t-clack-handler-hunchentoot t-clack-handler-toot t-clack-handler-wookie t-clack-v1-compat clack-middleware-auth-basic clack-middleware-clsql
+ clack-middleware-csrf clack-middleware-dbi clack-middleware-oauth clack-middleware-postmodern clack-middleware-rucksack clack-session-store-dbi
+ t-clack-middleware-auth-basic t-clack-middleware-csrf)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
index 2b2f0f92f76..5fd364a5879 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clack.nix
@@ -13,5 +13,20 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/clack[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM clack DESCRIPTION Web application environment for Common Lisp SHA256 1sm6iamghpzmrv0h375y2famdngx62ml5dw424896kixxfyr923x URL
+ http://beta.quicklisp.org/archive/clack/2017-02-27/clack-20170227-git.tgz MD5 2264b62c2de992d12829053e8e5f9101 NAME clack TESTNAME NIL FILENAME clack DEPS
+ NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS
+ (clack-handler-fcgi clack-handler-hunchentoot clack-handler-toot clack-handler-wookie clack-socket clack-test clack-v1-compat t-clack-handler-fcgi
+ t-clack-handler-hunchentoot t-clack-handler-toot t-clack-handler-wookie t-clack-v1-compat clack-middleware-auth-basic clack-middleware-clsql
+ clack-middleware-csrf clack-middleware-dbi clack-middleware-oauth clack-middleware-postmodern clack-middleware-rucksack clack-session-store-dbi
+ t-clack-middleware-auth-basic t-clack-middleware-csrf)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
index b2c2db32f76..725d2544e6b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closer-mop.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/closer-mop[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM closer-mop DESCRIPTION
+ Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.
+ SHA256 1hdnbryh6gd8kn20yr5ldgkcs8i71c6awwf6a32nmp9l42gwv9k3 URL http://beta.quicklisp.org/archive/closer-mop/2017-02-27/closer-mop-20170227-git.tgz MD5
+ fb511369eb416a4cc8335db79d0ec4b2 NAME closer-mop TESTNAME NIL FILENAME closer-mop DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
index be36d5c05c7..9dccf964a26 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/closure-common.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/closure-common[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM closure-common DESCRIPTION NIL SHA256 1982dpn2z7rlznn74gxy9biqybh2d4r1n688h9pn1s2bssgv3hk4 URL
+ http://beta.quicklisp.org/archive/closure-common/2010-11-07/closure-common-20101107-git.tgz MD5 12c45a2f0420b2e86fa06cb6575b150a NAME closure-common
+ TESTNAME NIL FILENAME closure-common DEPS ((NAME babel) (NAME trivial-gray-streams)) DEPENDENCIES (babel trivial-gray-streams) VERSION 20101107-git
+ SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
index 040f7987af0..a0f0ad2a035 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clsql.nix
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/clsql[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM clsql DESCRIPTION Common Lisp SQL Interface library SHA256 0hc97rlfpanp6c1ziis47mrq2fgxbk0h51bhczn8k9xin2qbhhgn URL
+ http://beta.quicklisp.org/archive/clsql/2016-02-08/clsql-20160208-git.tgz MD5 d1da7688361337a7de4fe7452c225a06 NAME clsql TESTNAME NIL FILENAME clsql DEPS
+ ((NAME uffi)) DEPENDENCIES (uffi) VERSION 20160208-git SIBLINGS
+ (clsql-aodbc clsql-cffi clsql-mysql clsql-odbc clsql-postgresql-socket clsql-postgresql-socket3 clsql-postgresql clsql-sqlite clsql-sqlite3 clsql-tests
+ clsql-uffi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
index ac965df6e47..701f98eec15 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clss.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/clss[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM clss DESCRIPTION A DOM tree searching engine based on CSS selectors. SHA256 0rrg3brzash1b14n686xjx6d5glm2vg32g0i8hyvaffqd82493pb URL
+ http://beta.quicklisp.org/archive/clss/2017-01-24/clss-20170124-git.tgz MD5 f05606cab3a75e01c57fd264d1c71863 NAME clss TESTNAME NIL FILENAME clss DEPS
+ ((NAME array-utils) (NAME plump)) DEPENDENCIES (array-utils plump) VERSION 20170124-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
index 13ee7781c92..c5930fe0b15 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx-truetype.nix
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/clx-truetype[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM clx-truetype DESCRIPTION clx-truetype is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension. SHA256
+ 0ndy067rg9w6636gxwlpnw7f3ck9nrnjb03444pprik9r3c9in67 URL http://beta.quicklisp.org/archive/clx-truetype/2016-08-25/clx-truetype-20160825-git.tgz MD5
+ 7c9dedb21d52dedf727de741ac6d9c60 NAME clx-truetype TESTNAME NIL FILENAME clx-truetype DEPS
+ ((NAME cl-aa) (NAME cl-fad) (NAME cl-paths-ttf) (NAME cl-store) (NAME cl-vectors) (NAME clx) (NAME trivial-features) (NAME zpb-ttf)) DEPENDENCIES
+ (cl-aa cl-fad cl-paths-ttf cl-store cl-vectors clx trivial-features zpb-ttf) VERSION 20160825-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
index 7b42b7c729b..5e24696e8c7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/clx.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/clx[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM clx DESCRIPTION An implementation of the X Window System protocol in Lisp. SHA256 0zgp1yqy0lm528bhil93ap7df01qdyfhnbxhckjv87xk8rs0g5nx URL
+ http://beta.quicklisp.org/archive/clx/2017-02-27/clx-20170227-git.tgz MD5 fe5fc4bd65ced7a0164abc0ed34afffd NAME clx TESTNAME NIL FILENAME clx DEPS NIL
+ DEPENDENCIES NIL VERSION 20170227-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
index 1d18be3ea83..9c13409fe7d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/command-line-arguments.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/command-line-arguments[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM command-line-arguments DESCRIPTION small library to deal with command-line arguments SHA256 07yv3vj9kjd84q09d6kvgryqxb71bsa7jl22fd1an6inmk0a3yyh URL
+ http://beta.quicklisp.org/archive/command-line-arguments/2015-12-18/command-line-arguments-20151218-git.tgz MD5 8cdb99db40143e34cf6b0b25ca95f826 NAME
+ command-line-arguments TESTNAME NIL FILENAME command-line-arguments DEPS NIL DEPENDENCIES NIL VERSION 20151218-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
index 4c7e53dee73..fc1b09601de 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/css-lite.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/css-lite[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM css-lite DESCRIPTION NIL SHA256 1gf1qqaxhly6ixh9ykqhg9b52s8p5wlwi46vp2k29qy7gmx4f1qg URL
+ http://beta.quicklisp.org/archive/css-lite/2012-04-07/css-lite-20120407-git.tgz MD5 9b25afb0d2c3f0c32d2303ab1d3f570d NAME css-lite TESTNAME NIL FILENAME
+ css-lite DEPS NIL DEPENDENCIES NIL VERSION 20120407-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
index 270cf0d9f4a..9b7bced0d90 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-dom.nix
@@ -3,6 +3,8 @@ rec {
baseName = ''cxml-dom'';
version = ''cxml-20110619-git'';
+ testSystems = ["cxml"];
+
description = '''';
deps = [ args."cxml-xml" ];
@@ -13,5 +15,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cxml-dom[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cxml-dom DESCRIPTION NIL SHA256 04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk URL
+ http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz MD5 587755dff60416d4f716f4e785cf747e NAME cxml-dom TESTNAME cxml FILENAME cxml-dom
+ DEPS ((NAME cxml-xml)) DEPENDENCIES (cxml-xml) VERSION cxml-20110619-git SIBLINGS (cxml)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
index 6d89a60baca..e54cffb0ec4 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-klacks.nix
@@ -3,6 +3,8 @@ rec {
baseName = ''cxml-klacks'';
version = ''cxml-20110619-git'';
+ testSystems = ["cxml"];
+
description = '''';
deps = [ args."cxml-xml" ];
@@ -13,5 +15,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cxml-klacks[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cxml-klacks DESCRIPTION NIL SHA256 04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk URL
+ http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz MD5 587755dff60416d4f716f4e785cf747e NAME cxml-klacks TESTNAME cxml FILENAME
+ cxml-klacks DEPS ((NAME cxml-xml)) DEPENDENCIES (cxml-xml) VERSION cxml-20110619-git SIBLINGS (cxml)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
index 9352cd1650a..ddf0dfab841 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-test.nix
@@ -3,9 +3,11 @@ rec {
baseName = ''cxml-test'';
version = ''cxml-20110619-git'';
+ testSystems = ["cxml"];
+
description = '''';
- deps = [ args."cxml-dom" args."cxml-klacks" args."cxml-xml" ];
+ deps = [ args."cxml-xml" args."cxml-klacks" args."cxml-dom" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
@@ -13,5 +15,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cxml-test[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cxml-test DESCRIPTION NIL SHA256 04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk URL
+ http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz MD5 587755dff60416d4f716f4e785cf747e NAME cxml-test TESTNAME cxml FILENAME
+ cxml-test DEPS ((NAME cxml-xml) (NAME cxml-klacks) (NAME cxml-dom)) DEPENDENCIES (cxml-xml cxml-klacks cxml-dom) VERSION cxml-20110619-git SIBLINGS (cxml)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
index 116a1fba7f7..1ac10de31d0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml-xml.nix
@@ -3,9 +3,11 @@ rec {
baseName = ''cxml-xml'';
version = ''cxml-20110619-git'';
+ testSystems = ["cxml"];
+
description = '''';
- deps = [ args."closure-common" args."puri" args."trivial-gray-streams" ];
+ deps = [ args."trivial-gray-streams" args."puri" args."closure-common" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz'';
@@ -13,5 +15,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cxml-xml[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cxml-xml DESCRIPTION NIL SHA256 04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk URL
+ http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz MD5 587755dff60416d4f716f4e785cf747e NAME cxml-xml TESTNAME cxml FILENAME cxml-xml
+ DEPS ((NAME trivial-gray-streams) (NAME puri) (NAME closure-common)) DEPENDENCIES (trivial-gray-streams puri closure-common) VERSION cxml-20110619-git
+ SIBLINGS (cxml)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
index 3d579753893..89513dd9a38 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cxml.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cxml[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM cxml DESCRIPTION NIL SHA256 04k6syn9p7qsazi84kab9n9ki2pb5hrcs0ilw7wikxfqnbabm2yk URL
+ http://beta.quicklisp.org/archive/cxml/2011-06-19/cxml-20110619-git.tgz MD5 587755dff60416d4f716f4e785cf747e NAME cxml TESTNAME NIL FILENAME cxml DEPS
+ ((NAME cxml-dom) (NAME cxml-klacks) (NAME cxml-test)) DEPENDENCIES (cxml-dom cxml-klacks cxml-test) VERSION 20110619-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-mysql.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-mysql.nix
new file mode 100644
index 00000000000..3f05586200d
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-mysql.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''dbd-mysql'';
+ version = ''cl-dbi-20170124-git'';
+
+ description = ''Database driver for MySQL.'';
+
+ deps = [ args."cl-syntax-annot" args."cl-syntax" args."cl-mysql" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz'';
+ sha256 = ''0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/dbd-mysql[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM dbd-mysql DESCRIPTION Database driver for MySQL. SHA256 0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj URL
+ http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz MD5 c48d284eda4aac1ff9a10891884f52e5 NAME dbd-mysql TESTNAME NIL FILENAME
+ dbd-mysql DEPS ((NAME cl-syntax-annot) (NAME cl-syntax) (NAME cl-mysql)) DEPENDENCIES (cl-syntax-annot cl-syntax cl-mysql) VERSION cl-dbi-20170124-git
+ SIBLINGS (cl-dbi dbd-postgres dbd-sqlite3 dbi-test dbi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-postgres.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-postgres.nix
new file mode 100644
index 00000000000..cc30e7aafce
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-postgres.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''dbd-postgres'';
+ version = ''cl-dbi-20170124-git'';
+
+ description = ''Database driver for PostgreSQL.'';
+
+ deps = [ args."trivial-garbage" args."cl-syntax-annot" args."cl-syntax" args."cl-postgres" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz'';
+ sha256 = ''0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/dbd-postgres[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM dbd-postgres DESCRIPTION Database driver for PostgreSQL. SHA256 0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj URL
+ http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz MD5 c48d284eda4aac1ff9a10891884f52e5 NAME dbd-postgres TESTNAME NIL FILENAME
+ dbd-postgres DEPS ((NAME trivial-garbage) (NAME cl-syntax-annot) (NAME cl-syntax) (NAME cl-postgres)) DEPENDENCIES
+ (trivial-garbage cl-syntax-annot cl-syntax cl-postgres) VERSION cl-dbi-20170124-git SIBLINGS (cl-dbi dbd-mysql dbd-sqlite3 dbi-test dbi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-sqlite3.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-sqlite3.nix
new file mode 100644
index 00000000000..deb018bbc8a
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dbd-sqlite3.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''dbd-sqlite3'';
+ version = ''cl-dbi-20170124-git'';
+
+ description = ''Database driver for SQLite3.'';
+
+ deps = [ args."uiop" args."sqlite" args."cl-syntax-annot" args."cl-syntax" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz'';
+ sha256 = ''0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/dbd-sqlite3[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM dbd-sqlite3 DESCRIPTION Database driver for SQLite3. SHA256 0aqfcxbxmc9q3lagaarx0bqncbwjjv0wrskm6lkzy1fp94sik0qj URL
+ http://beta.quicklisp.org/archive/cl-dbi/2017-01-24/cl-dbi-20170124-git.tgz MD5 c48d284eda4aac1ff9a10891884f52e5 NAME dbd-sqlite3 TESTNAME NIL FILENAME
+ dbd-sqlite3 DEPS ((NAME uiop) (NAME sqlite) (NAME cl-syntax-annot) (NAME cl-syntax)) DEPENDENCIES (uiop sqlite cl-syntax-annot cl-syntax) VERSION
+ cl-dbi-20170124-git SIBLINGS (cl-dbi dbd-mysql dbd-postgres dbi-test dbi)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
index 2026fdea0dd..c5c823422fd 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/dexador.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/dexador[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM dexador DESCRIPTION Yet another HTTP client for Common Lisp SHA256 0fc3hlckxfwz1ymindb9p44c6idfz8z6w5zk8cbd4nvvd0f2a8kz URL
+ http://beta.quicklisp.org/archive/dexador/2017-02-27/dexador-20170227-git.tgz MD5 87895012728d97cf37366c3e4b96fcee NAME dexador TESTNAME NIL FILENAME
+ dexador DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS (dexador-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
index eb10795d055..5da87698061 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/do-urlencode.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/do-urlencode[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM do-urlencode DESCRIPTION Percent Encoding (aka URL Encoding) library SHA256 19l4rwqc52w7nrpy994b3n2dcv8pjgc530yn2xmgqlqabpxpz3xa URL
+ http://beta.quicklisp.org/archive/do-urlencode/2013-07-20/do-urlencode-20130720-git.tgz MD5 c8085e138711c225042acf83b4bf0507 NAME do-urlencode TESTNAME NIL
+ FILENAME do-urlencode DEPS ((NAME babel) (NAME babel-streams)) DEPENDENCIES (babel babel-streams) VERSION 20130720-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
index 4adc20dd002..0fca95c1e9f 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/documentation-utils.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/documentation-utils[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM documentation-utils DESCRIPTION A few simple tools to help you with documenting your library. SHA256
+ 0vyj5nvy697w2fvp2rb42jxgqah85ivz1hg84amqfi4bvik2npvq URL
+ http://beta.quicklisp.org/archive/documentation-utils/2016-12-04/documentation-utils-20161204-git.tgz MD5 36a233bf438bfc067b074b6a05865c33 NAME
+ documentation-utils TESTNAME NIL FILENAME documentation-utils DEPS ((NAME trivial-indent)) DEPENDENCIES (trivial-indent) VERSION 20161204-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
index b1dd76536c1..0cc14057d51 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
@@ -5,7 +5,7 @@ rec {
description = ''Full-featured http/https client based on usocket'';
- deps = [ args."chipz" args."chunga" args."cl+ssl" args."cl-base64" args."cl-ppcre" args."flexi-streams" args."puri" args."usocket" ];
+ deps = [ args."usocket" args."puri" args."flexi-streams" args."cl-ppcre" args."cl-base64" args."cl+ssl" args."chunga" args."chipz" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/drakma/2015-10-31/drakma-2.0.2.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/drakma[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM drakma DESCRIPTION Full-featured http/https client based on usocket SHA256 1bpwh19fxd1ncvwai2ab2363bk6qkpwch5sa4csbiawcihyawh2z URL
+ http://beta.quicklisp.org/archive/drakma/2015-10-31/drakma-2.0.2.tgz MD5 eb51e1417c02c912c2b43bd9605dfb50 NAME drakma TESTNAME NIL FILENAME drakma DEPS
+ ((NAME usocket) (NAME puri) (NAME flexi-streams) (NAME cl-ppcre) (NAME cl-base64) (NAME cl+ssl) (NAME chunga) (NAME chipz)) DEPENDENCIES
+ (usocket puri flexi-streams cl-ppcre cl-base64 cl+ssl chunga chipz) VERSION 2.0.2 SIBLINGS (drakma-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
index f3f217d545a..6ca810098d8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/esrap.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/esrap[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM esrap DESCRIPTION A Packrat / Parsing Grammar / TDPL parser for Common Lisp. SHA256 1182011bbhvkw2qsdqrccl879vf5k7bcda318n0xskk35hzircp8 URL
+ http://beta.quicklisp.org/archive/esrap/2017-01-24/esrap-20170124-git.tgz MD5 72f7a7d8e5808586dfd3ab1698e3d11f NAME esrap TESTNAME NIL FILENAME esrap DEPS
+ ((NAME alexandria)) DEPENDENCIES (alexandria) VERSION 20170124-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
index 5fb808f64c3..c716e9a35ea 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/external-program.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/external-program[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM external-program DESCRIPTION NIL SHA256 0avnnhxxa1wfri9i3m1339nszyp1w2cilycc948nf5awz4mckq13 URL
+ http://beta.quicklisp.org/archive/external-program/2016-08-25/external-program-20160825-git.tgz MD5 6902724c4f762a17645c46b0a1d8efde NAME external-program
+ TESTNAME NIL FILENAME external-program DEPS ((NAME trivial-features)) DEPENDENCIES (trivial-features) VERSION 20160825-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
index 7bd25dda403..17255e56a26 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-http.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/fast-http[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM fast-http DESCRIPTION A fast HTTP protocol parser in Common Lisp SHA256 0kpfn4i5r12hfnb3j00cl9wq5dcl32n3q67lr2qsb6y3giz335hx URL
+ http://beta.quicklisp.org/archive/fast-http/2017-02-27/fast-http-20170227-git.tgz MD5 5c5e2073702e7504a30c739e25c47c69 NAME fast-http TESTNAME NIL FILENAME
+ fast-http DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS (fast-http-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
index 22616f75adc..8dddfd65f01 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
@@ -5,7 +5,7 @@ rec {
description = ''Alternative I/O mechanism to a stream or vector'';
- deps = [ args."alexandria" args."static-vectors" args."trivial-gray-streams" ];
+ deps = [ args."trivial-gray-streams" args."static-vectors" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/fast-io/2017-01-24/fast-io-20170124-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/fast-io[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM fast-io DESCRIPTION Alternative I/O mechanism to a stream or vector SHA256 0w57iddbpdcchnv3zg7agd3ydm36aw2mni4iasi8wd628gq9a6i2 URL
+ http://beta.quicklisp.org/archive/fast-io/2017-01-24/fast-io-20170124-git.tgz MD5 e9fa77c0e75a9f32e56c27ef6861bce2 NAME fast-io TESTNAME NIL FILENAME
+ fast-io DEPS ((NAME trivial-gray-streams) (NAME static-vectors) (NAME alexandria)) DEPENDENCIES (trivial-gray-streams static-vectors alexandria) VERSION
+ 20170124-git SIBLINGS (fast-io-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
index 26a7ce83f7f..4f7f8927919 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/flexi-streams.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/flexi-streams[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM flexi-streams DESCRIPTION Flexible bivalent streams for Common Lisp SHA256 0zkx335winqs7xigbmxhhkhcsfa9hjhf1q6r4q710y29fbhpc37p URL
+ http://beta.quicklisp.org/archive/flexi-streams/2015-07-09/flexi-streams-1.0.15.tgz MD5 02dbb5a0c5f982e0c7a88aad9a25004e NAME flexi-streams TESTNAME NIL
+ FILENAME flexi-streams DEPS ((NAME trivial-gray-streams)) DEPENDENCIES (trivial-gray-streams) VERSION 1.0.15 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
index aa2fbb70282..354055aa112 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/form-fiddle.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/form-fiddle[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM form-fiddle DESCRIPTION A collection of utilities to destructure lambda forms. SHA256 1lmdxvwh0d81jlkc9qq2cw0bizjbmk7f5fjcb8ps65andfyj9bd7 URL
+ http://beta.quicklisp.org/archive/form-fiddle/2016-09-29/form-fiddle-20160929-git.tgz MD5 d7c363b70125a65d909419b78fa7dc24 NAME form-fiddle TESTNAME NIL
+ FILENAME form-fiddle DEPS ((NAME documentation-utils)) DEPENDENCIES (documentation-utils) VERSION 20160929-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
index 2c361812da6..dd7a876a28d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/http-body.nix
@@ -5,7 +5,7 @@ rec {
description = ''HTTP POST data parser for Common Lisp'';
- deps = [ args."babel" args."cl-ppcre" args."cl-utilities" args."fast-http" args."flexi-streams" args."jonathan" args."quri" args."trivial-gray-streams" ];
+ deps = [ args."trivial-gray-streams" args."quri" args."jonathan" args."flexi-streams" args."fast-http" args."cl-utilities" args."cl-ppcre" args."babel" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz'';
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/http-body[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM http-body DESCRIPTION HTTP POST data parser for Common Lisp SHA256 1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi URL
+ http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz MD5 6eda50cf89aa3b6a8e9ccaf324734a0e NAME http-body TESTNAME NIL FILENAME
+ http-body DEPS
+ ((NAME trivial-gray-streams) (NAME quri) (NAME jonathan) (NAME flexi-streams) (NAME fast-http) (NAME cl-utilities) (NAME cl-ppcre) (NAME babel))
+ DEPENDENCIES (trivial-gray-streams quri jonathan flexi-streams fast-http cl-utilities cl-ppcre babel) VERSION 20161204-git SIBLINGS (http-body-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.asdf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.asdf.nix
new file mode 100644
index 00000000000..2ea3132e6fe
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.asdf.nix
@@ -0,0 +1,29 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''hu.dwim.asdf'';
+ version = ''20151218-darcs'';
+
+ description = ''Various ASDF extensions such as attached test and documentation system, explicit development support, etc.'';
+
+ deps = [ args."uiop" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/hu.dwim.asdf/2015-12-18/hu.dwim.asdf-20151218-darcs.tgz'';
+ sha256 = ''18qdysv7zd2avdl8lc3gbnif8crjn0qs45fmnw8hia4dmd71k0k4'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/hu.dwim.asdf[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM hu.dwim.asdf DESCRIPTION Various ASDF extensions such as attached test and documentation system, explicit development support, etc. SHA256
+ 18qdysv7zd2avdl8lc3gbnif8crjn0qs45fmnw8hia4dmd71k0k4 URL http://beta.quicklisp.org/archive/hu.dwim.asdf/2015-12-18/hu.dwim.asdf-20151218-darcs.tgz MD5
+ 68ada32eb844abd8e2e6bc029126fa5f NAME hu.dwim.asdf TESTNAME NIL FILENAME hu.dwim.asdf DEPS ((NAME uiop)) DEPENDENCIES (uiop) VERSION 20151218-darcs
+ SIBLINGS (hu.dwim.asdf.documentation)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.def.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.def.nix
new file mode 100644
index 00000000000..d7d6bf5611e
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hu.dwim.def.nix
@@ -0,0 +1,31 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''hu.dwim.def'';
+ version = ''20161204-darcs'';
+
+ description = ''General purpose, homogenous, extensible definer macro.'';
+
+ deps = [ args."metabang-bind" args."iterate" args."hu.dwim.asdf" args."anaphora" args."alexandria" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/hu.dwim.def/2016-12-04/hu.dwim.def-20161204-darcs.tgz'';
+ sha256 = ''0znvcm4zi8rivyk0s840v8jaa52hzdiql88pk8hnaj8abxkvl3lj'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/hu.dwim.def[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM hu.dwim.def DESCRIPTION General purpose, homogenous, extensible definer macro. SHA256 0znvcm4zi8rivyk0s840v8jaa52hzdiql88pk8hnaj8abxkvl3lj URL
+ http://beta.quicklisp.org/archive/hu.dwim.def/2016-12-04/hu.dwim.def-20161204-darcs.tgz MD5 c4a85c220873a9edd1c2c49a6498baca NAME hu.dwim.def TESTNAME NIL
+ FILENAME hu.dwim.def DEPS ((NAME metabang-bind) (NAME iterate) (NAME hu.dwim.asdf) (NAME anaphora) (NAME alexandria)) DEPENDENCIES
+ (metabang-bind iterate hu.dwim.asdf anaphora alexandria) VERSION 20161204-darcs SIBLINGS
+ (hu.dwim.def+cl-l10n hu.dwim.def+contextl hu.dwim.def+hu.dwim.common hu.dwim.def+hu.dwim.delico hu.dwim.def+swank hu.dwim.def.documentation
+ hu.dwim.def.namespace hu.dwim.def.test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
index eafcffa9b1b..b38796148a7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/hunchentoot.nix
@@ -16,5 +16,22 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/hunchentoot[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM hunchentoot DESCRIPTION Hunchentoot is a HTTP server based on USOCKET and
+ BORDEAUX-THREADS. It supports HTTP 1.1, serves static files, has a
+ simple framework for user-defined handlers and can be extended
+ through subclassing.
+ SHA256 0gp2rgndkijjydb1x3p8414ii1z372gzdy945jy0491bcbhygj74 URL http://beta.quicklisp.org/archive/hunchentoot/2016-03-18/hunchentoot-1.2.35.tgz MD5
+ d1ce17dec454cab119c0f263e8a176d1 NAME hunchentoot TESTNAME NIL FILENAME hunchentoot DEPS
+ ((NAME bordeaux-threads) (NAME chunga) (NAME cl+ssl) (NAME cl-base64) (NAME cl-fad) (NAME cl-ppcre) (NAME flexi-streams) (NAME md5) (NAME rfc2388)
+ (NAME trivial-backtrace) (NAME usocket))
+ DEPENDENCIES (bordeaux-threads chunga cl+ssl cl-base64 cl-fad cl-ppcre flexi-streams md5 rfc2388 trivial-backtrace usocket) VERSION 1.2.35 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
index 2a36fa821f0..7e2f33ddfa9 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/idna.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/idna[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM idna DESCRIPTION IDNA (international domain names) string encoding and decoding routines SHA256 0q9hja9v5q7z89p0bzm2whchn05hymn3255fr5zj3fkja8akma5c
+ URL http://beta.quicklisp.org/archive/idna/2012-01-07/idna-20120107-git.tgz MD5 85b91a66efe4381bf116cdb5d2b756b6 NAME idna TESTNAME NIL FILENAME idna DEPS
+ ((NAME split-sequence)) DEPENDENCIES (split-sequence) VERSION 20120107-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
index a6b5574b119..5a5f1c8c34c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iolib.nix
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/iolib[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM iolib DESCRIPTION I/O library. SHA256 090xmjzyx5d7arpk9g0fsyblwh6myq2d1cb7w52r3zy1394c9481 URL
+ http://beta.quicklisp.org/archive/iolib/2016-03-18/iolib-v0.8.1.tgz MD5 cd34c4f7db4af7391757ebc3f4f61422 NAME iolib TESTNAME NIL FILENAME iolib DEPS
+ ((NAME alexandria) (NAME babel) (NAME bordeaux-threads) (NAME cffi) (NAME idna) (NAME split-sequence) (NAME swap-bytes) (NAME trivial-features)
+ (NAME uiop))
+ DEPENDENCIES (alexandria babel bordeaux-threads cffi idna split-sequence swap-bytes trivial-features uiop) VERSION v0.8.1 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
index 4f8f9e02752..af1cbc8f1b6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/ironclad.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/ironclad[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM ironclad DESCRIPTION A cryptographic toolkit written in pure Common Lisp SHA256 1ld0xz8gmi566zxl1cva5yi86aw1wb6i6446gxxdw1lisxx3xwz7 URL
+ http://beta.quicklisp.org/archive/ironclad/2014-11-06/ironclad_0.33.0.tgz MD5 2b7befe607e2fedffbdd45b2443db718 NAME ironclad TESTNAME NIL FILENAME ironclad
+ DEPS ((NAME nibbles)) DEPENDENCIES (nibbles) VERSION ironclad_0.33.0 SIBLINGS (ironclad-text)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
index 1eb9b549287..b3ec955fead 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/iterate.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/iterate[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM iterate DESCRIPTION Jonathan Amsterdam's iterator/gatherer/accumulator facility SHA256 0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm URL
+ http://beta.quicklisp.org/archive/iterate/2016-08-25/iterate-20160825-darcs.tgz MD5 e73ff4898ce4831ff2a28817f32de86e NAME iterate TESTNAME NIL FILENAME
+ iterate DEPS NIL DEPENDENCIES NIL VERSION 20160825-darcs SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
index 055d9eebc23..e3cfd9047b6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/jonathan.nix
@@ -5,7 +5,7 @@ rec {
description = ''High performance JSON encoder and decoder. Currently support: SBCL, CCL.'';
- deps = [ args."babel" args."cl-annot" args."cl-ppcre" args."cl-syntax" args."cl-syntax-annot" args."fast-io" args."proc-parse" args."trivial-types" ];
+ deps = [ args."trivial-types" args."proc-parse" args."fast-io" args."cl-syntax-annot" args."cl-syntax" args."cl-ppcre" args."cl-annot" args."babel" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/jonathan/2017-01-24/jonathan-20170124-git.tgz'';
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/jonathan[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM jonathan DESCRIPTION High performance JSON encoder and decoder. Currently support: SBCL, CCL. SHA256
+ 1r54w7i1fxaqz6q7idamcy3bvsg0pvfjcs2qq4dag519zwcpln5l URL http://beta.quicklisp.org/archive/jonathan/2017-01-24/jonathan-20170124-git.tgz MD5
+ f33377a22a3b1d948f294985acec20ad NAME jonathan TESTNAME NIL FILENAME jonathan DEPS
+ ((NAME trivial-types) (NAME proc-parse) (NAME fast-io) (NAME cl-syntax-annot) (NAME cl-syntax) (NAME cl-ppcre) (NAME cl-annot) (NAME babel)) DEPENDENCIES
+ (trivial-types proc-parse fast-io cl-syntax-annot cl-syntax cl-ppcre cl-annot babel) VERSION 20170124-git SIBLINGS (jonathan-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
deleted file mode 100644
index 1116efadc5a..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''lack-component'';
- version = ''lack-20161204-git'';
-
- description = '''';
-
- deps = [ ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz'';
- sha256 = ''10bnpgbh5nk9lw1xywmvh5661rq91v8sp43ds53x98865ni7flnv'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
deleted file mode 100644
index 20d920dfad5..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-util.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''lack-util'';
- version = ''lack-20161204-git'';
-
- description = '''';
-
- deps = [ args."ironclad" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz'';
- sha256 = ''10bnpgbh5nk9lw1xywmvh5661rq91v8sp43ds53x98865ni7flnv'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
index 330c696a66a..7f1f4899f04 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack.nix
@@ -5,7 +5,7 @@ rec {
description = ''A minimal Clack'';
- deps = [ args."lack-component" args."lack-util" ];
+ deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz'';
@@ -13,5 +13,21 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/lack[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM lack DESCRIPTION A minimal Clack SHA256 10bnpgbh5nk9lw1xywmvh5661rq91v8sp43ds53x98865ni7flnv URL
+ http://beta.quicklisp.org/archive/lack/2016-12-04/lack-20161204-git.tgz MD5 bef444eeadf759226539318bee9f0ab5 NAME lack TESTNAME NIL FILENAME lack DEPS NIL
+ DEPENDENCIES NIL VERSION 20161204-git SIBLINGS
+ (lack-component lack-middleware-accesslog lack-middleware-auth-basic lack-middleware-backtrace lack-middleware-csrf lack-middleware-mount
+ lack-middleware-session lack-middleware-static lack-request lack-response lack-session-store-dbi lack-session-store-redis lack-test
+ lack-util-writer-stream lack-util t-lack-component t-lack-middleware-accesslog t-lack-middleware-auth-basic t-lack-middleware-backtrace
+ t-lack-middleware-csrf t-lack-middleware-mount t-lack-middleware-session t-lack-middleware-static t-lack-request t-lack-session-store-dbi
+ t-lack-session-store-redis t-lack-util t-lack)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
index 1dfc69ea6d8..07b106dde99 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/let-plus.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/let-plus[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM let-plus DESCRIPTION Destructuring extension of LET*. SHA256 1hfsw4g36vccz2lx6gk375arjj6y85yh9ch3pq7yiybjlxx68xi8 URL
+ http://beta.quicklisp.org/archive/let-plus/2017-01-24/let-plus-20170124-git.tgz MD5 1180608e4da53f3866a99d4cca72e3b1 NAME let-plus TESTNAME NIL FILENAME
+ let-plus DEPS ((NAME alexandria) (NAME anaphora)) DEPENDENCIES (alexandria anaphora) VERSION 20170124-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
index 9aaae650190..8ccb243d1af 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lev.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/lev[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM lev DESCRIPTION libev bindings for Common Lisp SHA256 0lkkzb221ks4f0qjgh6pr5lyvb4884a87p96ir4m36x411pyk5xl URL
+ http://beta.quicklisp.org/archive/lev/2015-05-05/lev-20150505-git.tgz MD5 10f340f7500beb98b5c0d4a9876131fb NAME lev TESTNAME NIL FILENAME lev DEPS
+ ((NAME cffi)) DEPENDENCIES (cffi) VERSION 20150505-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
index 8e3ea32d75b..65ffbf88233 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/local-time.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/local-time[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM local-time DESCRIPTION A library for manipulating dates and times, based on a paper by Erik Naggum SHA256
+ 0nf21bhclr2cwpflf733wn6hr6mcz94dr796jk91f0ck28nf7ab1 URL http://beta.quicklisp.org/archive/local-time/2017-01-24/local-time-20170124-git.tgz MD5
+ b345e5e74186eeddb85233df91d0dfe9 NAME local-time TESTNAME NIL FILENAME local-time DEPS ((NAME cl-fad)) DEPENDENCIES (cl-fad) VERSION 20170124-git SIBLINGS
+ (cl-postgres+local-time local-time.test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
index 4432119493a..068d0b9b1e7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lquery.nix
@@ -5,7 +5,7 @@ rec {
description = ''A library to allow jQuery-like HTML/DOM manipulation.'';
- deps = [ args."array-utils" args."clss" args."form-fiddle" args."plump" ];
+ deps = [ args."plump" args."form-fiddle" args."clss" args."array-utils" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/lquery/2016-09-29/lquery-20160929-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/lquery[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM lquery DESCRIPTION A library to allow jQuery-like HTML/DOM manipulation. SHA256 1kqc0n4zh44yay9vbv6wirk3122q7if2999146lrgada5fy17r7x URL
+ http://beta.quicklisp.org/archive/lquery/2016-09-29/lquery-20160929-git.tgz MD5 072a796075862c96dcd6f227d79dc2b7 NAME lquery TESTNAME NIL FILENAME lquery
+ DEPS ((NAME plump) (NAME form-fiddle) (NAME clss) (NAME array-utils)) DEPENDENCIES (plump form-fiddle clss array-utils) VERSION 20160929-git SIBLINGS
+ (lquery-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
index ac55a3bbbef..d2545b9a269 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/map-set.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/map-set[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM map-set DESCRIPTION Set-like data structure. SHA256 15fbha43a5153ah836djp9dbg41728adjrzwryv68gcqs31rjk9v URL
+ http://beta.quicklisp.org/archive/map-set/2016-06-28/map-set-20160628-hg.tgz MD5 49cf6b527841b717b8696efaa7bb6389 NAME map-set TESTNAME NIL FILENAME
+ map-set DEPS NIL DEPENDENCIES NIL VERSION 20160628-hg SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
index b15949ad6ec..ed49719ecf6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/marshal.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/marshal[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM marshal DESCRIPTION marshal: Simple (de)serialization of Lisp datastructures. SHA256 0z43m3jspl4c4fcbbxm58hxd9k69308pyijgj7grmq6mirkq664d URL
+ http://beta.quicklisp.org/archive/cl-marshal/2017-01-24/cl-marshal-20170124-git.tgz MD5 ebde1b0f1c1abeb409380884cc665351 NAME marshal TESTNAME NIL FILENAME
+ marshal DEPS NIL DEPENDENCIES NIL VERSION cl-20170124-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
index 9450a0431ab..e568fd1cce8 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/md5.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/md5[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM md5 DESCRIPTION The MD5 Message-Digest Algorithm RFC 1321 SHA256 1sf79pjip19sx7zmznz1wm4563qc208lq49m0jnhxbv09wmm4vc5 URL
+ http://beta.quicklisp.org/archive/md5/2015-08-04/md5-20150804-git.tgz MD5 69331e0d326cbc3286ac447e2868e7fd NAME md5 TESTNAME NIL FILENAME md5 DEPS NIL
+ DEPENDENCIES NIL VERSION 20150804-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
index 5e824e69186..e585c2bd298 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/metabang-bind.nix
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/metabang-bind[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM metabang-bind DESCRIPTION
+ Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more. SHA256
+ 1xyiyrc9c02ylg6b749h2ihn6922kb179x7k338dmglf4mpyqxwc URL http://beta.quicklisp.org/archive/metabang-bind/2017-01-24/metabang-bind-20170124-git.tgz MD5
+ 20c6a434308598ad7fa224d99f3bcbf6 NAME metabang-bind TESTNAME NIL FILENAME metabang-bind DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
+ (metabang-bind-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
index 92d2c10c3be..477d54f1c81 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/myway.nix
@@ -5,7 +5,7 @@ rec {
description = ''Sinatra-compatible routing library.'';
- deps = [ args."alexandria" args."cl-ppcre" args."cl-utilities" args."map-set" args."quri" ];
+ deps = [ args."quri" args."map-set" args."cl-utilities" args."cl-ppcre" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/myway/2015-03-02/myway-20150302-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/myway[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM myway DESCRIPTION Sinatra-compatible routing library. SHA256 1spab9zzhwjg3r5xncr5ncha7phw72wp49cxxncgphh1lfaiyblh URL
+ http://beta.quicklisp.org/archive/myway/2015-03-02/myway-20150302-git.tgz MD5 6a16b41eb3216c469bfc8783cce08b01 NAME myway TESTNAME NIL FILENAME myway DEPS
+ ((NAME quri) (NAME map-set) (NAME cl-utilities) (NAME cl-ppcre) (NAME alexandria)) DEPENDENCIES (quri map-set cl-utilities cl-ppcre alexandria) VERSION
+ 20150302-git SIBLINGS (myway-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
index 24edc30f20b..a5a8e79c2ad 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/named-readtables.nix
@@ -14,5 +14,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/named-readtables[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM named-readtables DESCRIPTION Library that creates a namespace for named readtable
+ akin to the namespace of packages.
+ SHA256 1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45 URL
+ http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz MD5 1237a07f90e29939e48b595eaad2bd82 NAME named-readtables
+ TESTNAME NIL FILENAME named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
index 83c2b5a7bc2..607a8e54d67 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/nibbles.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/nibbles[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM nibbles DESCRIPTION A library for accessing octet-addressed blocks of data in big- and little-endian orders SHA256
+ 06cdnivq2966crpj8pidqmwagaif848yvq4fjqq213f3wynwknh4 URL http://beta.quicklisp.org/archive/nibbles/2016-12-04/nibbles-20161204-git.tgz MD5
+ a342eb0426be2570c18151ef8742dad3 NAME nibbles TESTNAME NIL FILENAME nibbles DEPS NIL DEPENDENCIES NIL VERSION 20161204-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
index f73e6ea083b..5b04344c635 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/optima.nix
@@ -5,7 +5,7 @@ rec {
description = ''Optimized Pattern Matching Library'';
- deps = [ args."alexandria" args."closer-mop" ];
+ deps = [ args."closer-mop" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/optima/2015-07-09/optima-20150709-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/optima[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM optima DESCRIPTION Optimized Pattern Matching Library SHA256 0vqyqrnx2d8qwa2jlg9l2wn6vrykraj8a1ysz0gxxxnwpqc29hdc URL
+ http://beta.quicklisp.org/archive/optima/2015-07-09/optima-20150709-git.tgz MD5 20523dc3dfc04bb2526008dff0842caa NAME optima TESTNAME NIL FILENAME optima
+ DEPS ((NAME closer-mop) (NAME alexandria)) DEPENDENCIES (closer-mop alexandria) VERSION 20150709-git SIBLINGS (optima.ppcre optima.test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
index 3307536bb75..01d1b384b26 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/parenscript.nix
@@ -5,7 +5,7 @@ rec {
description = ''Lisp to JavaScript transpiler'';
- deps = [ args."anaphora" args."cl-ppcre" args."named-readtables" ];
+ deps = [ args."named-readtables" args."cl-ppcre" args."anaphora" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/parenscript/2016-03-18/Parenscript-2.6.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/parenscript[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM parenscript DESCRIPTION Lisp to JavaScript transpiler SHA256 1hvr407fz7gzaxqbnki4k3l44qvl7vk6p5pn7811nrv6lk3kp5li URL
+ http://beta.quicklisp.org/archive/parenscript/2016-03-18/Parenscript-2.6.tgz MD5 dadecc13f2918bc618fb143e893deb99 NAME parenscript TESTNAME NIL FILENAME
+ parenscript DEPS ((NAME named-readtables) (NAME cl-ppcre) (NAME anaphora)) DEPENDENCIES (named-readtables cl-ppcre anaphora) VERSION Parenscript-2.6
+ SIBLINGS (parenscript.test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
deleted file mode 100644
index f834554de95..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall-queue.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''pcall-queue'';
- version = ''pcall-0.3'';
-
- description = '''';
-
- deps = [ args."bordeaux-threads" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz'';
- sha256 = ''02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
index f8a61f5b87d..4d42a9a49b6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/pcall.nix
@@ -5,7 +5,7 @@ rec {
description = '''';
- deps = [ args."bordeaux-threads" args."pcall-queue" ];
+ deps = [ args."bordeaux-threads" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/pcall[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM pcall DESCRIPTION NIL SHA256 02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y URL
+ http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz MD5 019d85dfd1d5d0ee8d4ee475411caf6b NAME pcall TESTNAME NIL FILENAME pcall DEPS
+ ((NAME bordeaux-threads)) DEPENDENCIES (bordeaux-threads) VERSION 0.3 SIBLINGS (pcall-queue)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
deleted file mode 100644
index aed7c42b681..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-dom.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''plump-dom'';
- version = ''plump-20170124-git'';
-
- description = ''A DOM for use with the Plump parser.'';
-
- deps = [ args."array-utils" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
- sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
deleted file mode 100644
index fe975e9f52d..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-lexer.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''plump-lexer'';
- version = ''plump-20170124-git'';
-
- description = ''A very simple toolkit to help with lexing used mainly in Plump.'';
-
- deps = [ ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
- sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
deleted file mode 100644
index 941924d461e..00000000000
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump-parser.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-args @ { fetchurl, ... }:
-rec {
- baseName = ''plump-parser'';
- version = ''plump-20170124-git'';
-
- description = ''Plump's core parser component.'';
-
- deps = [ args."plump-dom" args."plump-lexer" args."trivial-indent" ];
-
- src = fetchurl {
- url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
- sha256 = ''1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x'';
- };
-
- overrides = x: {
- };
-}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
index 5410889987b..5d6e7a34a35 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/plump.nix
@@ -5,7 +5,7 @@ rec {
description = ''An XML / XHTML / HTML parser that aims to be as lenient as possible.'';
- deps = [ args."plump-dom" args."plump-lexer" args."plump-parser" ];
+ deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/plump[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM plump DESCRIPTION An XML / XHTML / HTML parser that aims to be as lenient as possible. SHA256 1swl5kr6hgl7hkybixsx7h4ddc7c0a7pisgmmiz2bs2rv4inz69x
+ URL http://beta.quicklisp.org/archive/plump/2017-01-24/plump-20170124-git.tgz MD5 c49aeb37173aca79ee6ff5c89b0c4b1a NAME plump TESTNAME NIL FILENAME plump
+ DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS (plump-dom plump-lexer plump-parser)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
index 1c42d0688e2..4d79313d983 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/proc-parse.nix
@@ -5,7 +5,7 @@ rec {
description = ''Procedural vector parser'';
- deps = [ args."alexandria" args."babel" ];
+ deps = [ args."babel" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/proc-parse/2016-03-18/proc-parse-20160318-git.tgz'';
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/proc-parse[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM proc-parse DESCRIPTION Procedural vector parser SHA256 00261w269w9chg6r3sh8hg8994njbsai1g3zni0whm2dzxxq6rnl URL
+ http://beta.quicklisp.org/archive/proc-parse/2016-03-18/proc-parse-20160318-git.tgz MD5 5e43f50284fa70c448a3df12d1eea2ea NAME proc-parse TESTNAME NIL
+ FILENAME proc-parse DEPS ((NAME babel) (NAME alexandria)) DEPENDENCIES (babel alexandria) VERSION 20160318-git SIBLINGS (proc-parse-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
index 0cf49862065..32c10118f3c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/prove.nix
@@ -5,7 +5,7 @@ rec {
description = '''';
- deps = [ args."alexandria" args."cl-ansi-text" args."cl-colors" args."cl-ppcre" args."uiop" ];
+ deps = [ args."uiop" args."cl-ppcre" args."cl-colors" args."cl-ansi-text" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/prove/2017-01-24/prove-20170124-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/prove[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM prove DESCRIPTION NIL SHA256 1kyhh4yvf47psb5v0zqivcwn71n6my5fwggdifymlpigk2q3zn03 URL
+ http://beta.quicklisp.org/archive/prove/2017-01-24/prove-20170124-git.tgz MD5 c5601ee1aebedc7272e2c25e6a5ca8be NAME prove TESTNAME NIL FILENAME prove DEPS
+ ((NAME uiop) (NAME cl-ppcre) (NAME cl-colors) (NAME cl-ansi-text) (NAME alexandria)) DEPENDENCIES (uiop cl-ppcre cl-colors cl-ansi-text alexandria) VERSION
+ 20170124-git SIBLINGS (cl-test-more prove-asdf prove-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
index 7f219ba6a9a..b6ef82f9520 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/puri[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM puri DESCRIPTION Portable Universal Resource Indentifier Library SHA256 099ay2zji5ablj2jj56sb49hk2l9x5s11vpx6893qwwjsp2881qa URL
+ http://beta.quicklisp.org/archive/puri/2015-09-23/puri-20150923-git.tgz MD5 3bd4e30aa6b6baf6f26753b5fc357e0f NAME puri TESTNAME NIL FILENAME puri DEPS NIL
+ DEPENDENCIES NIL VERSION 20150923-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
index 087be682f5d..51ff8bdb022 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/query-fs.nix
@@ -13,5 +13,18 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/query-fs[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM query-fs DESCRIPTION High-level virtual FS using CL-Fuse-Meta-FS to represent results of queries SHA256
+ 0wknr3rffihg1my8ihmpwssxpxj4bfmqcly0s37q51fllxkr1v5a URL http://beta.quicklisp.org/archive/query-fs/2016-05-31/query-fs-20160531-git.tgz MD5
+ dfbb3d0e7b5d990488a17b184771d049 NAME query-fs TESTNAME NIL FILENAME query-fs DEPS
+ ((NAME bordeaux-threads) (NAME cl-fuse) (NAME cl-fuse-meta-fs) (NAME cl-ppcre) (NAME command-line-arguments) (NAME iterate) (NAME trivial-backtrace))
+ DEPENDENCIES (bordeaux-threads cl-fuse cl-fuse-meta-fs cl-ppcre command-line-arguments iterate trivial-backtrace) VERSION 20160531-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
index aea88cf61ef..1eb40822b9c 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/quri.nix
@@ -5,7 +5,7 @@ rec {
description = ''Yet another URI library for Common Lisp'';
- deps = [ args."alexandria" args."babel" args."cl-utilities" args."split-sequence" ];
+ deps = [ args."split-sequence" args."cl-utilities" args."babel" args."alexandria" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/quri[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM quri DESCRIPTION Yet another URI library for Common Lisp SHA256 14if83kd2mv68p4g4ch2w796w3micpzv40z7xrcwzwj64wngwabv URL
+ http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz MD5 8c87e99d4f7308d83aab361a6e36508a NAME quri TESTNAME NIL FILENAME quri DEPS
+ ((NAME split-sequence) (NAME cl-utilities) (NAME babel) (NAME alexandria)) DEPENDENCIES (split-sequence cl-utilities babel alexandria) VERSION 20161204-git
+ SIBLINGS (quri-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
index 56c2d630c4d..290850ced7d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/rfc2388.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/rfc2388[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM rfc2388 DESCRIPTION Implementation of RFC 2388 SHA256 1ky99cr4bgfyh0pfpl5f6fsmq1qdbgi4b8v0cfs4y73f78p1f8b6 URL
+ http://beta.quicklisp.org/archive/rfc2388/2013-07-20/rfc2388-20130720-git.tgz MD5 10a8bfea588196b1147d5dc7bf759bb1 NAME rfc2388 TESTNAME NIL FILENAME
+ rfc2388 DEPS NIL DEPENDENCIES NIL VERSION 20130720-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
index 19c5d84a26b..963133feb8d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/salza2.nix
@@ -14,5 +14,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/salza2[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM salza2 DESCRIPTION Create compressed data in the ZLIB, DEFLATE, or GZIP
+ data formats
+ SHA256 1m0hksgvq3njd9xa2nxlm161vgzw77djxmisq08v9pz2bz16v8va URL http://beta.quicklisp.org/archive/salza2/2013-07-20/salza2-2.0.9.tgz MD5
+ e62383de435081c0f1f888ec363bb32c NAME salza2 TESTNAME NIL FILENAME salza2 DEPS NIL DEPENDENCIES NIL VERSION 2.0.9 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
index 5f0f316dda4..1a610eaacbe 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/smart-buffer.nix
@@ -5,7 +5,7 @@ rec {
description = ''Smart octets buffer'';
- deps = [ args."flexi-streams" args."uiop" args."xsubseq" ];
+ deps = [ args."xsubseq" args."uiop" args."flexi-streams" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/smart-buffer/2016-06-28/smart-buffer-20160628-git.tgz'';
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/smart-buffer[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM smart-buffer DESCRIPTION Smart octets buffer SHA256 1wp50snkc8739n91xlnfnq1dzz3kfp0awgp92m7xbpcw3hbaib1s URL
+ http://beta.quicklisp.org/archive/smart-buffer/2016-06-28/smart-buffer-20160628-git.tgz MD5 454d8510618da8111c7ca687549b7035 NAME smart-buffer TESTNAME NIL
+ FILENAME smart-buffer DEPS ((NAME xsubseq) (NAME uiop) (NAME flexi-streams)) DEPENDENCIES (xsubseq uiop flexi-streams) VERSION 20160628-git SIBLINGS
+ (smart-buffer-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
index 70ec5445735..b6f1d8ec966 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/split-sequence.nix
@@ -14,5 +14,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/split-sequence[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM split-sequence DESCRIPTION Splits a sequence into a list of subsequences
+ delimited by objects satisfying a test.
+ SHA256 12x5yfvinqz9jzxwlsg226103a9sdf67zpzn5izggvdlw0v5qp0l URL http://beta.quicklisp.org/archive/split-sequence/2015-08-04/split-sequence-1.2.tgz MD5
+ 194e24d60f0fba70a059633960052e21 NAME split-sequence TESTNAME NIL FILENAME split-sequence DEPS NIL DEPENDENCIES NIL VERSION 1.2 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/sqlite.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/sqlite.nix
new file mode 100644
index 00000000000..c514fd81576
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/sqlite.nix
@@ -0,0 +1,28 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''sqlite'';
+ version = ''cl-20130615-git'';
+
+ description = '''';
+
+ deps = [ args."cffi" args."iterate" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/cl-sqlite/2013-06-15/cl-sqlite-20130615-git.tgz'';
+ sha256 = ''0db1fvvnsrnxmp272ycnl2kwhymjwrimr8z4djvjlg6cvjxk6lqh'';
+ };
+
+ overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/sqlite[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
+ };
+}
+/* (SYSTEM sqlite DESCRIPTION NIL SHA256 0db1fvvnsrnxmp272ycnl2kwhymjwrimr8z4djvjlg6cvjxk6lqh URL
+ http://beta.quicklisp.org/archive/cl-sqlite/2013-06-15/cl-sqlite-20130615-git.tgz MD5 93be7c68f587d830941be55f2c2f1c8b NAME sqlite TESTNAME NIL FILENAME
+ sqlite DEPS ((NAME cffi) (NAME iterate)) DEPENDENCIES (cffi iterate) VERSION cl-20130615-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
index 7e0b5231ea3..879d2c3e815 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/static-vectors.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/static-vectors[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM static-vectors DESCRIPTION Create vectors allocated in static memory. SHA256 0p35f0wrnv46bmmxlviwpsbxnlnkmxwd3xp858lhf0dy52cyra1g URL
+ http://beta.quicklisp.org/archive/static-vectors/2017-01-24/static-vectors-v1.8.2.tgz MD5 fd3ebe4e79a71c49e32ac87d6a1bcaf4 NAME static-vectors TESTNAME NIL
+ FILENAME static-vectors DEPS ((NAME alexandria) (NAME cffi) (NAME cffi-grovel)) DEPENDENCIES (alexandria cffi cffi-grovel) VERSION v1.8.2 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
index 20a57e86967..529f989c5b0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/stumpwm.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/stumpwm[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM stumpwm DESCRIPTION A tiling, keyboard driven window manager SHA256 0w1arw1x5hsw0w6rc1ls4bf7gf8cjcm6ar68kp74zczp0y35fign URL
+ http://beta.quicklisp.org/archive/stumpwm/2017-02-27/stumpwm-20170227-git.tgz MD5 076f2ec967024fcabc13eb921e6ce7c2 NAME stumpwm TESTNAME NIL FILENAME
+ stumpwm DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
index ab003701039..6f8cf8c2a2a 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/swap-bytes.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/swap-bytes[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM swap-bytes DESCRIPTION Optimized byte-swapping primitives. SHA256 0snwbfplqhg1y4y4m7lgvksg1hs0sygfikz3rlbkfl4gwg8pq8ky URL
+ http://beta.quicklisp.org/archive/swap-bytes/2016-09-29/swap-bytes-v1.1.tgz MD5 dda8b3b0a4e345879e80a3cc398667bb NAME swap-bytes TESTNAME NIL FILENAME
+ swap-bytes DEPS ((NAME trivial-features)) DEPENDENCIES (trivial-features) VERSION v1.1 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
index 36de0955f55..e9c8ba354e7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-backtrace.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-backtrace[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-backtrace DESCRIPTION trivial-backtrace SHA256 1vcvalcv2ljiv2gyh8xjcg62cjsripjwmnhc8zji35ja1xyqvxhx URL
+ http://beta.quicklisp.org/archive/trivial-backtrace/2016-05-31/trivial-backtrace-20160531-git.tgz MD5 a3b41b4ae24e3fde303a2623201aac4d NAME
+ trivial-backtrace TESTNAME NIL FILENAME trivial-backtrace DEPS NIL DEPENDENCIES NIL VERSION 20160531-git SIBLINGS (trivial-backtrace-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
index 4c8c7db0b0b..d1ccd2ea2c7 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-features.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-features[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-features DESCRIPTION Ensures consistent *FEATURES* across multiple CLs. SHA256 0i2zyc9c7jigljxll29sh9gv1fawdsf0kq7s86pwba5zi99q2ij2 URL
+ http://beta.quicklisp.org/archive/trivial-features/2016-12-04/trivial-features-20161204-git.tgz MD5 07497e3fd92e68027a96f877cfe62bd4 NAME trivial-features
+ TESTNAME NIL FILENAME trivial-features DEPS NIL DEPENDENCIES NIL VERSION 20161204-git SIBLINGS (trivial-features-tests)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
index f8f77eaee39..3aeb11fdf9d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-garbage.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-garbage[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-garbage DESCRIPTION Portable finalizers, weak hash-tables and weak pointers. SHA256 1yy1jyx7wz5rr7lr0jyyfxgzfddmrxrmkp46a21pcdc4jlss1h08 URL
+ http://beta.quicklisp.org/archive/trivial-garbage/2015-01-13/trivial-garbage-20150113-git.tgz MD5 59153568703eed631e53092ab67f935e NAME trivial-garbage
+ TESTNAME NIL FILENAME trivial-garbage DEPS NIL DEPENDENCIES NIL VERSION 20150113-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
index 2a2a9be1b85..80ca1d6ea9b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-gray-streams.nix
@@ -13,5 +13,17 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-gray-streams[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-gray-streams DESCRIPTION Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams). SHA256
+ 1nhbp0qizvqvy2mfl3i99hlwiy27h3gq0jglwzsj2fmnwqvpfx92 URL
+ http://beta.quicklisp.org/archive/trivial-gray-streams/2014-08-26/trivial-gray-streams-20140826-git.tgz MD5 1ca280830c8c438ca2ccfadb3763ae83 NAME
+ trivial-gray-streams TESTNAME NIL FILENAME trivial-gray-streams DEPS NIL DEPENDENCIES NIL VERSION 20140826-git SIBLINGS (trivial-gray-streams-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
index d0e61f55abf..18cfe65db37 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-indent.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-indent[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-indent DESCRIPTION A very simple library to allow indentation hints for SWANK. SHA256 0nc7d5xdx4h8jvvqif7f721z8296kl6jk5hqmgr0mj3g7svgfrir
+ URL http://beta.quicklisp.org/archive/trivial-indent/2016-09-29/trivial-indent-20160929-git.tgz MD5 d93c0fa8e29d7d37170efd58b84ac188 NAME trivial-indent
+ TESTNAME NIL FILENAME trivial-indent DEPS NIL DEPENDENCIES NIL VERSION 20160929-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
index 717d9d3d3ca..96474552828 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-mimes.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-mimes[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-mimes DESCRIPTION Tiny library to detect mime types in files. SHA256 1sdsplngi3civv9wjd9rxxj3ynqc3260cfykpid5lpy8rhbyiw0w URL
+ http://beta.quicklisp.org/archive/trivial-mimes/2016-09-29/trivial-mimes-20160929-git.tgz MD5 1075218aae1940bb3413b0edb6b73ac2 NAME trivial-mimes TESTNAME
+ NIL FILENAME trivial-mimes DEPS NIL DEPENDENCIES NIL VERSION 20160929-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
index 93bfedd45bf..4f9851247eb 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-types.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-types[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-types DESCRIPTION Trivial type definitions SHA256 0y3lfbbvi2qp2cwswzmk1awzqrsrrcfkcm1qn744bgm1fiqhxbxx URL
+ http://beta.quicklisp.org/archive/trivial-types/2012-04-07/trivial-types-20120407-git.tgz MD5 b14dbe0564dcea33d8f4e852a612d7db NAME trivial-types TESTNAME
+ NIL FILENAME trivial-types DEPS NIL DEPENDENCIES NIL VERSION 20120407-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
index d666f2382a3..814f4c1a6dc 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/trivial-utf-8.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/trivial-utf-8[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM trivial-utf-8 DESCRIPTION NIL SHA256 1lmg185s6w3rzsz3xa41k5w9xw32bi288ifhrxincy8iv92w65wb URL
+ http://beta.quicklisp.org/archive/trivial-utf-8/2011-10-01/trivial-utf-8-20111001-darcs.tgz MD5 0206c4ba7a6c0b9b23762f244aca6614 NAME trivial-utf-8
+ TESTNAME NIL FILENAME trivial-utf-8 DEPS NIL DEPENDENCIES NIL VERSION 20111001-darcs SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
index 30831df086f..382df53eeb0 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uffi.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/uffi[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM uffi DESCRIPTION Universal Foreign Function Library for Common Lisp SHA256 1b3mb1ac5hqpn941pmgwkiy241rnin308haxbs2f4rwp2la7wzyy URL
+ http://beta.quicklisp.org/archive/uffi/2015-09-23/uffi-20150923-git.tgz MD5 84babed7d1633cf01610e81f027024da NAME uffi TESTNAME NIL FILENAME uffi DEPS NIL
+ DEPENDENCIES NIL VERSION 20150923-git SIBLINGS (uffi-tests)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
index 6dbbcbe20ef..a1ad7daf179 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/uiop.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/uiop[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM uiop DESCRIPTION Portability library for Common Lisp programs SHA256 1rrn1mdcb4dmb517vrp3nzwpp1w8hfvpzarj36c7kkpjq23czdig URL
+ http://beta.quicklisp.org/archive/uiop/2017-01-24/uiop-3.2.0.tgz MD5 3c304efce790959b14a241db2e669fce NAME uiop TESTNAME NIL FILENAME uiop DEPS NIL
+ DEPENDENCIES NIL VERSION 3.2.0 SIBLINGS (asdf-driver)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
index 4fe40ae2495..d88c0a84749 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/usocket.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/usocket[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM usocket DESCRIPTION Universal socket library for Common Lisp SHA256 1mpcfawbzd72cd841bb0hmgx4kinnvcnazc7vym83gv5iy6lwif2 URL
+ http://beta.quicklisp.org/archive/usocket/2016-10-31/usocket-0.7.0.1.tgz MD5 1dcb027187679211f9d277ce99ca2a5a NAME usocket TESTNAME NIL FILENAME usocket
+ DEPS ((NAME split-sequence)) DEPENDENCIES (split-sequence) VERSION 0.7.0.1 SIBLINGS (usocket-server usocket-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
index d8a429b1392..5563786b07e 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/vom.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/vom[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM vom DESCRIPTION A tiny logging utility. SHA256 0mvln0xx8qnrsmaj7c0f2ilgahvf078qvhqag7qs3j26xmamjm93 URL
+ http://beta.quicklisp.org/archive/vom/2016-08-25/vom-20160825-git.tgz MD5 ad16bdc0221b08de371be6ce25ce3d47 NAME vom TESTNAME NIL FILENAME vom DEPS NIL
+ DEPENDENCIES NIL VERSION 20160825-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
index c9624b2a5f2..dce3e50c192 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/woo.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/woo[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM woo DESCRIPTION An asynchronous HTTP server written in Common Lisp SHA256 0myydz817mpkgs97p9y9n4z0kq00xxr2b65klsdkxasvvfyjw0d1 URL
+ http://beta.quicklisp.org/archive/woo/2017-02-27/woo-20170227-git.tgz MD5 cc37270ad408e093bd28c025466d8f64 NAME woo TESTNAME NIL FILENAME woo DEPS NIL
+ DEPENDENCIES NIL VERSION 20170227-git SIBLINGS (clack-handler-woo woo-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
index 3e91bd9eb6c..9efaa93d2bf 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/wookie.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/wookie[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM wookie DESCRIPTION An evented webserver for Common Lisp. SHA256 0i1wrgr5grg387ldv1zfswws1g3xvrkxxvp1m58m9hj0c1vmm6v0 URL
+ http://beta.quicklisp.org/archive/wookie/2017-02-27/wookie-20170227-git.tgz MD5 aeb084106facdc9c8dab100c97e05b92 NAME wookie TESTNAME NIL FILENAME wookie
+ DEPS NIL DEPENDENCIES NIL VERSION 20170227-git SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
index ce0ae7043a7..564477d84d6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xmls.nix
@@ -13,5 +13,15 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/xmls[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM xmls DESCRIPTION NIL SHA256 1pch221g5jv02rb21ly9ik4cmbzv8ca6bnyrs4s0yfrrq0ji406b URL http://beta.quicklisp.org/archive/xmls/2015-04-07/xmls-1.7.tgz
+ MD5 697c9f49a60651b759e24ea0c1eb1cfe NAME xmls TESTNAME NIL FILENAME xmls DEPS NIL DEPENDENCIES NIL VERSION 1.7 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
index f433eb8cfd8..59a92bb04a2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/xsubseq.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/xsubseq[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM xsubseq DESCRIPTION Efficient way to manage "subseq"s in Common Lisp SHA256 0ykjhi7pkqcwm00yzhqvngnx07hsvwbj0c72b08rj4dkngg8is5q URL
+ http://beta.quicklisp.org/archive/xsubseq/2015-01-13/xsubseq-20150113-git.tgz MD5 56f7a4ac1f05f10e7226e0e5b7b0bfa7 NAME xsubseq TESTNAME NIL FILENAME
+ xsubseq DEPS NIL DEPENDENCIES NIL VERSION 20150113-git SIBLINGS (xsubseq-test)) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
index 7917646810c..5d346aef40b 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/yason.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/yason[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM yason DESCRIPTION JSON parser/encoder SHA256 00gfn14bvnw0in03y5m2ssgvhy3ppf5a3s0rf7mf4rq00c5ifchk URL
+ http://beta.quicklisp.org/archive/yason/2016-02-08/yason-v0.7.6.tgz MD5 79de5d242c5e9ce49dfda153d5f442ec NAME yason TESTNAME NIL FILENAME yason DEPS
+ ((NAME alexandria) (NAME trivial-gray-streams)) DEPENDENCIES (alexandria trivial-gray-streams) VERSION v0.7.6 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
index ad347623618..1bbf51cbda5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/zpb-ttf.nix
@@ -13,5 +13,16 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/zpb-ttf[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* (SYSTEM zpb-ttf DESCRIPTION Access TrueType font metrics and outlines from Common Lisp SHA256 1irv0d0pcbwi2wx6hhjjyxzw12lnw8pvyg6ljsljh8xmhppbg5j6 URL
+ http://beta.quicklisp.org/archive/zpb-ttf/2013-07-20/zpb-ttf-1.0.3.tgz MD5 1e896d8b0b01babab882e43fe4c3c2d4 NAME zpb-ttf TESTNAME NIL FILENAME zpb-ttf DEPS
+ NIL DEPENDENCIES NIL VERSION 1.0.3 SIBLINGS NIL) */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
index f03c34f5331..7b11b6b0b9d 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.lisp
@@ -1,4 +1,3 @@
-(defparameter testnames (make-hash-table :test 'equal))
(setf
(gethash "cxml-xml" testnames) "cxml"
(gethash "cxml-dom" testnames) "cxml"
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
index f4ccf19d2d9..01f734538b5 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
@@ -1,4 +1,4 @@
-{pkgs, buildLispPackage, quicklisp-to-nix-packages}:
+{pkgs, buildLispPackage, clwrapper, quicklisp-to-nix-packages}:
let
addDeps = newdeps: x: {deps = x.deps ++ newdeps;};
addNativeLibs = libs: x: { propagatedBuildInputs = libs; };
@@ -31,6 +31,8 @@ in
flexi-streams circular-streams ironclad cl-syntax-annot alexandria
split-sequence
]);
+ clack-handler-fcgi = addDeps (with qlnp; []);
+ lack = addDeps (with qlnp; [ironclad]);
cxml = skipBuildPhase;
cxml-xml = skipBuildPhase;
cxml-dom = skipBuildPhase;
@@ -38,7 +40,7 @@ in
cxml-test = skipBuildPhase;
wookie = multiOverride [(addDeps (with qlnp; [
alexandria blackbird cl-async chunga fast-http quri babel cl-ppcre
- cl-fad fast-io vom do-urlencode
+ cl-fad fast-io vom do-urlencode cl-async-ssl
]))
(addNativeLibs (with pkgs; [libuv openssl]))];
woo = addDeps (with qlnp; [
@@ -57,10 +59,15 @@ in
"cl+ssl" = addNativeLibs [pkgs.openssl];
cl-colors = skipBuildPhase;
cl-libuv = addNativeLibs [pkgs.libuv];
+ cl-async = addDeps (with qlnp; [cl-async-base]);
+ cl-async-ssl = multiOverride [(addDeps (with qlnp; [cl-async-base]))
+ (addNativeLibs [pkgs.openssl])];
+ cl-async-repl = addDeps (with qlnp; [cl-async]);
cl-async-base = addDeps (with qlnp; [
cffi fast-io vom cl-libuv cl-ppcre trivial-features static-vectors
trivial-gray-streams babel
]);
+ cl-async-util = addDeps (with qlnp; [ cl-async-base ]);
css-lite = addDeps (with qlnp; [parenscript]);
clsql = x: {
propagatedBuildInputs = with pkgs; [mysql postgresql sqlite zlib];
@@ -75,7 +82,7 @@ in
query-fs = x: {
overrides = y: (x.overrides y) // {
linkedSystems = [];
- postInstall = ''
+ postInstall = ((x.overrides y).postInstall or "") + ''
export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$out/lib/common-lisp/query-fs"
export HOME=$PWD
build-with-lisp.sh sbcl \
@@ -85,4 +92,38 @@ in
'';
};
};
+ cffi-grovel = addDeps (with qlnp; [ cffi-toolchain ]);
+ cffi-toolchain = addDeps (with qlnp; [ cffi uiop ]);
+ cffi-examples = addDeps (with qlnp; [ cffi ]);
+ cffi-libffi = addDeps (with qlnp; [ cffi ]);
+ cffi-uffi-compat = addDeps (with qlnp; [ cffi ]);
+ cffi = multiOverride [(addNativeLibs [pkgs.libffi])
+ (addDeps (with qlnp; [uffi]))];
+ cl-vectors = addDeps (with qlnp; [zpb-ttf]);
+ "3bmd" = addDeps (with qlnp; [esrap split-sequence]);
+ "3bmd-ext-tables" = addDeps (with qlnp; [qlnp."3bmd"]);
+ "3bmd-ext-wiki-links" = addDeps (with qlnp; [qlnp."3bmd"]);
+ "3bmd-youtube" = addDeps (with qlnp; [qlnp."3bmd"]);
+ cl-dbi = addDeps (with qlnp; [
+ cl-syntax cl-syntax-annot split-sequence closer-mop bordeaux-threads
+ ]);
+ dbd-sqlite3 = addDeps (with qlnp; [cl-dbi]);
+ dbd-postgres = addDeps (with qlnp; [cl-dbi]);
+ dbd-mysql = addDeps (with qlnp; [cl-dbi]);
+ cl-mysql = addNativeLibs [pkgs.mysql];
+ cl-ppcre-template = x: {
+ overrides = y: (x.overrides y) // {
+ postPatch = ''
+ ln -s lib-dependent/*.asd .
+ '';
+ };
+ };
+ cl-unification = addDeps (with qlnp; [cl-ppcre]);
+ cl-syntax-annot = addDeps (with qlnp; [cl-syntax]);
+ cl-syntax-anonfun = addDeps (with qlnp; [cl-syntax]);
+ cl-syntax-markup = addDeps (with qlnp; [cl-syntax]);
+ cl-test-more = addDeps (with qlnp; [prove]);
+ babel-streams = addDeps (with qlnp; [babel]);
+ plump = addDeps (with qlnp; [array-utils trivial-indent]);
+ sqlite = addNativeLibs [pkgs.sqlite];
}
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt b/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
index 581ccf77d99..8522ed79c56 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
@@ -1,35 +1,64 @@
+3bmd
+3bmd-ext-tables
+3bmd-ext-wiki-links
+3bmd-youtube
alexandria
babel
blackbird
bordeaux-threads
caveman
cffi
+cffi-examples
+cffi-grovel
+cffi-libffi
+cffi-toolchain
+cffi-uffi-compat
chipz
circular-streams
clack
+clack-v1-compat
cl-async
+cl-async-base
+cl-async-repl
+cl-async-ssl
cl-base64
+cl-colors
cl-cookie
+cl-dbi
+cl-emb
cl-fuse
cl-fuse-meta-fs
cl-json
cl-l10n
+cl-libuv
+cl-mysql
closer-mop
cl-ppcre
+cl-ppcre-template
cl-reexport
cl-smtp
+clsql
+cl+ssl
cl-syntax-annot
+cl-syntax-anonfun
+cl-syntax-markup
+cl-test-more
cl-unicode
cl-unification
cl-utilities
+cl-vectors
cl-who
-clsql
clx
clx-truetype
command-line-arguments
-parenscript
css-lite
cxml
+cxml-dom
+cxml-klacks
+cxml-xml
+dbd-mysql
+dbd-postgres
+dbd-sqlite3
dexador
drakma
esrap
@@ -38,6 +67,7 @@ fast-http
fast-io
flexi-streams
http-body
+hu.dwim.def
hunchentoot
iolib
ironclad
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix.nix b/pkgs/development/lisp-modules/quicklisp-to-nix.nix
index 672dda1b096..a4b6c90aa08 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix.nix
@@ -6,26 +6,6 @@ let quicklisp-to-nix-packages = rec {
buildLispPackage = callPackage ./define-package.nix;
qlOverrides = callPackage ./quicklisp-to-nix-overrides.nix {};
- "closure-common" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."closure-common" or (x: {}))
- (import ./quicklisp-to-nix-output/closure-common.nix {
- inherit fetchurl;
- "babel" = quicklisp-to-nix-packages."babel";
- "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
- }));
-
-
- "let-plus" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."let-plus" or (x: {}))
- (import ./quicklisp-to-nix-output/let-plus.nix {
- inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "anaphora" = quicklisp-to-nix-packages."anaphora";
- }));
-
-
"trivial-indent" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."trivial-indent" or (x: {}))
@@ -43,39 +23,13 @@ let quicklisp-to-nix-packages = rec {
}));
- "cxml-xml" = buildLispPackage
+ "babel-streams" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."cxml-xml" or (x: {}))
- (import ./quicklisp-to-nix-output/cxml-xml.nix {
+ (qlOverrides."babel-streams" or (x: {}))
+ (import ./quicklisp-to-nix-output/babel-streams.nix {
inherit fetchurl;
- "closure-common" = quicklisp-to-nix-packages."closure-common";
- "puri" = quicklisp-to-nix-packages."puri";
"trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
- }));
-
-
- "cl-paths" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-paths" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-paths.nix {
- inherit fetchurl;
- }));
-
-
- "trivial-garbage" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."trivial-garbage" or (x: {}))
- (import ./quicklisp-to-nix-output/trivial-garbage.nix {
- inherit fetchurl;
- }));
-
-
- "cffi-toolchain" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cffi-toolchain" or (x: {}))
- (import ./quicklisp-to-nix-output/cffi-toolchain.nix {
- inherit fetchurl;
- "cffi" = quicklisp-to-nix-packages."cffi";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -87,80 +41,29 @@ let quicklisp-to-nix-packages = rec {
}));
- "babel-streams" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."babel-streams" or (x: {}))
- (import ./quicklisp-to-nix-output/babel-streams.nix {
- inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "babel" = quicklisp-to-nix-packages."babel";
- "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
- }));
-
-
- "cl-colors" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-colors" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-colors.nix {
- inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "let-plus" = quicklisp-to-nix-packages."let-plus";
- }));
-
-
"cl-ansi-text" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-ansi-text" or (x: {}))
(import ./quicklisp-to-nix-output/cl-ansi-text.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
"cl-colors" = quicklisp-to-nix-packages."cl-colors";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
- "plump-parser" = buildLispPackage
+ "named-readtables" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."plump-parser" or (x: {}))
- (import ./quicklisp-to-nix-output/plump-parser.nix {
- inherit fetchurl;
- "plump-dom" = quicklisp-to-nix-packages."plump-dom";
- "plump-lexer" = quicklisp-to-nix-packages."plump-lexer";
- "trivial-indent" = quicklisp-to-nix-packages."trivial-indent";
- }));
-
-
- "plump-lexer" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."plump-lexer" or (x: {}))
- (import ./quicklisp-to-nix-output/plump-lexer.nix {
+ (qlOverrides."named-readtables" or (x: {}))
+ (import ./quicklisp-to-nix-output/named-readtables.nix {
inherit fetchurl;
}));
- "plump-dom" = buildLispPackage
+ "array-utils" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."plump-dom" or (x: {}))
- (import ./quicklisp-to-nix-output/plump-dom.nix {
+ (qlOverrides."array-utils" or (x: {}))
+ (import ./quicklisp-to-nix-output/array-utils.nix {
inherit fetchurl;
- "array-utils" = quicklisp-to-nix-packages."array-utils";
- }));
-
-
- "pcall-queue" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."pcall-queue" or (x: {}))
- (import ./quicklisp-to-nix-output/pcall-queue.nix {
- inherit fetchurl;
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- }));
-
-
- "form-fiddle" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."form-fiddle" or (x: {}))
- (import ./quicklisp-to-nix-output/form-fiddle.nix {
- inherit fetchurl;
- "documentation-utils" = quicklisp-to-nix-packages."documentation-utils";
}));
@@ -174,28 +77,12 @@ let quicklisp-to-nix-packages = rec {
}));
- "array-utils" = buildLispPackage
+ "form-fiddle" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."array-utils" or (x: {}))
- (import ./quicklisp-to-nix-output/array-utils.nix {
- inherit fetchurl;
- }));
-
-
- "lack-util" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."lack-util" or (x: {}))
- (import ./quicklisp-to-nix-output/lack-util.nix {
- inherit fetchurl;
- "ironclad" = quicklisp-to-nix-packages."ironclad";
- }));
-
-
- "lack-component" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."lack-component" or (x: {}))
- (import ./quicklisp-to-nix-output/lack-component.nix {
+ (qlOverrides."form-fiddle" or (x: {}))
+ (import ./quicklisp-to-nix-output/form-fiddle.nix {
inherit fetchurl;
+ "documentation-utils" = quicklisp-to-nix-packages."documentation-utils";
}));
@@ -241,27 +128,28 @@ let quicklisp-to-nix-packages = rec {
}));
+ "hu.dwim.asdf" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."hu.dwim.asdf" or (x: {}))
+ (import ./quicklisp-to-nix-output/hu.dwim.asdf.nix {
+ inherit fetchurl;
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ }));
+
+
"jonathan" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."jonathan" or (x: {}))
(import ./quicklisp-to-nix-output/jonathan.nix {
inherit fetchurl;
- "babel" = quicklisp-to-nix-packages."babel";
- "cl-annot" = quicklisp-to-nix-packages."cl-annot";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
- "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
- "fast-io" = quicklisp-to-nix-packages."fast-io";
- "proc-parse" = quicklisp-to-nix-packages."proc-parse";
"trivial-types" = quicklisp-to-nix-packages."trivial-types";
- }));
-
-
- "puri" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."puri" or (x: {}))
- (import ./quicklisp-to-nix-output/puri.nix {
- inherit fetchurl;
+ "proc-parse" = quicklisp-to-nix-packages."proc-parse";
+ "fast-io" = quicklisp-to-nix-packages."fast-io";
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-annot" = quicklisp-to-nix-packages."cl-annot";
+ "babel" = quicklisp-to-nix-packages."babel";
}));
@@ -274,40 +162,51 @@ let quicklisp-to-nix-packages = rec {
}));
+ "sqlite" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."sqlite" or (x: {}))
+ (import ./quicklisp-to-nix-output/sqlite.nix {
+ inherit fetchurl;
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "iterate" = quicklisp-to-nix-packages."iterate";
+ }));
+
+
+ "cl-postgres" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-postgres" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-postgres.nix {
+ inherit fetchurl;
+ "md5" = quicklisp-to-nix-packages."md5";
+ }));
+
+
+ "closure-common" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."closure-common" or (x: {}))
+ (import ./quicklisp-to-nix-output/closure-common.nix {
+ inherit fetchurl;
+ "babel" = quicklisp-to-nix-packages."babel";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ }));
+
+
+ "puri" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."puri" or (x: {}))
+ (import ./quicklisp-to-nix-output/puri.nix {
+ inherit fetchurl;
+ }));
+
+
"cxml-test" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cxml-test" or (x: {}))
(import ./quicklisp-to-nix-output/cxml-test.nix {
inherit fetchurl;
- "cxml-dom" = quicklisp-to-nix-packages."cxml-dom";
+ "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
"cxml-klacks" = quicklisp-to-nix-packages."cxml-klacks";
- "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
- }));
-
-
- "cxml-klacks" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cxml-klacks" or (x: {}))
- (import ./quicklisp-to-nix-output/cxml-klacks.nix {
- inherit fetchurl;
- "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
- }));
-
-
- "cxml-dom" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cxml-dom" or (x: {}))
- (import ./quicklisp-to-nix-output/cxml-dom.nix {
- inherit fetchurl;
- "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
- }));
-
-
- "named-readtables" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."named-readtables" or (x: {}))
- (import ./quicklisp-to-nix-output/named-readtables.nix {
- inherit fetchurl;
+ "cxml-dom" = quicklisp-to-nix-packages."cxml-dom";
}));
@@ -319,16 +218,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "cl-vectors" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-vectors" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-vectors.nix {
- inherit fetchurl;
- "cl-aa" = quicklisp-to-nix-packages."cl-aa";
- "cl-paths" = quicklisp-to-nix-packages."cl-paths";
- }));
-
-
"cl-store" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-store" or (x: {}))
@@ -342,7 +231,6 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."cl-paths-ttf" or (x: {}))
(import ./quicklisp-to-nix-output/cl-paths-ttf.nix {
inherit fetchurl;
- "cl-paths" = quicklisp-to-nix-packages."cl-paths";
"zpb-ttf" = quicklisp-to-nix-packages."zpb-ttf";
}));
@@ -355,10 +243,18 @@ let quicklisp-to-nix-packages = rec {
}));
- "uffi" = buildLispPackage
+ "cl-markup" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."uffi" or (x: {}))
- (import ./quicklisp-to-nix-output/uffi.nix {
+ (qlOverrides."cl-markup" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-markup.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-anonfun" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-anonfun" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-anonfun.nix {
inherit fetchurl;
}));
@@ -372,17 +268,19 @@ let quicklisp-to-nix-packages = rec {
}));
- "cl+ssl" = buildLispPackage
+ "trivial-garbage" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."cl+ssl" or (x: {}))
- (import ./quicklisp-to-nix-output/cl+ssl.nix {
+ (qlOverrides."trivial-garbage" or (x: {}))
+ (import ./quicklisp-to-nix-output/trivial-garbage.nix {
+ inherit fetchurl;
+ }));
+
+
+ "uffi" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."uffi" or (x: {}))
+ (import ./quicklisp-to-nix-output/uffi.nix {
inherit fetchurl;
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "trivial-garbage" = quicklisp-to-nix-packages."trivial-garbage";
- "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
- "uiop" = quicklisp-to-nix-packages."uiop";
}));
@@ -412,25 +310,13 @@ let quicklisp-to-nix-packages = rec {
}));
- "cffi-grovel" = buildLispPackage
+ "let-plus" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."cffi-grovel" or (x: {}))
- (import ./quicklisp-to-nix-output/cffi-grovel.nix {
+ (qlOverrides."let-plus" or (x: {}))
+ (import ./quicklisp-to-nix-output/let-plus.nix {
inherit fetchurl;
"alexandria" = quicklisp-to-nix-packages."alexandria";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "cffi-toolchain" = quicklisp-to-nix-packages."cffi-toolchain";
- }));
-
-
- "cl-libuv" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-libuv" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-libuv.nix {
- inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "cffi-grovel" = quicklisp-to-nix-packages."cffi-grovel";
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
}));
@@ -439,23 +325,12 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."cl-async-util" or (x: {}))
(import ./quicklisp-to-nix-output/cl-async-util.nix {
inherit fetchurl;
- "cffi" = quicklisp-to-nix-packages."cffi";
- "cl-async-base" = quicklisp-to-nix-packages."cl-async-base";
- "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "fast-io" = quicklisp-to-nix-packages."fast-io";
"vom" = quicklisp-to-nix-packages."vom";
- }));
-
-
- "cl-async-base" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-async-base" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-async-base.nix {
- inherit fetchurl;
- "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "cffi" = quicklisp-to-nix-packages."cffi";
+ "fast-io" = quicklisp-to-nix-packages."fast-io";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
"cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
+ "cl-async-base" = quicklisp-to-nix-packages."cl-async-base";
+ "cffi" = quicklisp-to-nix-packages."cffi";
}));
@@ -475,16 +350,34 @@ let quicklisp-to-nix-packages = rec {
}));
- "myway" = buildLispPackage
+ "anaphora" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."myway" or (x: {}))
- (import ./quicklisp-to-nix-output/myway.nix {
+ (qlOverrides."anaphora" or (x: {}))
+ (import ./quicklisp-to-nix-output/anaphora.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
+ "cl-project" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-project" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-project.nix {
+ inherit fetchurl;
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ "prove" = quicklisp-to-nix-packages."prove";
+ "local-time" = quicklisp-to-nix-packages."local-time";
"cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
- "map-set" = quicklisp-to-nix-packages."map-set";
- "quri" = quicklisp-to-nix-packages."quri";
+ "cl-emb" = quicklisp-to-nix-packages."cl-emb";
+ }));
+
+
+ "cl-syntax" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-syntax" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-syntax.nix {
+ inherit fetchurl;
+ "trivial-types" = quicklisp-to-nix-packages."trivial-types";
+ "named-readtables" = quicklisp-to-nix-packages."named-readtables";
}));
@@ -498,50 +391,16 @@ let quicklisp-to-nix-packages = rec {
}));
- "clack-v1-compat" = buildLispPackage
+ "myway" = buildLispPackage
((f: x: (x // (f x)))
- (qlOverrides."clack-v1-compat" or (x: {}))
- (import ./quicklisp-to-nix-output/clack-v1-compat.nix {
+ (qlOverrides."myway" or (x: {}))
+ (import ./quicklisp-to-nix-output/myway.nix {
inherit fetchurl;
- }));
-
-
- "cl-syntax" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-syntax" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-syntax.nix {
- inherit fetchurl;
- "named-readtables" = quicklisp-to-nix-packages."named-readtables";
- "trivial-types" = quicklisp-to-nix-packages."trivial-types";
- }));
-
-
- "cl-project" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-project" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-project.nix {
- inherit fetchurl;
- "cl-emb" = quicklisp-to-nix-packages."cl-emb";
+ "quri" = quicklisp-to-nix-packages."quri";
+ "map-set" = quicklisp-to-nix-packages."map-set";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
"cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "local-time" = quicklisp-to-nix-packages."local-time";
- "prove" = quicklisp-to-nix-packages."prove";
- "uiop" = quicklisp-to-nix-packages."uiop";
- }));
-
-
- "cl-emb" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."cl-emb" or (x: {}))
- (import ./quicklisp-to-nix-output/cl-emb.nix {
- inherit fetchurl;
- }));
-
-
- "anaphora" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."anaphora" or (x: {}))
- (import ./quicklisp-to-nix-output/anaphora.nix {
- inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -676,9 +535,9 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."smart-buffer" or (x: {}))
(import ./quicklisp-to-nix-output/smart-buffer.nix {
inherit fetchurl;
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "uiop" = quicklisp-to-nix-packages."uiop";
"xsubseq" = quicklisp-to-nix-packages."xsubseq";
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
}));
@@ -695,10 +554,10 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."quri" or (x: {}))
(import ./quicklisp-to-nix-output/quri.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "babel" = quicklisp-to-nix-packages."babel";
- "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
"split-sequence" = quicklisp-to-nix-packages."split-sequence";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
+ "babel" = quicklisp-to-nix-packages."babel";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -722,11 +581,11 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."prove" or (x: {}))
(import ./quicklisp-to-nix-output/prove.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "cl-ansi-text" = quicklisp-to-nix-packages."cl-ansi-text";
- "cl-colors" = quicklisp-to-nix-packages."cl-colors";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
"uiop" = quicklisp-to-nix-packages."uiop";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-colors" = quicklisp-to-nix-packages."cl-colors";
+ "cl-ansi-text" = quicklisp-to-nix-packages."cl-ansi-text";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -735,8 +594,8 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."proc-parse" or (x: {}))
(import ./quicklisp-to-nix-output/proc-parse.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
"babel" = quicklisp-to-nix-packages."babel";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -745,9 +604,6 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."plump" or (x: {}))
(import ./quicklisp-to-nix-output/plump.nix {
inherit fetchurl;
- "plump-dom" = quicklisp-to-nix-packages."plump-dom";
- "plump-lexer" = quicklisp-to-nix-packages."plump-lexer";
- "plump-parser" = quicklisp-to-nix-packages."plump-parser";
}));
@@ -757,7 +613,17 @@ let quicklisp-to-nix-packages = rec {
(import ./quicklisp-to-nix-output/pcall.nix {
inherit fetchurl;
"bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
- "pcall-queue" = quicklisp-to-nix-packages."pcall-queue";
+ }));
+
+
+ "parenscript" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."parenscript" or (x: {}))
+ (import ./quicklisp-to-nix-output/parenscript.nix {
+ inherit fetchurl;
+ "named-readtables" = quicklisp-to-nix-packages."named-readtables";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
}));
@@ -766,8 +632,8 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."optima" or (x: {}))
(import ./quicklisp-to-nix-output/optima.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
"closer-mop" = quicklisp-to-nix-packages."closer-mop";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -784,10 +650,10 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."lquery" or (x: {}))
(import ./quicklisp-to-nix-output/lquery.nix {
inherit fetchurl;
- "array-utils" = quicklisp-to-nix-packages."array-utils";
- "clss" = quicklisp-to-nix-packages."clss";
- "form-fiddle" = quicklisp-to-nix-packages."form-fiddle";
"plump" = quicklisp-to-nix-packages."plump";
+ "form-fiddle" = quicklisp-to-nix-packages."form-fiddle";
+ "clss" = quicklisp-to-nix-packages."clss";
+ "array-utils" = quicklisp-to-nix-packages."array-utils";
}));
@@ -814,8 +680,6 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."lack" or (x: {}))
(import ./quicklisp-to-nix-output/lack.nix {
inherit fetchurl;
- "lack-component" = quicklisp-to-nix-packages."lack-component";
- "lack-util" = quicklisp-to-nix-packages."lack-util";
}));
@@ -872,19 +736,32 @@ let quicklisp-to-nix-packages = rec {
}));
+ "hu.dwim.def" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."hu.dwim.def" or (x: {}))
+ (import ./quicklisp-to-nix-output/hu.dwim.def.nix {
+ inherit fetchurl;
+ "metabang-bind" = quicklisp-to-nix-packages."metabang-bind";
+ "iterate" = quicklisp-to-nix-packages."iterate";
+ "hu.dwim.asdf" = quicklisp-to-nix-packages."hu.dwim.asdf";
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
"http-body" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."http-body" or (x: {}))
(import ./quicklisp-to-nix-output/http-body.nix {
inherit fetchurl;
- "babel" = quicklisp-to-nix-packages."babel";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
- "fast-http" = quicklisp-to-nix-packages."fast-http";
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "jonathan" = quicklisp-to-nix-packages."jonathan";
- "quri" = quicklisp-to-nix-packages."quri";
"trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "quri" = quicklisp-to-nix-packages."quri";
+ "jonathan" = quicklisp-to-nix-packages."jonathan";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "fast-http" = quicklisp-to-nix-packages."fast-http";
+ "cl-utilities" = quicklisp-to-nix-packages."cl-utilities";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "babel" = quicklisp-to-nix-packages."babel";
}));
@@ -902,9 +779,9 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."fast-io" or (x: {}))
(import ./quicklisp-to-nix-output/fast-io.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "static-vectors" = quicklisp-to-nix-packages."static-vectors";
"trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "static-vectors" = quicklisp-to-nix-packages."static-vectors";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -939,14 +816,14 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."drakma" or (x: {}))
(import ./quicklisp-to-nix-output/drakma.nix {
inherit fetchurl;
- "chipz" = quicklisp-to-nix-packages."chipz";
- "chunga" = quicklisp-to-nix-packages."chunga";
- "cl+ssl" = quicklisp-to-nix-packages."cl+ssl";
- "cl-base64" = quicklisp-to-nix-packages."cl-base64";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
- "puri" = quicklisp-to-nix-packages."puri";
"usocket" = quicklisp-to-nix-packages."usocket";
+ "puri" = quicklisp-to-nix-packages."puri";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-base64" = quicklisp-to-nix-packages."cl-base64";
+ "cl+ssl" = quicklisp-to-nix-packages."cl+ssl";
+ "chunga" = quicklisp-to-nix-packages."chunga";
+ "chipz" = quicklisp-to-nix-packages."chipz";
}));
@@ -958,6 +835,70 @@ let quicklisp-to-nix-packages = rec {
}));
+ "dbd-sqlite3" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."dbd-sqlite3" or (x: {}))
+ (import ./quicklisp-to-nix-output/dbd-sqlite3.nix {
+ inherit fetchurl;
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ "sqlite" = quicklisp-to-nix-packages."sqlite";
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ }));
+
+
+ "dbd-postgres" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."dbd-postgres" or (x: {}))
+ (import ./quicklisp-to-nix-output/dbd-postgres.nix {
+ inherit fetchurl;
+ "trivial-garbage" = quicklisp-to-nix-packages."trivial-garbage";
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ "cl-postgres" = quicklisp-to-nix-packages."cl-postgres";
+ }));
+
+
+ "dbd-mysql" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."dbd-mysql" or (x: {}))
+ (import ./quicklisp-to-nix-output/dbd-mysql.nix {
+ inherit fetchurl;
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ "cl-mysql" = quicklisp-to-nix-packages."cl-mysql";
+ }));
+
+
+ "cxml-xml" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-xml" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-xml.nix {
+ inherit fetchurl;
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "puri" = quicklisp-to-nix-packages."puri";
+ "closure-common" = quicklisp-to-nix-packages."closure-common";
+ }));
+
+
+ "cxml-klacks" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-klacks" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-klacks.nix {
+ inherit fetchurl;
+ "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
+ }));
+
+
+ "cxml-dom" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cxml-dom" or (x: {}))
+ (import ./quicklisp-to-nix-output/cxml-dom.nix {
+ inherit fetchurl;
+ "cxml-xml" = quicklisp-to-nix-packages."cxml-xml";
+ }));
+
+
"cxml" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cxml" or (x: {}))
@@ -977,17 +918,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "parenscript" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."parenscript" or (x: {}))
- (import ./quicklisp-to-nix-output/parenscript.nix {
- inherit fetchurl;
- "anaphora" = quicklisp-to-nix-packages."anaphora";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "named-readtables" = quicklisp-to-nix-packages."named-readtables";
- }));
-
-
"command-line-arguments" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."command-line-arguments" or (x: {}))
@@ -1020,15 +950,6 @@ let quicklisp-to-nix-packages = rec {
}));
- "clsql" = buildLispPackage
- ((f: x: (x // (f x)))
- (qlOverrides."clsql" or (x: {}))
- (import ./quicklisp-to-nix-output/clsql.nix {
- inherit fetchurl;
- "uffi" = quicklisp-to-nix-packages."uffi";
- }));
-
-
"cl-who" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-who" or (x: {}))
@@ -1037,6 +958,14 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-vectors" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-vectors" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-vectors.nix {
+ inherit fetchurl;
+ }));
+
+
"cl-utilities" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-utilities" or (x: {}))
@@ -1061,13 +990,61 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-test-more" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-test-more" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-test-more.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-syntax-markup" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-syntax-markup" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-syntax-markup.nix {
+ inherit fetchurl;
+ "cl-markup" = quicklisp-to-nix-packages."cl-markup";
+ }));
+
+
+ "cl-syntax-anonfun" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-syntax-anonfun" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-syntax-anonfun.nix {
+ inherit fetchurl;
+ "cl-anonfun" = quicklisp-to-nix-packages."cl-anonfun";
+ }));
+
+
"cl-syntax-annot" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-syntax-annot" or (x: {}))
(import ./quicklisp-to-nix-output/cl-syntax-annot.nix {
inherit fetchurl;
"cl-annot" = quicklisp-to-nix-packages."cl-annot";
- "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ }));
+
+
+ "cl+ssl" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl+ssl" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl+ssl.nix {
+ inherit fetchurl;
+ "uiop" = quicklisp-to-nix-packages."uiop";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "trivial-garbage" = quicklisp-to-nix-packages."trivial-garbage";
+ "flexi-streams" = quicklisp-to-nix-packages."flexi-streams";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ }));
+
+
+ "clsql" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clsql" or (x: {}))
+ (import ./quicklisp-to-nix-output/clsql.nix {
+ inherit fetchurl;
+ "uffi" = quicklisp-to-nix-packages."uffi";
}));
@@ -1093,6 +1070,15 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-ppcre-template" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-ppcre-template" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-ppcre-template.nix {
+ inherit fetchurl;
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ }));
+
+
"cl-ppcre" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-ppcre" or (x: {}))
@@ -1109,6 +1095,26 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-mysql" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-mysql" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-mysql.nix {
+ inherit fetchurl;
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ }));
+
+
+ "cl-libuv" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-libuv" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-libuv.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "cffi-grovel" = quicklisp-to-nix-packages."cffi-grovel";
+ }));
+
+
"cl-l10n" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-l10n" or (x: {}))
@@ -1162,16 +1168,42 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-emb" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-emb" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-emb.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cl-dbi" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-dbi" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-dbi.nix {
+ inherit fetchurl;
+ }));
+
+
"cl-cookie" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-cookie" or (x: {}))
(import ./quicklisp-to-nix-output/cl-cookie.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "local-time" = quicklisp-to-nix-packages."local-time";
- "proc-parse" = quicklisp-to-nix-packages."proc-parse";
"quri" = quicklisp-to-nix-packages."quri";
+ "proc-parse" = quicklisp-to-nix-packages."proc-parse";
+ "local-time" = quicklisp-to-nix-packages."local-time";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
+ "cl-colors" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-colors" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-colors.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ "let-plus" = quicklisp-to-nix-packages."let-plus";
}));
@@ -1183,21 +1215,59 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cl-async-ssl" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-async-ssl" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-async-ssl.nix {
+ inherit fetchurl;
+ "vom" = quicklisp-to-nix-packages."vom";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ }));
+
+
+ "cl-async-repl" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-async-repl" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-async-repl.nix {
+ inherit fetchurl;
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ }));
+
+
+ "cl-async-base" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cl-async-base" or (x: {}))
+ (import ./quicklisp-to-nix-output/cl-async-base.nix {
+ inherit fetchurl;
+ "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "bordeaux-threads" = quicklisp-to-nix-packages."bordeaux-threads";
+ }));
+
+
"cl-async" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cl-async" or (x: {}))
(import ./quicklisp-to-nix-output/cl-async.nix {
inherit fetchurl;
- "babel" = quicklisp-to-nix-packages."babel";
- "cffi" = quicklisp-to-nix-packages."cffi";
- "cl-async-base" = quicklisp-to-nix-packages."cl-async-base";
- "cl-async-util" = quicklisp-to-nix-packages."cl-async-util";
- "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "static-vectors" = quicklisp-to-nix-packages."static-vectors";
- "trivial-features" = quicklisp-to-nix-packages."trivial-features";
- "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
"uiop" = quicklisp-to-nix-packages."uiop";
+ "trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "static-vectors" = quicklisp-to-nix-packages."static-vectors";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-libuv" = quicklisp-to-nix-packages."cl-libuv";
+ "cl-async-util" = quicklisp-to-nix-packages."cl-async-util";
+ "cl-async-base" = quicklisp-to-nix-packages."cl-async-base";
+ "cffi" = quicklisp-to-nix-packages."cffi";
+ "babel" = quicklisp-to-nix-packages."babel";
+ }));
+
+
+ "clack-v1-compat" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."clack-v1-compat" or (x: {}))
+ (import ./quicklisp-to-nix-output/clack-v1-compat.nix {
+ inherit fetchurl;
}));
@@ -1214,8 +1284,8 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."circular-streams" or (x: {}))
(import ./quicklisp-to-nix-output/circular-streams.nix {
inherit fetchurl;
- "fast-io" = quicklisp-to-nix-packages."fast-io";
"trivial-gray-streams" = quicklisp-to-nix-packages."trivial-gray-streams";
+ "fast-io" = quicklisp-to-nix-packages."fast-io";
}));
@@ -1227,15 +1297,57 @@ let quicklisp-to-nix-packages = rec {
}));
+ "cffi-uffi-compat" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-uffi-compat" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-uffi-compat.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cffi-toolchain" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-toolchain" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-toolchain.nix {
+ inherit fetchurl;
+ }));
+
+
+ "cffi-libffi" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-libffi" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-libffi.nix {
+ inherit fetchurl;
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ }));
+
+
+ "cffi-grovel" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-grovel" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-grovel.nix {
+ inherit fetchurl;
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
+ "cffi-examples" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."cffi-examples" or (x: {}))
+ (import ./quicklisp-to-nix-output/cffi-examples.nix {
+ inherit fetchurl;
+ }));
+
+
"cffi" = buildLispPackage
((f: x: (x // (f x)))
(qlOverrides."cffi" or (x: {}))
(import ./quicklisp-to-nix-output/cffi.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
- "babel" = quicklisp-to-nix-packages."babel";
- "trivial-features" = quicklisp-to-nix-packages."trivial-features";
"uiop" = quicklisp-to-nix-packages."uiop";
+ "trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "babel" = quicklisp-to-nix-packages."babel";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -1244,16 +1356,16 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."caveman" or (x: {}))
(import ./quicklisp-to-nix-output/caveman.nix {
inherit fetchurl;
- "anaphora" = quicklisp-to-nix-packages."anaphora";
- "cl-emb" = quicklisp-to-nix-packages."cl-emb";
- "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
- "cl-project" = quicklisp-to-nix-packages."cl-project";
- "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
- "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
- "clack-v1-compat" = quicklisp-to-nix-packages."clack-v1-compat";
- "do-urlencode" = quicklisp-to-nix-packages."do-urlencode";
- "local-time" = quicklisp-to-nix-packages."local-time";
"myway" = quicklisp-to-nix-packages."myway";
+ "local-time" = quicklisp-to-nix-packages."local-time";
+ "do-urlencode" = quicklisp-to-nix-packages."do-urlencode";
+ "clack-v1-compat" = quicklisp-to-nix-packages."clack-v1-compat";
+ "cl-syntax-annot" = quicklisp-to-nix-packages."cl-syntax-annot";
+ "cl-syntax" = quicklisp-to-nix-packages."cl-syntax";
+ "cl-project" = quicklisp-to-nix-packages."cl-project";
+ "cl-ppcre" = quicklisp-to-nix-packages."cl-ppcre";
+ "cl-emb" = quicklisp-to-nix-packages."cl-emb";
+ "anaphora" = quicklisp-to-nix-packages."anaphora";
}));
@@ -1280,8 +1392,8 @@ let quicklisp-to-nix-packages = rec {
(qlOverrides."babel" or (x: {}))
(import ./quicklisp-to-nix-output/babel.nix {
inherit fetchurl;
- "alexandria" = quicklisp-to-nix-packages."alexandria";
"trivial-features" = quicklisp-to-nix-packages."trivial-features";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
}));
@@ -1293,4 +1405,40 @@ let quicklisp-to-nix-packages = rec {
}));
+ "3bmd-youtube" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."3bmd-youtube" or (x: {}))
+ (import ./quicklisp-to-nix-output/3bmd-youtube.nix {
+ inherit fetchurl;
+ "esrap" = quicklisp-to-nix-packages."esrap";
+ }));
+
+
+ "3bmd-ext-wiki-links" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."3bmd-ext-wiki-links" or (x: {}))
+ (import ./quicklisp-to-nix-output/3bmd-ext-wiki-links.nix {
+ inherit fetchurl;
+ }));
+
+
+ "3bmd-ext-tables" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."3bmd-ext-tables" or (x: {}))
+ (import ./quicklisp-to-nix-output/3bmd-ext-tables.nix {
+ inherit fetchurl;
+ }));
+
+
+ "3bmd" = buildLispPackage
+ ((f: x: (x // (f x)))
+ (qlOverrides."3bmd" or (x: {}))
+ (import ./quicklisp-to-nix-output/3bmd.nix {
+ inherit fetchurl;
+ "split-sequence" = quicklisp-to-nix-packages."split-sequence";
+ "esrap" = quicklisp-to-nix-packages."esrap";
+ "alexandria" = quicklisp-to-nix-packages."alexandria";
+ }));
+
+
}; in quicklisp-to-nix-packages
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb b/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
index 774d64a0a3c..a798a452365 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix/nix-package.emb
@@ -1,7 +1,9 @@
args @ { fetchurl, ... }:
rec {
baseName = ''<% @var filename %>'';
- version = ''<% @var version %>'';
+ version = ''<% @var version %>'';<% @if testname %>
+
+ testSystems = ["<% @var testname %>"];<% @endif %>
description = ''<% @var description %>'';
@@ -13,5 +15,14 @@ rec {
};
overrides = x: {
+ postInstall = ''
+ find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/<% @var name %>[.]asd${"$"}' |
+ while read f; do
+ CL_SOURCE_REGISTRY= \
+ NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(asdf:load-system :$(basename "$f" .asd))'" \
+ "$out"/bin/*-lisp-launcher.sh ||
+ mv "$f"{,.sibling}; done || true
+ '';
};
}
+/* <%= cl-emb-intern::topenv %> */
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp b/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp
index 3711ab957e0..18cf6d097a2 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix/ql-to-nix.lisp
@@ -6,8 +6,10 @@
(ql:quickload :cl-emb)
(ql:quickload :external-program)
(ql:quickload :cl-ppcre)
-(ql:quickload :md5)
(ql:quickload :alexandria)
+(ql:quickload :md5)
+
+(defvar testnames (make-hash-table :test 'equal))
(defun nix-prefetch-url (url)
(let*
@@ -45,11 +47,11 @@
(t x)))))
(defun system-data (system)
- (ql:quickload system)
(let*
((asdf-system (asdf:find-system system))
(ql-system (ql-dist:find-system system))
(ql-release (ql-dist:release ql-system))
+ (ql-sibling-systems (ql-dist:provided-systems ql-release))
(url (ql-dist:archive-url ql-release))
(local-archive (ql-dist:local-archive-file ql-release))
(local-url (format nil "file://~a" (pathname local-archive)))
@@ -60,9 +62,18 @@
(ideal-md5 (ql-dist:archive-md5 ql-release))
(file-md5 (getf archive-data :md5))
(raw-dependencies (ql-dist:required-systems ql-system))
- (dependencies (remove-if-not 'ql-dist:find-system raw-dependencies))
- (deps (mapcar (lambda (x) (list :name x)) dependencies))
(name (string-downcase (format nil "~a" system)))
+ (ql-sibling-names
+ (remove name (mapcar 'ql-dist:name ql-sibling-systems)
+ :test 'equal))
+ (dependencies
+ (set-difference
+ (remove-duplicates
+ (remove-if-not 'ql-dist:find-system raw-dependencies)
+ :test 'equal)
+ ql-sibling-names
+ :test 'equal))
+ (deps (mapcar (lambda (x) (list :name x)) dependencies))
(description (asdf:system-description asdf-system))
(release-name (ql-dist:short-description ql-release))
(version (cl-ppcre:regex-replace-all
@@ -79,7 +90,8 @@
:filename (escape-filename name)
:deps deps
:dependencies dependencies
- :version version)))
+ :version version
+ :siblings ql-sibling-names)))
(defmacro this-file ()
(or *compile-file-truename*
@@ -102,8 +114,11 @@
with res := nil
while queue
for next := (pop queue)
- for deps := (getf (system-data next) :dependencies)
- unless (gethash next seen) do
+ for old := (gethash next seen)
+ for data := (unless old (system-data next))
+ for deps := (getf data :dependencies)
+ for siblings := (getf data :siblings)
+ unless old do
(progn
(push next res)
(setf queue (append queue deps)))
From da8201e7c3523088f1d22c2af252ed9f853a0cca Mon Sep 17 00:00:00 2001
From: Vincent Laporte
Date: Sat, 1 Apr 2017 09:06:14 +0200
Subject: [PATCH 54/57] ocamlPackages.sedlex: fix on OCaml 4.04
---
pkgs/development/ocaml-modules/sedlex/default.nix | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pkgs/development/ocaml-modules/sedlex/default.nix b/pkgs/development/ocaml-modules/sedlex/default.nix
index 5dbc74ef543..2d1746bde0f 100644
--- a/pkgs/development/ocaml-modules/sedlex/default.nix
+++ b/pkgs/development/ocaml-modules/sedlex/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
+ dontStrip = true;
+
meta = {
homepage = https://github.com/alainfrisch/sedlex;
description = "An OCaml lexer generator for Unicode";
From d9b36c36c5e56c6e2e70f620313008c6ed2407a1 Mon Sep 17 00:00:00 2001
From: Vaibhav Sagar
Date: Sat, 1 Apr 2017 09:50:06 +0700
Subject: [PATCH 55/57] pycairo: fix build with Python 3.6
Apply the same patch as for Python 3.5 so that this builds correctly.
Addresses #24501.
---
.../python-modules/pycairo/default.nix | 33 ++++++++++---------
1 file changed, 18 insertions(+), 15 deletions(-)
diff --git a/pkgs/development/python-modules/pycairo/default.nix b/pkgs/development/python-modules/pycairo/default.nix
index 5d002c09623..2919506e931 100644
--- a/pkgs/development/python-modules/pycairo/default.nix
+++ b/pkgs/development/python-modules/pycairo/default.nix
@@ -1,9 +1,18 @@
-{ lib, fetchurl, fetchpatch, python, buildPythonPackage, pkgconfig, cairo, xlibsWrapper, isPyPy, isPy35, isPy3k }:
+{ lib, fetchurl, fetchpatch, python, buildPythonPackage, pkgconfig, cairo, xlibsWrapper, isPyPy, isPy35, isPy36, isPy3k }:
-if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else buildPythonPackage rec {
+if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else let
+
+ patch_waf = fetchpatch {
+ url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_python_3_4-1.patch;
+ sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
+ };
+ patch_waf-py3_5 = ./waf-py3_5.patch;
+
+in buildPythonPackage rec {
version = "1.10.0";
name = "pycairo-${version}";
format = "other";
+
src = if isPy3k
then fetchurl {
url = "http://cairographics.org/releases/pycairo-${version}.tar.bz2";
@@ -14,26 +23,20 @@ if (isPyPy) then throw "pycairo not supported for interpreter ${python.executabl
sha256 = "0cblk919wh6w0pgb45zf48xwxykfif16qk264yga7h9fdkq3j16k";
};
- patches = [(fetchpatch {
- url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_unpack-1.patch;
- sha256 = "1bmrhq2nmhx4l5glvyi59r0hc7w5m56kz41frx7v3dcp8f91p7xd";
- })];
-
- patch_waf = fetchpatch {
- url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_python_3_4-1.patch;
- sha256 = "0xfl1i9dips2nykyg91f5h5r3xpk2hp1js1gq5z0hwjr0in55id4";
- };
-
- patch_waf-py3_5 = ./waf-py3_5.patch;
+ patches = [
+ (fetchpatch {
+ url = http://www.linuxfromscratch.org/patches/blfs/svn/pycairo-1.10.0-waf_unpack-1.patch;
+ sha256 = "1bmrhq2nmhx4l5glvyi59r0hc7w5m56kz41frx7v3dcp8f91p7xd";
+ })
+ ];
buildInputs = [ python pkgconfig cairo xlibsWrapper ];
configurePhase = ''
(
cd $(${python.executable} waf unpack)
- pwd
patch -p1 < ${patch_waf}
- ${lib.optionalString isPy35 "patch -p1 < ${patch_waf-py3_5}"}
+ ${lib.optionalString (isPy35 || isPy36) "patch -p1 < ${patch_waf-py3_5}"}
)
${python.executable} waf configure --prefix=$out
From 76213d102c1eaa91e733b326d9d312b60103d88a Mon Sep 17 00:00:00 2001
From: Johannes Bornhold
Date: Sat, 1 Apr 2017 12:19:53 +0200
Subject: [PATCH 56/57] python: Move catch_conflicts.py into subdirectory
(#23600)
Python does add the script's directory into "sys.path". For the case of
"catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can
result in very long delays if the store contains a lot of entries.
---
.../interpreters/python/catch_conflicts/README.md | 13 +++++++++++++
.../python/{ => catch_conflicts}/catch_conflicts.py | 0
.../interpreters/python/mk-python-derivation.nix | 9 ++++-----
3 files changed, 17 insertions(+), 5 deletions(-)
create mode 100644 pkgs/development/interpreters/python/catch_conflicts/README.md
rename pkgs/development/interpreters/python/{ => catch_conflicts}/catch_conflicts.py (100%)
diff --git a/pkgs/development/interpreters/python/catch_conflicts/README.md b/pkgs/development/interpreters/python/catch_conflicts/README.md
new file mode 100644
index 00000000000..d144b80e338
--- /dev/null
+++ b/pkgs/development/interpreters/python/catch_conflicts/README.md
@@ -0,0 +1,13 @@
+
+
+catch_conflicts.py
+==================
+
+The file catch_conflicts.py is in a subdirectory because, if it isn't, the
+/nix/store/ directory is added to sys.path causing a delay when building.
+
+Pointers:
+
+- https://docs.python.org/3/library/sys.html#sys.path
+
+- https://github.com/NixOS/nixpkgs/pull/23600
diff --git a/pkgs/development/interpreters/python/catch_conflicts.py b/pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py
similarity index 100%
rename from pkgs/development/interpreters/python/catch_conflicts.py
rename to pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py
diff --git a/pkgs/development/interpreters/python/mk-python-derivation.nix b/pkgs/development/interpreters/python/mk-python-derivation.nix
index f30bd175daa..5d710fcad88 100644
--- a/pkgs/development/interpreters/python/mk-python-derivation.nix
+++ b/pkgs/development/interpreters/python/mk-python-derivation.nix
@@ -79,9 +79,10 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
postFixup = ''
wrapPythonPrograms
'' + lib.optionalString catchConflicts ''
- # check if we have two packages with the same name in closure and fail
- # this shouldn't happen, something went wrong with dependencies specs
- ${python.interpreter} ${./catch_conflicts.py}
+ # Check if we have two packages with the same name in the closure and fail.
+ # If this happens, something went wrong with the dependencies specs.
+ # Intentionally kept in a subdirectory, see catch_conflicts/README.md.
+ ${python.interpreter} ${./catch_conflicts}/catch_conflicts.py
'' + attrs.postFixup or '''';
passthru = {
@@ -98,5 +99,3 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
isBuildPythonPackage = python.meta.platforms;
};
})
-
-
From 46ea770b2b1e105cab806cdd3845b2ec02ea66e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?=
Date: Sat, 1 Apr 2017 12:20:31 +0200
Subject: [PATCH 57/57] Revert "python: Move catch_conflicts.py into
subdirectory (#23600)" (#24528)
This reverts commit 76213d102c1eaa91e733b326d9d312b60103d88a.
---
.../python/{catch_conflicts => }/catch_conflicts.py | 0
.../interpreters/python/catch_conflicts/README.md | 13 -------------
.../interpreters/python/mk-python-derivation.nix | 9 +++++----
3 files changed, 5 insertions(+), 17 deletions(-)
rename pkgs/development/interpreters/python/{catch_conflicts => }/catch_conflicts.py (100%)
delete mode 100644 pkgs/development/interpreters/python/catch_conflicts/README.md
diff --git a/pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py b/pkgs/development/interpreters/python/catch_conflicts.py
similarity index 100%
rename from pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py
rename to pkgs/development/interpreters/python/catch_conflicts.py
diff --git a/pkgs/development/interpreters/python/catch_conflicts/README.md b/pkgs/development/interpreters/python/catch_conflicts/README.md
deleted file mode 100644
index d144b80e338..00000000000
--- a/pkgs/development/interpreters/python/catch_conflicts/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-catch_conflicts.py
-==================
-
-The file catch_conflicts.py is in a subdirectory because, if it isn't, the
-/nix/store/ directory is added to sys.path causing a delay when building.
-
-Pointers:
-
-- https://docs.python.org/3/library/sys.html#sys.path
-
-- https://github.com/NixOS/nixpkgs/pull/23600
diff --git a/pkgs/development/interpreters/python/mk-python-derivation.nix b/pkgs/development/interpreters/python/mk-python-derivation.nix
index 5d710fcad88..f30bd175daa 100644
--- a/pkgs/development/interpreters/python/mk-python-derivation.nix
+++ b/pkgs/development/interpreters/python/mk-python-derivation.nix
@@ -79,10 +79,9 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
postFixup = ''
wrapPythonPrograms
'' + lib.optionalString catchConflicts ''
- # Check if we have two packages with the same name in the closure and fail.
- # If this happens, something went wrong with the dependencies specs.
- # Intentionally kept in a subdirectory, see catch_conflicts/README.md.
- ${python.interpreter} ${./catch_conflicts}/catch_conflicts.py
+ # check if we have two packages with the same name in closure and fail
+ # this shouldn't happen, something went wrong with dependencies specs
+ ${python.interpreter} ${./catch_conflicts.py}
'' + attrs.postFixup or '''';
passthru = {
@@ -99,3 +98,5 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled"] // {
isBuildPythonPackage = python.meta.platforms;
};
})
+
+