.
This commit is contained in:
parent
b889077a22
commit
f26b66925f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
(setenv "CHICKEN_INSTALL_REPOSITORY"
|
(setenv "CHICKEN_INSTALL_REPOSITORY"
|
||||||
(string-append (assoc-ref outputs "out") "/var/lib/chicken/11/"))
|
(string-append (assoc-ref outputs "out") "/var/lib/chicken/11/"))
|
||||||
(setenv "CHICKEN_INSTALL_PREFIX"
|
(setenv "CHICKEN_INSTALL_PREFIX"
|
||||||
(string-append (assoc-ref outputs "out") "/bin/"))
|
(assoc-ref outputs "out"))
|
||||||
(setenv "CHICKEN_REPOSITORY_PATH"
|
(setenv "CHICKEN_REPOSITORY_PATH"
|
||||||
(string-append (getenv "CHICKEN_REPOSITORY_PATH")
|
(string-append (getenv "CHICKEN_REPOSITORY_PATH")
|
||||||
":" (getenv "CHICKEN_INSTALL_REPOSITORY")))
|
":" (getenv "CHICKEN_INSTALL_REPOSITORY")))
|
||||||
|
|
Loading…
Reference in a new issue