about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix
diff options
context:
space:
mode:
authorBrad Jensen <brad@bradjensen.net>2017-08-30 17:22:51 -0700
committerBrad Jensen <brad@bradjensen.net>2017-08-31 20:10:19 -0700
commitd1e11cd41e68b553e8b5ee9ea399d6751455c4ce (patch)
tree2404dc17b94e47bcbc308978388bf21e3b723a6b /pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix
parentacd05c506d03409865bb351bf2d2b40df6dca6a4 (diff)
downloadnixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.tar
nixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.tar.gz
nixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.tar.bz2
nixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.tar.lz
nixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.tar.xz
nixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.tar.zst
nixlib-d1e11cd41e68b553e8b5ee9ea399d6751455c4ce.zip
Regenerate quicklisp-to-nix
Note: Changes to overrides were necessary
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix27
1 files changed, 8 insertions, 19 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix
index 06ffeb9ad69a..ae8ed6de8776 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/db3.nix
@@ -11,25 +11,14 @@ rec {
     url = ''http://beta.quicklisp.org/archive/cl-db3/2015-03-02/cl-db3-20150302-git.tgz'';
     sha256 = ''0mwdpb7cdvxdcbyg3ags6xzwhblai170q3p20njs3v73s30dbzxi'';
   };
-    
+
   packageName = "db3";
 
-  overrides = x: {
-    postInstall = ''
-      find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/db3[.]asd${"$"}' |
-        while read f; do
-          env -i \
-          NIX_LISP="$NIX_LISP" \
-          NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(progn
-            (asdf:load-system :$(basename "$f" .asd))
-            (asdf:perform (quote asdf:compile-bundle-op) :$(basename "$f" .asd))
-            (ignore-errors (asdf:perform (quote asdf:deliver-asd-op) :$(basename "$f" .asd)))
-            )'" \
-            "$out"/bin/*-lisp-launcher.sh ||
-          mv "$f"{,.sibling}; done || true
-    '';
-  };
+  asdFilesToKeep = ["db3.asd"];
+  overrides = x: x;
 }
-/* (SYSTEM db3 DESCRIPTION DB3 file reader SHA256 0mwdpb7cdvxdcbyg3ags6xzwhblai170q3p20njs3v73s30dbzxi URL
-    http://beta.quicklisp.org/archive/cl-db3/2015-03-02/cl-db3-20150302-git.tgz MD5 578896a3f60f474742f240b703f8c5f5 NAME db3 TESTNAME NIL FILENAME db3 DEPS
-    NIL DEPENDENCIES NIL VERSION cl-20150302-git SIBLINGS NIL) */
+/* (SYSTEM db3 DESCRIPTION DB3 file reader SHA256
+    0mwdpb7cdvxdcbyg3ags6xzwhblai170q3p20njs3v73s30dbzxi URL
+    http://beta.quicklisp.org/archive/cl-db3/2015-03-02/cl-db3-20150302-git.tgz
+    MD5 578896a3f60f474742f240b703f8c5f5 NAME db3 FILENAME db3 DEPS NIL
+    DEPENDENCIES NIL VERSION cl-20150302-git SIBLINGS NIL PARASITES NIL) */