all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: John Darrington <jmd@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/3] gnu: Add slib.
Date: Mon, 27 Feb 2017 19:26:31 -0500	[thread overview]
Message-ID: <20170228002631.GA14214@jasmine> (raw)
In-Reply-To: <1488138148-24017-1-git-send-email-jmd@gnu.org>

On Sun, Feb 26, 2017 at 08:42:26PM +0100, John Darrington wrote:
> * gnu/packages/scheme.scm (slib): New variable.
> +(define-public slib
> +  (package
> +    (name "slib")
> +    (version "3b5")
> +    (source (origin
> +             (method url-fetch)
> +             (uri (string-append "http://groups.csail.mit.edu/mac/ftpdir/scm/slib-" version ".zip"))

Line too looooooong :)

> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'install 'remove-bin-share
> +                    (lambda* (#:key inputs outputs #:allow-other-keys)
> +                      (zero? (system* "rm" "-r"

How about the the Scheme procedure delete-file-recursively from (guix
build utils)?

      parent reply	other threads:[~2017-02-28  0:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-26 19:42 [PATCH 1/3] gnu: Add slib John Darrington
2017-02-26 19:42 ` [PATCH 2/3] gnu: Add scm John Darrington
2017-02-26 19:42 ` [PATCH 3/3] gnu: Add jacal John Darrington
2017-02-28  0:31   ` Leo Famulari
2017-02-28  6:10     ` John Darrington
2017-02-28  0:26 ` Leo Famulari [this message]

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=20170228002631.GA14214@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=jmd@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.