emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32205: closed ([PATCH 0/3] Add 'guile-build-system


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32205: closed ([PATCH 0/3] Add 'guile-build-system' and use it)
Date: Mon, 23 Jul 2018 10:27:01 +0000

Your message dated Mon, 23 Jul 2018 12:26:23 +0200
with message-id <address@hidden>
and subject line Re: [bug#32205] [PATCH 0/3] Add 'guile-build-system' and use it
has caused the debbugs.gnu.org bug report #32205,
regarding [PATCH 0/3] Add 'guile-build-system' and use it
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32205: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32205
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] Add 'guile-build-system' and use it Date: Wed, 18 Jul 2018 23:17:25 +0200
Hello!

This factorizes code for Scheme-only packages in ‘guile-build-system’.
No more copy/pasting of ‘trivial-build-system’ snippets!

Ludo’.

Ludovic Courtès (3):
  build-system: Add 'guile-build-system'.
  gnu: Switch several packages to 'guile-build-system'.
  gnu: Add guile-pfds.

 Makefile.am                       |   2 +
 doc/guix.texi                     |  15 +
 gnu/packages/guile.scm            | 585 +++++++++---------------------
 guix/build-system/guile.scm       | 202 +++++++++++
 guix/build/guile-build-system.scm | 153 ++++++++
 5 files changed, 544 insertions(+), 413 deletions(-)
 create mode 100644 guix/build-system/guile.scm
 create mode 100644 guix/build/guile-build-system.scm

-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32205] [PATCH 0/3] Add 'guile-build-system' and use it Date: Mon, 23 Jul 2018 12:26:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Ludovic Courtès <address@hidden> skribis:

> Ludovic Courtès (3):
>   build-system: Add 'guile-build-system'.
>   gnu: Switch several packages to 'guile-build-system'.
>   gnu: Add guile-pfds.

Pushed!

Ludo’.


--- End Message ---

reply via email to

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