This commit is contained in:
Daniel Ziltener 2024-03-26 14:04:40 +01:00
parent b889077a22
commit f26b66925f
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
(setenv "CHICKEN_INSTALL_REPOSITORY"
(string-append (assoc-ref outputs "out") "/var/lib/chicken/11/"))
(setenv "CHICKEN_INSTALL_PREFIX"
(string-append (assoc-ref outputs "out") "/bin/"))
(assoc-ref outputs "out"))
(setenv "CHICKEN_REPOSITORY_PATH"
(string-append (getenv "CHICKEN_REPOSITORY_PATH")
":" (getenv "CHICKEN_INSTALL_REPOSITORY")))