guix-devel
[Top][All Lists]
Advanced

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

Re: wip spamassassin


From: Leo Famulari
Subject: Re: wip spamassassin
Date: Thu, 28 Jul 2016 17:47:43 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Wed, Jul 27, 2016 at 12:50:58AM +0200, Danny Milosavljevic wrote:
> ./configure: line 5848: /bin/sh: No such file or directory

I recommend you try adapting the 'patch-config-files' phase from
the Vim package definition in (gnu packages vim):

        #:phases
        (modify-phases %standard-phases
          (add-after 'configure 'patch-config-files
            (lambda _
              (substitute* "runtime/tools/mve.awk"
                (("/usr/bin/nawk") (which "gawk")))
              (substitute* "src/testdir/Makefile"
                (("/bin/sh") (which "sh"))))))))

I hope that helps!



reply via email to

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