gnu: Remove openscenegraph-3.4.

* gnu/packages/graphics.scm (openscenegraph-3.4): Remove variable.
This commit is contained in:
Efraim Flashner 2021-11-03 22:11:57 +02:00
parent aae82f2a95
commit ea173bd874
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1284,32 +1284,6 @@ virtual reality, scientific visualization and modeling.")
;; LGPL 2.1, but with 4 exceptions. This version is called OSGPL. ;; LGPL 2.1, but with 4 exceptions. This version is called OSGPL.
(license license:lgpl2.1))) (license license:lgpl2.1)))
;; We need this for simgear
(define-public openscenegraph-3.4
(package (inherit openscenegraph)
(name "openscenegraph")
(version "3.4.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/openscenegraph/OpenSceneGraph")
(commit (string-append "OpenSceneGraph-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1fbzg1ihjpxk6smlq80p3h3ggllbr16ihd2fxpfwzam8yr8yxip9"))))
(arguments
(substitute-keyword-arguments (package-arguments openscenegraph)
((#:configure-flags flags)
`(cons
;; The jpeg plugin requires conversion between integers and booleans
"-DCMAKE_CXX_FLAGS=-fpermissive"
,flags))))
(inputs
`(("libjpeg" ,libjpeg-turbo)
,@(package-inputs openscenegraph)))))
(define-public gr-framework (define-public gr-framework
(package (package
(name "gr-framework") (name "gr-framework")