From e7b315216af2d77b62532d525ae5160cbfd2835c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 27 Oct 2023 23:14:45 +0100 Subject: gnu: imppg: Use standard configure phase. * gnu/packages/astronomy.scm (imppg): Use G-expressions. [arguments]{phases}: Use 'configure standard phase instead of replacement. Signed-off-by: Christopher Baines --- gnu/packages/astronomy.scm | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b755e94f0f..22d6db984b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3231,19 +3231,8 @@ (define-public imppg (base32 "0a6wb1a9adwd01dmy0r03xxp8iz9y7mvh30088ajilhj4lf90vxa")))) (build-system cmake-build-system) (arguments - `(#:tests? #f ;no test provided - #:phases - (modify-phases %standard-phases - (replace 'configure - (lambda* (#:key outputs #:allow-other-keys) - (mkdir-p "build") - (chdir "build") - (invoke - "cmake" - "-G" "Unix Makefiles" - "-DCMAKE_BUILD_TYPE=Release" - (string-append "-DCMAKE_INSTALL_PREFIX=" (assoc-ref outputs "out")) - "..")))))) + (list ;; No test provided + #:tests? #f)) (native-inputs (list boost pkg-config)) (inputs -- cgit v1.2.3