mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libicns: Add missing gexp.
The #~ annotation was removed in 24701a21e8
.
* gnu/packages/image.scm (libicns)[arguments]: Add missing gexp.
Change-Id: I57a985a0d295f0b72bc9d6c0c0df79da1d8b1053
This commit is contained in:
parent
96d87b4747
commit
d042111c9e
1 changed files with 9 additions and 9 deletions
|
@ -770,7 +770,7 @@ maximum quality factor.")
|
||||||
(if (and (target-riscv64?)
|
(if (and (target-riscv64?)
|
||||||
(%current-target-system))
|
(%current-target-system))
|
||||||
(list #:phases
|
(list #:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'update-config-scripts
|
(add-after 'unpack 'update-config-scripts
|
||||||
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
(lambda* (#:key native-inputs inputs #:allow-other-keys)
|
||||||
(for-each (lambda (file)
|
(for-each (lambda (file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue