mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +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
39fecacaef
commit
738b9bdfdc
1 changed files with 4 additions and 4 deletions
|
@ -77,10 +77,10 @@
|
||||||
(,,(string-append (lib) "/libCgGL.so")
|
(,,(string-append (lib) "/libCgGL.so")
|
||||||
("out" "glibc")))
|
("out" "glibc")))
|
||||||
#:install-plan
|
#:install-plan
|
||||||
`(("bin" (".") "bin/")
|
`(("bin" "./")
|
||||||
(,,(lib) (".") "lib/")
|
(,,(lib) "lib")
|
||||||
("include" (".") "include/")
|
("include" "./")
|
||||||
("local" (".") "share/"))
|
("local/" "share/"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'unpack
|
(replace 'unpack
|
||||||
|
|
Loading…
Reference in a new issue