gnu: aseprite: Fix build.
* gnu/packages/game-development.scm (aseprite)[arguments]: Remove #:phases.
This commit is contained in:
parent
9f5e796753
commit
de1d68a295
|
@ -374,15 +374,7 @@ etc.")
|
||||||
"-DENABLE_UPDATER=0" ; no auto-updates
|
"-DENABLE_UPDATER=0" ; no auto-updates
|
||||||
(string-append "-DFREETYPE_INCLUDE_DIR="
|
(string-append "-DFREETYPE_INCLUDE_DIR="
|
||||||
(assoc-ref %build-inputs "freetype")
|
(assoc-ref %build-inputs "freetype")
|
||||||
"/include/freetype2"))
|
"/include/freetype2"))))
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-freetype-utils
|
|
||||||
(lambda _
|
|
||||||
;; Fix C preprocessor include directive.
|
|
||||||
(substitute* '("src/app/util/freetype_utils.cpp")
|
|
||||||
(("freetype/") ""))
|
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
;; TODO: Use a patched Allegro 4 that supports window resizing. This
|
;; TODO: Use a patched Allegro 4 that supports window resizing. This
|
||||||
|
|
Loading…
Reference in New Issue