From bdc000263ae994f6d96a6bde7d63805f1e4f818b Mon Sep 17 00:00:00 2001 From: Kasper GaƂkowski Date: Sat, 1 Apr 2023 16:02:22 +0200 Subject: lisp-modules: add back the two current implementations This is to enable a smooth migration to the new one. --- .../quicklisp-to-nix-output/idna.nix | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/idna.nix (limited to 'pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/idna.nix') diff --git a/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/idna.nix b/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/idna.nix new file mode 100644 index 000000000000..87cef0b0bf7d --- /dev/null +++ b/pkgs/development/lisp-modules-obsolete/quicklisp-to-nix-output/idna.nix @@ -0,0 +1,27 @@ +/* Generated file. */ +args @ { fetchurl, ... }: +rec { + baseName = "idna"; + version = "20120107-git"; + + description = "IDNA (international domain names) string encoding and decoding routines"; + + deps = [ args."split-sequence" ]; + + src = fetchurl { + url = "http://beta.quicklisp.org/archive/idna/2012-01-07/idna-20120107-git.tgz"; + sha256 = "0q9hja9v5q7z89p0bzm2whchn05hymn3255fr5zj3fkja8akma5c"; + }; + + packageName = "idna"; + + asdFilesToKeep = ["idna.asd"]; + overrides = x: x; +} +/* (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 FILENAME idna DEPS + ((NAME split-sequence FILENAME split-sequence)) DEPENDENCIES + (split-sequence) VERSION 20120107-git SIBLINGS NIL PARASITES NIL) */ -- cgit 1.4.1