guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: imagemagick/stable: Fix ungexp variabl


From: guix-commits
Subject: branch core-updates updated: gnu: imagemagick/stable: Fix ungexp variable.
Date: Thu, 04 Jan 2024 12:52:05 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 54d122a12b gnu: imagemagick/stable: Fix ungexp variable.
54d122a12b is described below

commit 54d122a12b6b9f0bf2f20fe2c5e2c6549bc9909d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 4 12:49:38 2024 -0500

    gnu: imagemagick/stable: Fix ungexp variable.
    
    * gnu/packages/imagemagick.scm (imagemagick/stable)
    [arguments]: Ungexp reference to NAME variable.
    
    Reported-by: Simon South <simon@simonsouth.net>
    Change-Id: Id0584b35ede05ef14e957b2b2c9c754d9f9c0a90
---
 gnu/packages/imagemagick.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 4262fc2df7..4af2f95b65 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -104,7 +104,7 @@
                  (("^DOCUMENTATION_PATH[[:blank:]]*=.*$")
                   (string-append "DOCUMENTATION_PATH = "
                                  #$output:doc "/share/doc/"
-                                 ,name "-"
+                                 #$name "-"
                                  #$(package-version this-package) "\n")))))
            (add-before 'configure 'strip-configure-xml
              (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]