From 932a60812a620c9dcc5b0e327da27edd20732911 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 30 Oct 2022 02:00:03 +0100 Subject: gnu: jgmenu: Update to 4.4.1. * gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.1. [arguments]: Don't explicitly return #t from phases. --- gnu/packages/xdisorg.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 1a868146a0..0bd0317527 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2546,7 +2546,7 @@ The cutbuffer and clipboard selection are always synchronized.") (define-public jgmenu (package (name "jgmenu") - (version "4.4.0") + (version "4.4.1") (source (origin (method git-fetch) @@ -2555,7 +2555,7 @@ The cutbuffer and clipboard selection are always synchronized.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "08dyygclayyipa0p2qsxqa3fsfyflkrkhpi25dkc3ybkicvynk24")))) + (base32 "1a9irlrpa3mi3101cn9hi1ch5k1v4p0h83ni5j63qmlc5g7pcbsh")))) (build-system gnu-build-system) (native-inputs (list cppcheck perl pkg-config)) @@ -2575,8 +2575,7 @@ The cutbuffer and clipboard selection are always synchronized.") (lambda* (#:key outputs #:allow-other-keys) (setenv "CC" ,(cc-for-target)) (invoke "./configure" - (string-append "--prefix=" (assoc-ref outputs "out"))) - #t))))) + (string-append "--prefix=" (assoc-ref outputs "out")))))))) (synopsis "Simple X11 menu") (description "This is a simple menu for X11 designed for scripting and tweaking. It -- cgit v1.2.3