Ludovic Courtès (2015-09-22 18:12 +0300) wrote: > Alex Kost <alez...@gmail.com> skribis: [...] >> 'build-package' will be placed in (guix scripts), and it looks like a >> rather general procedure. For example, it may be used for something >> like ‘guix build --package-from-file’ suggested by David: >> <http://lists.gnu.org/archive/html/guix-devel/2015-08/msg00107.html>. > > ‘guix package --install-from-file’ was committed but I don’t think it > actually needs ‘build-package’.
David also suggested the same option for ‘guix build’, and that's what I talked about (not ‘guix package’) — it wasn't implemented (presumably because there was no ‘build-package’ analog). >> From ce35de1359ae11a2e73f129db4f7685985f3d041 Mon Sep 17 00:00:00 2001 >> From: Alex Kost <alez...@gmail.com> >> Date: Thu, 23 Jul 2015 16:16:41 +0300 >> Subject: [PATCH] scripts: Add 'build-package'. >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=UTF-8 >> Content-Transfer-Encoding: 8bit >> >> * guix/scripts/system.scm (maybe-build): Move to ... >> * guix/scripts.scm: ...here. >> (build-package): New procedure. >> >> Co-authored-by: Ludovic Courtès <l...@gnu.org> > > OK! Thank you, I have pushed this patch and the commits for the elisp side you OKeyed a month ago. So I also send the rest patches to finish this "guix-devel.el" stuff. -- Alex