mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
7963b0b3c9
commit
935470e13c
1 changed files with 1 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue