diff options
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 931e2f7742..f0c5a99edf 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -31743,9 +31743,7 @@ in DEFPACKAGE.") (sha256 (base32 "0kbyrkd7a9apyq83bl96jspjggjsswxh93111wrmpvhbnm2vll60")))) (build-system asdf-build-system/sbcl) - (native-inputs - (list sbcl-alexandria - sbcl-parachute)) + (native-inputs (list sbcl-parachute)) (home-page "https://github.com/yitzchak/trivial-package-locks") (synopsis "Standard interface to the various package lock implementations") (description |