# GNU Guix --- Functional package management for GNU # Copyright © 2014 Alex Kost # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . AUTOLOADS = emacs/guix-autoloads.el ELFILES = \ emacs/guix-backend.el \ emacs/guix-base.el \ emacs/guix-emacs.el \ emacs/guix-history.el \ emacs/guix-info.el \ emacs/guix-list.el \ emacs/guix-messages.el \ emacs/guix-prettify.el \ emacs/guix-utils.el \ emacs/guix.el if HAVE_EMACS dist_lisp_DATA = \ $(ELFILES) \ $(AUTOLOADS) nodist_lisp_DATA = \ emacs/guix-init.el \ emacs/guix-profiles.el $(AUTOLOADS): $(ELFILES) $(EMACS) --batch --eval \ "(let ((backup-inhibited t) \ (generated-autoload-file \ (expand-file-name \"$(AUTOLOADS)\" \"$(srcdir)\"))) \ (update-directory-autoloads \ (expand-file-name \"emacs\" \"$(srcdir)\")))" endif HAVE_EMACS scm?id=fa4867b53da1ed5541214dfdac9eb2a11155aa73'>diff
AgeCommit message (Expand)Author
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....Maxim Cournoyer
2021-06-14gnu: Rename qtbase to qtbase-5....Maxim Cournoyer
2021-01-10gnu: Move brlaser to (gnu packages cups)....Tobias Geerinckx-Rice
2021-01-02gnu: brlaser: Update to 6-1.9d7ddda....Ricardo Wurmus
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès