;;; guix-ui-location.el --- Interface for displaying package locations ;; Copyright © 2016 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 Location as published by ;; the Free Software Foundation, either version 3 of the Location, 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 Location for more details. ;; You should have received a copy of the GNU General Public Location ;; along with this program. If not, see . ;;; Commentary: ;; This file provides a 'list' interface for displaying locations of Guix ;; packages. ;;; Code: (require 'guix-buffer) (require 'guix-list) (require 'guix-location) (require 'guix-backend) (guix-define-entry-type location) (defun guix-location-get-entries () "Receive 'package location' entries." (guix-eval-read "(package-location-entries)")) ;;; Location 'list' (guix-list-define-interface location :buffer-name "*Guix Package Locations*" :get-entries-function 'guix-location-
aboutsummaryrefslogtreecommitdiff
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Haketilo
Source: https://git.koszko.org/browser-extension/

Files: *
Copyright: 2021,20