summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-08-17 12:56:08 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-09-06 22:12:45 +0200
commitfec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25 (patch)
tree92ce8ae411dec681a9b51dc117e4ca43c737fbf2 /pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix
parent7a6bddc19d9f6c93b1fb70305a8633da5215d9a7 (diff)
downloadnixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.tar
nixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.tar.gz
nixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.tar.bz2
nixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.tar.lz
nixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.tar.xz
nixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.tar.zst
nixpkgs-fec3f49bfe9d5dfa50803e19a3ee6dd3d4acdb25.zip
lispPackages: add varjo package and dependencies
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix
new file mode 100644
index 00000000000..673ef0ee634
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/lisp-unit.nix
@@ -0,0 +1,26 @@
+/* Generated file. */
+args @ { fetchurl, ... }:
+rec {
+  baseName = "lisp-unit";
+  version = "20170124-git";
+
+  description = "Common Lisp library that supports unit testing.";
+
+  deps = [ ];
+
+  src = fetchurl {
+    url = "http://beta.quicklisp.org/archive/lisp-unit/2017-01-24/lisp-unit-20170124-git.tgz";
+    sha256 = "00bc19r7vr76rpk8lh8z7qln0glpf66mzqxw215488zwz3nwcq4m";
+  };
+
+  packageName = "lisp-unit";
+
+  asdFilesToKeep = ["lisp-unit.asd"];
+  overrides = x: x;
+}
+/* (SYSTEM lisp-unit DESCRIPTION
+    Common Lisp library that supports unit testing. SHA256
+    00bc19r7vr76rpk8lh8z7qln0glpf66mzqxw215488zwz3nwcq4m URL
+    http://beta.quicklisp.org/archive/lisp-unit/2017-01-24/lisp-unit-20170124-git.tgz
+    MD5 2c55342cb8af18b290bb6a28c75deac5 NAME lisp-unit FILENAME lisp-unit DEPS
+    NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS NIL PARASITES NIL) */