gnu: Add perl-pdl-graphics-trid.

* gnu/packages/perl-maths.scm (perl-pdl-graphics-trid): New variable.

Change-Id: Ic094e51124a72c553dc3414ad6d1fb9a1e4836c3
This commit is contained in:
Danny Milosavljevic 2025-05-10 21:48:36 +02:00
parent 7e311358af
commit 770c9078fa
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -219,3 +219,26 @@ Perl Data Language.")
(description "This package provides a library and simple REPL for the
Perl Data Language.")
(license license:perl-license)))
(define-public perl-pdl-graphics-trid
(package
(name "perl-pdl-graphics-trid")
(version "2.102")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/PDLPorters/PDL-Graphics-TriD.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0c66337l3dkw70mqgldbih1xkyg082lalmaldb9k5058hq4jhqzl"))))
(build-system perl-build-system)
(inputs
(list mesa))
(propagated-inputs
(list perl-pdl))
(synopsis "3D graphics in Perl Data Language")
(description "This package provides modules to do 3D graphics in PDL.")
(home-page "https://github.com/PDLPorters/")
(license license:perl-license)))