diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-08-10 14:28:40 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-08-10 14:31:02 +0300 |
| commit | 1f037e42874505854e7e0042393a7b0b2fd461ff (patch) | |
| tree | d3db932c8b6d8ea05836490fc14b81201248d333 | |
| parent | wigust: Add emacs-slack-patched. (diff) | |
| download | guix-wigust-1f037e42874505854e7e0042393a7b0b2fd461ff.tar.gz | |
guix: stumpwm-checkout: Use revert-xinerama2xrandr branch.
* guix/wigust/packages/lisp.scm: stumpwm-checkout: Use revert-xinerama2xrandr
branch.
| -rw-r--r-- | guix/wigust/packages/lisp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/wigust/packages/lisp.scm b/guix/wigust/packages/lisp.scm index 644110c..7914813 100644 --- a/guix/wigust/packages/lisp.scm +++ b/guix/wigust/packages/lisp.scm @@ -59,7 +59,7 @@ #:use-module (srfi srfi-1)) (define-public stumpwm-checkout - (let ((commit "f6966cabdf7cdc3cdecf88dfaaf8a90845264c5d")) + (let ((commit "f245674bc7bbf83b8f4ad3783c46e1ed42a5a5a0")) (package (inherit stumpwm) (name (string-append (package-name stumpwm) "-checkout")) @@ -68,12 +68,12 @@ (origin (method git-fetch) (uri (git-reference - (url "https://github.com/stumpwm/stumpwm.git") + (url "https://gitlab.wugi.info/wigust/stumpwm.git") (commit commit))) (file-name (git-file-name (package-name sbcl-stumpwm) version)) (sha256 (base32 - "107p68xvfvgxjw0r4hhisndi3ri9q8j4q2rd1iba4ygqscjsg64b")))) + "1wwg24aqx69p8frl45nj9fg6g0msngi6arfbxfvnc8cvnaixyjyc")))) (inputs `(("sbcl-alexandria" ,sbcl-alexandria) ("sbcl-fiasco", sbcl-fiasco) |
