unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 宋文武 <iyzsong@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: python-pycairo: Fix build with with python-3.4.3.
Date: Mon, 20 Apr 2015 08:32:29 +0200	[thread overview]
Message-ID: <871tjf2u1p.fsf@mango.localdomain> (raw)
In-Reply-To: <1429509136-11290-2-git-send-email-iyzsong@gmail.com>


宋文武 writes:
> +                 (alist-cons-before
> +                  'build 'configure
> +                  (lambda* (#:key outputs #:allow-other-keys)
> +                    (zero? (system* "./waf" "configure"
> +                                    (string-append "--prefix="
> +                                                   (assoc-ref outputs "out")))))
>                    (alist-replace
> -                   'install
> +                   'build
>                     (lambda _
> -                     (zero? (system* "./waf" "install")))
> -                   %standard-phases)))))
> +                     (zero? (system* "./waf" "build")))
> +                   (alist-replace
> +                    'install
> +                    (lambda _
> +                      (zero? (system* "./waf" "install")))
> +                    %standard-phases))))))

I wonder if it would make sense to just use the waf-build-system in this
case instead of the python-build-system.  Is this feasible?

~~ Ricardo

  reply	other threads:[~2015-04-20  6:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20  5:52 [PATCH 1/2] gnu: Add python-waf 宋文武
2015-04-20  5:52 ` [PATCH 2/2] gnu: python-pycairo: Fix build with with python-3.4.3 宋文武
2015-04-20  6:32   ` Ricardo Wurmus [this message]
2015-04-20  6:51     ` 宋文武
2015-04-23 19:10       ` Ludovic Courtès
2015-04-24  8:29         ` Ricardo Wurmus

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871tjf2u1p.fsf@mango.localdomain \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    --cc=iyzsong@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).