unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* trivial-build-system and which
@ 2020-11-18  0:42 Stephen Scheck
  2020-11-18  5:44 ` Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Scheck @ 2020-11-18  0:42 UTC (permalink / raw)
  To: help-guix

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-18  5:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18  0:42 trivial-build-system and which Stephen Scheck
2020-11-18  5:44 ` Oleg Pykhalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).