From a6830d4e910e4b98f2d6e7016604baf289020405 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 24 Feb 2020 13:52:35 +0100 Subject: gnu: nvidia-cg-toolkit: Use new install-plan format. * nongnu/packages/game-development.scm (nvidia-cg-toolkit)[arguments]: Do it. --- nongnu/packages/game-development.scm | 8 ++++---- 1 file 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 -- cgit v1.2.3