[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55248] [PATCH 2/7] gnu: racket: Fix out-of-source build.
From: |
Maxime Devos |
Subject: |
[bug#55248] [PATCH 2/7] gnu: racket: Fix out-of-source build. |
Date: |
Wed, 04 May 2022 11:29:24 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Philip McGrath schreef op di 03-05-2022 om 14:33 [-0400]:
> - ;; help with debugging, but it confuses `install-license-files`.
[...]
> + ;; workaround for install-license-files
> + (lambda* (#:key out-of-source? #:allow-other-keys)
> + (when out-of-source?
> + (with-directory-excursion ".."
> + (symlink "src"
> + (package-name->name+version
> + (strip-store-file-name #$output))))))))))
Surely we could fix this bug/limitation of install-license-files
upstream (in this case, upstream=Guix)?
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
[bug#55248] [PATCH 2/7] gnu: racket: Fix out-of-source build., Philip McGrath, 2022/05/03
[bug#55248] [PATCH 3/7] gnu: chez-scheme: Update to 9.5.8., Philip McGrath, 2022/05/03
[bug#55248] [PATCH 5/7] gnu: chez-scheme: Refactor configure phase and fix '--threads'., Philip McGrath, 2022/05/03
[bug#55248] [PATCH 4/7] gnu: chez-scheme: Refactor documentation phases., Philip McGrath, 2022/05/03
[bug#55248] [PATCH 7/7] gnu: chez-scheme-for-system: Adjust support logic., Philip McGrath, 2022/05/03