mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove assimp-5.0.
This package is outdated, not used anymore in Guix and has a CVE. * gnu/packages/graphics.scm (assimp-5.0): Delete variable. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
930f278821
commit
fafe0cea38
1 changed files with 0 additions and 14 deletions
|
@ -688,20 +688,6 @@ vertices, sorting by primitive type, merging of redundant materials and many
|
|||
more.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public assimp-5.0
|
||||
(package
|
||||
(inherit assimp)
|
||||
(version "5.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/assimp/assimp")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "assimp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w2484lg823bql7lpfq84vnsfsnag5v65qrbphslj866z9ia68l7"))))))
|
||||
|
||||
(define-public mikktspace
|
||||
;; The latest commit is used as there is no release.
|
||||
(let ((commit "3e895b49d05ea07e4c2133156cfa94369e19e409")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue