unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48431@debbugs.gnu.org
Subject: [bug#48431] [PATCH 1/2] add cl-package-locks
Date: Fri, 14 May 2021 23:17:15 +0000	[thread overview]
Message-ID: <CAO+9K5ryYB5RgSjAj1_3F_Dw51KZZA+K5cryKgbm196a3sUxsQ@mail.gmail.com> (raw)
In-Reply-To: <CAO+9K5o8UxE5QKmaCSwUq3wfdo0VOtY+aoLtrk+1vzq6p3zhtQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-cl-package-locks.patch --]
[-- Type: text/x-patch, Size: 1994 bytes --]

From 48350bb8d6c66b7c8bfd8fafdbe916708214beac Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Fri, 14 May 2021 23:36:56 +0100
Subject: [PATCH 1/2] gnu: Add cl-package-locks

* gnu/packages/lisp-xyz.scm (sbcl-cl-package-locks,
  ecl-cl-package-locks, cl-package-locks): New variables.
---
 gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2df35d2500..0501e4effb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16577,3 +16577,33 @@ implementation, for example drawing calls of GUI applications.")
 
 (define-public cl-trivial-main-thread
   (sbcl-package->cl-source-package sbcl-trivial-main-thread))
+
+(define-public sbcl-cl-package-locks
+  (let ((commit "96a358ede7cef416d61d2f699e724fe1d9de602c")
+        (revision "1"))
+    (package
+      (name "sbcl-cl-package-locks")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/elliottjohnson/cl-package-locks")
+               (commit commit)))
+         (file-name (git-file-name "cl-package-locks" version))
+         (sha256
+          (base32
+           "0g3gfljnvpgd66ccd2sqawlkwqx4a0wsdrg5180va61w869cgxqq"))))
+      (build-system asdf-build-system/sbcl)
+      (home-page "https://github.com/elliottjohnson/cl-package-locks")
+      (synopsis "Compatability layer for dealing with package locks in a uniform manner")
+      (description
+"This package provides a Common Lisp library to provide a unified way to work
+with package locks across supported common lisp implementations.")
+      (license license:expat))))
+
+(define-public ecl-cl-package-locks
+  (sbcl-package->ecl-package sbcl-cl-package-locks))
+
+(define-public cl-package-locks
+  (sbcl-package->cl-source-package sbcl-cl-package-locks))
-- 
2.31.1


  reply	other threads:[~2021-05-14 23:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14 23:15 [bug#48431] [PATCH 2/2]: sxql update to 0.1.0-2.acdd183 Sharlatan Hellseher
2021-05-14 23:17 ` Sharlatan Hellseher [this message]
2021-05-15  8:24   ` bug#48431: [PATCH 1/2] add cl-package-locks Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAO+9K5ryYB5RgSjAj1_3F_Dw51KZZA+K5cryKgbm196a3sUxsQ@mail.gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=48431@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).