aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-10-27 00:46:08 +0200
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-10-28 12:29:38 +0800
commitfafe0cea38233dee46d1db3a92b0be439399277f (patch)
tree433aba45dc97680c2e364e08ff57faf841fa1c49 /gnu/packages
parent930f278821b91b820e36e31cb0a1619d06839fca (diff)
downloadguix-fafe0cea38233dee46d1db3a92b0be439399277f.tar.gz
guix-fafe0cea38233dee46d1db3a92b0be439399277f.zip
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/graphics.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index c12516383b..8686cac7f7 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -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")