gnu: tiled: Use 'modify-phases'.

* gnu/packages/game-development.scm (tiled)[arguments]: Use 'modify-phases'.
This commit is contained in:
Efraim Flashner 2016-03-01 13:34:12 +02:00
parent e8ea01d902
commit d06fc008bd

View file

@ -142,13 +142,12 @@ (define-public tiled
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
'(#:phases '(#:phases
(alist-replace (modify-phases %standard-phases
'configure (replace 'configure
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))
(system* "qmake" (system* "qmake"
(string-append "PREFIX=" out)))) (string-append "PREFIX=" out))))))))
%standard-phases)))
(home-page "http://www.mapeditor.org/") (home-page "http://www.mapeditor.org/")
(synopsis "Tile map editor") (synopsis "Tile map editor")
(description (description