summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2023-06-07 03:53:27 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2023-06-07 03:53:27 +0300
commit6c057b5fa4c6691b7f595627b0435057b1545b85 (patch)
treefa9e89aabc58abbe14a15db834a37adf8c1bcea8
parentDelete packages depending on dmenu-patched. (diff)
downloadguix-wigust-6c057b5fa4c6691b7f595627b0435057b1545b85.tar.gz
wigust: packages: Fix renamed sbcl-stumpwm package.
-rw-r--r--guix/wigust/packages/lisp.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/guix/wigust/packages/lisp.scm b/guix/wigust/packages/lisp.scm
index 68cad6a..72fb8c3 100644
--- a/guix/wigust/packages/lisp.scm
+++ b/guix/wigust/packages/lisp.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2019, 2020, 2021, 2022 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Oleg Pykhalov <go.wigust@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -86,14 +86,14 @@
(package
(inherit stumpwm)
(name (string-append (package-name stumpwm)))
- (version (git-version (package-version sbcl-stumpwm) "1" commit))
+ (version (git-version (package-version stumpwm) "1" commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/wigust/stumpwm.git")
(commit commit)))
- (file-name (git-file-name (package-name sbcl-stumpwm) version))
+ (file-name (git-file-name (package-name stumpwm) version))
(sha256
(base32
"0qrp9ywn2qb1f1jq7wr7s8di64isf5h4ld91yqh2nb8kfqdf8jsl"))))
@@ -101,10 +101,10 @@
`(("sbcl-alexandria" ,sbcl-alexandria)
("sbcl-fiasco", sbcl-fiasco)
("dbus" ,dbus)
- ,@(package-inputs sbcl-stumpwm)))
+ ,@(package-inputs stumpwm)))
(arguments
(substitute-keyword-arguments
- (package-arguments sbcl-stumpwm)
+ (package-arguments stumpwm)
((#:phases phases)
`(modify-phases ,phases
(replace 'create-desktop-file