diff options
| author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-02-24 13:52:35 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-02-24 13:52:35 +0100 |
| commit | a6830d4e910e4b98f2d6e7016604baf289020405 (patch) | |
| tree | 28223c8d01cf3b8da30f8fdbb1168e033a8704d9 | |
| parent | 453ec521daeb739b4c794516ba5f03260e91fe00 (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.scm | 8 |
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 @@ | |||
| 77 | (,,(string-append (lib) "/libCgGL.so") | 77 | (,,(string-append (lib) "/libCgGL.so") |
| 78 | ("out" "glibc"))) | 78 | ("out" "glibc"))) |
| 79 | #:install-plan | 79 | #:install-plan |
| 80 | `(("bin" (".") "bin/") | 80 | `(("bin" "./") |
| 81 | (,,(lib) (".") "lib/") | 81 | (,,(lib) "lib") |
| 82 | ("include" (".") "include/") | 82 | ("include" "./") |
| 83 | ("local" (".") "share/")) | 83 | ("local/" "share/")) |
| 84 | #:phases | 84 | #:phases |
| 85 | (modify-phases %standard-phases | 85 | (modify-phases %standard-phases |
| 86 | (replace 'unpack | 86 | (replace 'unpack |
