guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question regarding substitute* and #t (was: Simplifications enabled by s


From: Andy Wingo
Subject: question regarding substitute* and #t (was: Simplifications enabled by switching to 'invoke')
Date: Wed, 24 Jan 2018 13:14:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi!

On Wed 24 Jan 2018 13:06, Mark H Weaver <address@hidden> writes:

> +             ;; Install to the right directory
> +             (substitute* '("Makefile"
> +                            "Qsci/Makefile")
> +               (("\\$\\(INSTALL_ROOT\\)/gnu/store/[^/]+")
> +                (assoc-ref outputs "out")))
> +             #t)))))

I guess once we switch over all instances of "system" and "system*" to
use invoke, does that mean we will also be able to remove these
vestigial "#t" returns?

Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]