diff options
| author | nomike <nomike@nomike.com> | 2025-06-02 04:45:51 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-06-05 21:50:36 +0200 |
| commit | a3ce628dd3b6c67f015ba97934da148adf3446de (patch) | |
| tree | 3d72909f41be3d2480bf92c21f82fdc56a2c3a4c /gnu/packages/graphics.scm | |
| parent | f0657cef973ca596e7e261fe2e89d05c375d6522 (diff) | |
gnu: opencsg: Ran guix style.
* gnu/packages/graphics.scm (opencsg): Reformat.
Change-Id: Id59101442badbf8206d536b9c0124ba763ae26ff
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
Diffstat (limited to 'gnu/packages/graphics.scm')
| -rw-r--r-- | gnu/packages/graphics.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index e61b6bc0f6c..e6ddd21727b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -2209,7 +2209,8 @@ and GPU architectures.") (license license:asl2.0))) (define-public opencsg - (let ((dot-to-dash (lambda (c) (if (char=? c #\.) #\- c)))) + (let ((dot-to-dash (lambda (c) + (if (char=? c #\.) #\- c)))) (package (name "opencsg") (version "1.8.1") @@ -2223,15 +2224,13 @@ and GPU architectures.") "-release")))) (file-name (git-file-name name version)) (sha256 - (base32 - "0q19mswyjlampdssqgik4q7j08fbj0dhxdr9mzg0i7ma2b2rhdhw")))) + (base32 "0q19mswyjlampdssqgik4q7j08fbj0dhxdr9mzg0i7ma2b2rhdhw")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases ;; library has no tests (delete 'check)))) - (inputs - (list glew freeglut)) + (inputs (list glew freeglut)) (synopsis "Library for rendering Constructive Solid Geometry (CSG)") (description "OpenCSG is a library for rendering Constructive Solid Geometry (CSG) using |
