about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/enchant.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/enchant.nix
parent9a26e2dea92566db6151fef2909140992a751207 (diff)
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/enchant.nix')
-rw-r--r--pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/enchant.nix30
1 files changed, 30 insertions, 0 deletions
diff --git a/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/enchant.nix b/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/enchant.nix
new file mode 100644
index 0000000000000..d56865fc3f8b5
--- /dev/null
+++ b/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/enchant.nix
@@ -0,0 +1,30 @@
+/* Generated file. */
+args @ { fetchurl, ... }:
+rec {
+  baseName = "enchant";
+  version = "cl-20211209-git";
+
+  description = "Programming interface for Enchant spell-checker library";
+
+  deps = [ args."alexandria" args."babel" args."cffi" args."trivial-features" ];
+
+  src = fetchurl {
+    url = "http://beta.quicklisp.org/archive/cl-enchant/2021-12-09/cl-enchant-20211209-git.tgz";
+    sha256 = "1j9qliyxfjfz4bbc6snysccnmmk2d2y8kb613rna239dh5g6c03c";
+  };
+
+  packageName = "enchant";
+
+  asdFilesToKeep = ["enchant.asd"];
+  overrides = x: x;
+}
+/* (SYSTEM enchant DESCRIPTION
+    Programming interface for Enchant spell-checker library SHA256
+    1j9qliyxfjfz4bbc6snysccnmmk2d2y8kb613rna239dh5g6c03c URL
+    http://beta.quicklisp.org/archive/cl-enchant/2021-12-09/cl-enchant-20211209-git.tgz
+    MD5 c12162b3a7c383815ff77c96aca0c11f NAME enchant FILENAME enchant DEPS
+    ((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
+     (NAME cffi FILENAME cffi)
+     (NAME trivial-features FILENAME trivial-features))
+    DEPENDENCIES (alexandria babel cffi trivial-features) VERSION
+    cl-20211209-git SIBLINGS (enchant-autoload) PARASITES NIL) */