diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 9675cd46c22..71ec41017aa 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -45,6 +45,7 @@ ;;; Copyright © 2025 nomike Postmann ;;; Copyright © 2025 Matthew Elwin ;;; Copyright © 2025 Janneke Nieuwenhuizen +;;; Copyright © 2025 Remco van 't Veer ;;; ;;; This file is part of GNU Guix. ;;; @@ -3042,7 +3043,7 @@ ontinuous-time and discret-time expressions.") (sha256 (base32 "1cga32b65wbap59nmw37f75ys3gj9bk09nqzq7949x9kqlal13mx")) (file-name (git-file-name name version)))) - (build-system cmake-build-system) + (build-system qt-build-system) (arguments (list ;; OpenSCAD doesn't cope well with out-of-source builds. @@ -3207,7 +3208,7 @@ models in the STL and OFF file formats.") ((#:configure-flags flags) #~(begin (use-modules (srfi srfi-1)) - (append + (append (remove (lambda (flag) (or (string-prefix? "-DOPENSCAD_VERSION=" flag) (string-prefix? "-DOPENSCAD_COMMIT=" flag)))