From: Sree Harsha Totakura <sreeharsha@totakura.in>
To: guix-devel <guix-devel@gnu.org>
Subject: Calling functions in `make-flags'
Date: Sat, 22 Feb 2014 02:13:52 +0100 [thread overview]
Message-ID: <5307F9D0.8080305@totakura.in> (raw)
Hi,
I am trying to build a package which does not have 'configure' script.
It instead relies solely on a makefile. For this to function, I have to
set the 'SH' variable inside the Makefile to a valid shell.
I am trying to set the 'SH' variable through build-flags like this:
> (arguments
> '(#:make-flags '((string-append "SH=" (which "sh")))
But this fails with the following error:
> 203: 1 [build #:make-flags ((string-append "SH=" (which "sh"))) ...]
> In unknown file:
> ?: 0 [system* "make" "-j" "4" (string-append "SH=" (which "sh"))]
>
> ERROR: In procedure system*:
> ERROR: Wrong type (expecting string): (string-append "SH=" (which "sh"))
How can I get this to work?
Regards,
Sree
next reply other threads:[~2014-02-22 1:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-22 1:13 Sree Harsha Totakura [this message]
2014-02-22 7:34 ` Calling functions in `make-flags' Mark H Weaver
2014-02-22 9:07 ` Sree Harsha Totakura
2014-02-23 6:20 ` Mark H Weaver
2014-02-23 7:28 ` Sree Harsha Totakura
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5307F9D0.8080305@totakura.in \
--to=sreeharsha@totakura.in \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.