summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-02-24 13:52:35 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2020-02-24 13:52:35 +0100
commita6830d4e910e4b98f2d6e7016604baf289020405 (patch)
tree28223c8d01cf3b8da30f8fdbb1168e033a8704d9
parent453ec521daeb739b4c794516ba5f03260e91fe00 (diff)
gnu: nvidia-cg-toolkit: Use new install-plan format.new-install-plan
* nongnu/packages/game-development.scm (nvidia-cg-toolkit)[arguments]: Do it.
-rw-r--r--nongnu/packages/game-development.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/game-development.scm b/nongnu/packages/game-development.scm
index 53869a5..6ae40b7 100644
--- a/nongnu/packages/game-development.scm
+++ b/nongnu/packages/game-development.scm
@@ -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