help-guix
[Top][All Lists]
Advanced

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

trivial-build-system and which


From: Stephen Scheck
Subject: trivial-build-system and which
Date: Tue, 17 Nov 2020 19:42:33 -0500

This package definition always fails with #f returned by `(which "bash")`
... am I missing something?

    (build-system trivial-build-system)
    (arguments
      `(#:builder
         (begin
           (use-modules (guix build utils))
           (invoke "make" (string-append "SHELL=" (which "bash")) "..."))))
    (native-inputs
      `(("bash" ,bash)
        ("make" ,gnu-make)


reply via email to

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