GNU bug report logs - #75568
[PATCH] gnu: smartmontools: Fix PATH in smartd_warning.sh.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 14 Jan 2025 23:41:02 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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 75550 <at> debbugs.gnu.org, 75568 <at> debbugs.gnu.org, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#75568] [PATCH] gnu: smartmontools: Fix PATH in smartd_warning.sh.
Date: Tue, 01 Apr 2025 12:15:37 +0200
Hi,

Tomas Volf <~@wolfsden.cz> skribis:

> Merged version uses the following:
>
>     (arguments
>      (list
>       #:make-flags
>       #~(list "BUILD_INFO=\"(Guix)\"")
>       #:configure-flags
>       #~(list (format #f "--with-scriptpath=~{~a:~}$PATH"
>                       (map (lambda (pkg)
>                              (in-vicinity pkg "bin"))
>                            '#$(list (this-package-input "coreutils-minimal")
>                                     (this-package-input "sed")))))))
>
> Is that acceptable as well or should I send a patch switching to
> search-input-file?

I have a slight preference for ‘search-input-file’ but this version is
perfectly fine.

Thanks,
Ludo’.




This bug report was last modified 96 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.