mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-22 14:54:57 +01:00
gnu: nvidia-cg-toolkit: Use new install-plan format.
* nongnu/packages/game-development.scm (nvidia-cg-toolkit)[arguments]: Do it.
This commit is contained in:
parent
453ec521da
commit
a6830d4e91
1 changed files with 4 additions and 4 deletions
|
@ -77,10 +77,10 @@
|
|||
(,,(string-append (lib) "/libCgGL.so")
|
||||
("out" "glibc")))
|
||||
#:install-plan
|
||||
`(("bin" (".") "bin/")
|
||||
(,,(lib) (".") "lib/")
|
||||
("include" (".") "include/")
|
||||
("local" (".") "share/"))
|
||||
`(("bin" "./")
|
||||
(,,(lib) "lib")
|
||||
("include" "./")
|
||||
("local/" "share/"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'unpack
|
||||
|
|
Loading…
Reference in a new issue