about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix
diff options
context:
space:
mode:
authorKasper Gałkowski <k@galkowski.xyz>2023-04-01 16:02:22 +0200
committerKasper Gałkowski <k@galkowski.xyz>2023-04-02 11:14:49 +0200
commitbdc000263ae994f6d96a6bde7d63805f1e4f818b (patch)
tree76292291745ffc8735d3534e40a1ace5a52695cd /pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix
parent9a26e2dea92566db6151fef2909140992a751207 (diff)
downloadnixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.tar
nixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.tar.gz
nixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.tar.bz2
nixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.tar.lz
nixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.tar.xz
nixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.tar.zst
nixlib-bdc000263ae994f6d96a6bde7d63805f1e4f818b.zip
lisp-modules: add back the two current implementations
This is to enable a smooth migration to the new one.
Diffstat (limited to 'pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix')
-rw-r--r--pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix30
1 files changed, 30 insertions, 0 deletions
diff --git a/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix b/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix
new file mode 100644
index 000000000000..6f0a0cf369e7
--- /dev/null
+++ b/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/smart-buffer.nix
@@ -0,0 +1,30 @@
+/* Generated file. */
+args @ { fetchurl, ... }:
+rec {
+  baseName = "smart-buffer";
+  version = "20211020-git";
+
+  description = "Smart octets buffer";
+
+  deps = [ args."flexi-streams" args."trivial-gray-streams" args."uiop" args."xsubseq" ];
+
+  src = fetchurl {
+    url = "http://beta.quicklisp.org/archive/smart-buffer/2021-10-20/smart-buffer-20211020-git.tgz";
+    sha256 = "0v25s4msnwi9vn0cwfv3kxamj0mr2xdwngwmxmhh93mr4fkqzdnv";
+  };
+
+  packageName = "smart-buffer";
+
+  asdFilesToKeep = ["smart-buffer.asd"];
+  overrides = x: x;
+}
+/* (SYSTEM smart-buffer DESCRIPTION Smart octets buffer SHA256
+    0v25s4msnwi9vn0cwfv3kxamj0mr2xdwngwmxmhh93mr4fkqzdnv URL
+    http://beta.quicklisp.org/archive/smart-buffer/2021-10-20/smart-buffer-20211020-git.tgz
+    MD5 d09d02788667d987b3988b6de09d09c3 NAME smart-buffer FILENAME
+    smart-buffer DEPS
+    ((NAME flexi-streams FILENAME flexi-streams)
+     (NAME trivial-gray-streams FILENAME trivial-gray-streams)
+     (NAME uiop FILENAME uiop) (NAME xsubseq FILENAME xsubseq))
+    DEPENDENCIES (flexi-streams trivial-gray-streams uiop xsubseq) VERSION
+    20211020-git SIBLINGS (smart-buffer-test) PARASITES NIL) */