guix-commits
[Top][All Lists]
Advanced

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

branch master updated (e8739da12e -> f879d5a03b)


From: guix-commits
Subject: branch master updated (e8739da12e -> f879d5a03b)
Date: Wed, 8 Nov 2023 05:13:27 -0500 (EST)

efraim pushed a change to branch master
in repository guix.

    from e8739da12e gnu: git-lfs: Support building on more systems.
     new b17567d45c gnu: vim: Add vim packages to 'package-path' instead of 
'runtime-path'.
     new 8882ec71dd build-system: Add vim-build-system.
     new f879d5a03b gnu: Have vim packages use vim-build-system.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                     |   4 +-
 doc/guix.texi                   |  35 +++++
 gnu/packages/aux-files/guix.vim |  11 +-
 gnu/packages/code.scm           |   5 +-
 gnu/packages/lisp.scm           |   5 +-
 gnu/packages/mail.scm           |   3 +-
 gnu/packages/rust-apps.scm      |   3 +-
 gnu/packages/vim.scm            | 304 +++++++++++++++-------------------------
 gnu/packages/wm.scm             |   3 +-
 guix/build-system/vim.scm       | 157 +++++++++++++++++++++
 guix/build/vim-build-system.scm | 119 ++++++++++++++++
 11 files changed, 439 insertions(+), 210 deletions(-)
 create mode 100644 guix/build-system/vim.scm
 create mode 100644 guix/build/vim-build-system.scm



reply via email to

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