mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
gnu: brdf-explorer: Use Web Archived home page.
* gnu/packages/graphics.scm (brdf-explorer)[home-page]: Refer to Web Archive.
This commit is contained in:
parent
6f80e25f35
commit
c848cd643c
1 changed files with 3 additions and 1 deletions
|
@ -1642,7 +1642,9 @@ exec -a \"$0\" ~a/.brdf-real~%"
|
||||||
(list qttools-5)) ;for 'qmake'
|
(list qttools-5)) ;for 'qmake'
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5 mesa glew freeglut zlib))
|
(list qtbase-5 mesa glew freeglut zlib))
|
||||||
(home-page "https://www.disneyanimation.com/technology/brdf.html")
|
(home-page
|
||||||
|
(string-append "https://web.archive.org/web/20190115030100/"
|
||||||
|
"https://www.disneyanimation.com/technology/brdf.html"))
|
||||||
(synopsis
|
(synopsis
|
||||||
"Analyze bidirectional reflectance distribution functions (BRDFs)")
|
"Analyze bidirectional reflectance distribution functions (BRDFs)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue