mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
7e311358af
commit
770c9078fa
1 changed files with 23 additions and 0 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue