GNU bug report logs -
#41389
[PATCH] gnu: guile-dsv: Wrap script.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Tue, 19 May 2020 04:15:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
Jack Hill <jackhill <at> jackhill.us> skribis:
> * gnu/packages/guile-xyz.scm (guile-dsv)[arguments]: Add "wrap program" phase.
[...]
> + (add-after 'install 'wrap-program
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let* ((out (assoc-ref outputs "out"))
> + (bin (string-append out "/bin"))
> + (site (string-append out "/share/guile/site"))
> + (guile-lib (assoc-ref inputs "guile2.2-lib")))
We should eventually rename it to “guile-lib” and switch to Guile 3.0,
but that’s another story.
> + (match (scandir site)
> + (("." ".." version)
I recommend ‘target-guile-effective-version’ from (guix build
guile-build-system) instead of this trick.
Could you send an updated patch?
Thanks in advance!
Ludo’.
This bug report was last modified 5 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.