1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 21:14:05 +02:00

gnu: python-pivy: Fix indentation.

* gnu/packages/python-graphics.scm (python-pivy): Fix indentation.

Change-Id: Ia85695da0d336afe62d8d6e6dd8f4c9b7662147c
This commit is contained in:
Sharlatan Hellseher
2026-05-12 16:19:23 +01:00
parent 60c5757eb7
commit 4e134bcb3b
+16 -16
View File
@@ -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)))