about summary refs log tree commit diff
path: root/third_party/lisp/sb-rotate-byte.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/sb-rotate-byte.nix')
-rw-r--r--third_party/lisp/sb-rotate-byte.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/lisp/sb-rotate-byte.nix b/third_party/lisp/sb-rotate-byte.nix
deleted file mode 100644
index 38e2397b4d..0000000000
--- a/third_party/lisp/sb-rotate-byte.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-# SB-ROTATE-BYTE is an SBCL component. This package just forces it to
-# be loaded.
-{ pkgs, ... }:
-
-with pkgs;
-
-nix.buildLisp.library {
-  name = "sb-rotate-byte";
-  srcs = lib.singleton (builtins.toFile "sb-rotate-byte.lisp" "(require 'sb-rotate-byte)");
-}