From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: 03/05: gnu: Add ocaml-uutf. Date: Wed, 18 Jan 2017 11:59:24 +0100 Message-ID: References: <20170117222222.704.38103@vcs.savannah.gnu.org> <20170117222222.7885B2201C1@vcs.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170117222222.7885B2201C1@vcs.savannah.gnu.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-commits-bounces+gcggs-guix-commits=m.gmane.org@gnu.org Sender: "Guix-commits" To: Julien Lepiller , guix-devel Cc: guix-commits@gnu.org List-Id: guix-devel.gnu.org + (arguments `(#:tests? #f + #:build-flags (list "build") + #:phases + (modify-phases %standard-phases + (delete 'configure)))) + (native-inputs `(("opam" ,opam) + ("topkg" ,ocaml-topkg))) + (propagated-inputs `(("uchar" ,ocaml-uchar) + ("cmdliner" ,ocaml-cmdliner))) I personally find it easier to read without excessive indentation, but ok. Thanks!