summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-12 16:19:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:37:09 +0100
commit0238ff5351508bf20151943550d9701159bb126f (patch)
treeec73fde885ffca5d77d640c38ac254d6c5674eb0
parentcb0f1da0ff6e4045b759f592ccbbaa95490aa85d (diff)
gnu: python-pivy: Fix indentation.
* gnu/packages/python-graphics.scm (python-pivy): Fix indentation. Change-Id: Ia85695da0d336afe62d8d6e6dd8f4c9b7662147c
-rw-r--r--gnu/packages/python-graphics.scm32
1 files changed, 16 insertions, 16 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index 1652dd1653..5a604e7e88 100644
--- a/gnu/packages/python-graphics.scm
+++ b/gnu/packages/python-graphics.scm
@@ -355,14 +355,14 @@ Design spec without sacrificing ease of use or application performance.")
(name "python-pivy")
(version "0.6.11")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/coin3d/pivy")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/coin3d/pivy")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -377,18 +377,18 @@ Design spec without sacrificing ease of use or application performance.")
(("\\$\\{SoQt_INCLUDE_DIRS}")
"${Coin_INCLUDE_DIR};${SoQt_INCLUDE_DIRS}")))))))
(native-inputs
- (list cmake-minimal swig-4.4))
+ (list cmake-minimal swig-4.4))
(inputs
- (list python-wrapper
- qtbase
- libxi
- libice
- glew
- coin3d))
+ (list python-wrapper
+ qtbase
+ libxi
+ libice
+ glew
+ coin3d))
(home-page "https://github.com/coin3d/pivy")
(synopsis "Python bindings to Coin3D")
(description
- "Pivy provides python bindings for Coin, a 3D graphics library with an
+ "Pivy provides python bindings for Coin, a 3D graphics library with an
Application Programming Interface based on the Open Inventor 2.1 API.")
(license license:isc)))