;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2014 Ludovic Courtès ;;; ;;; 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 . (define-module (guix)) ;; The composite module that re-exports everything from the public modules. (eval-when (eval load compile) (begin (define %public-modules '(base32 build-system derivations download ftp-
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2020-04-28 16:37:57 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2020-05-05 16:13:55 +0200
commit77f5296236693fe6ade4eee1dfc077c18dc2204c (patch)
tree5f696bdeed2d7e12349a4b3731fa67caa250f0f7 /.dir-locals.el
parentf19cf27c2b9ff92e2c0fd931ef7fde39c376adaa (diff)
downloadguix-77f5296236693fe6ade4eee1dfc077c18dc2204c.tar.gz
guix-77f5296236693fe6ade4eee1dfc077c18dc2204c.zip
vm: Remove obsolete procedures.
* gnu/build/vm.scm (install-efi, make-iso9660-image): Remove those procedures that are now implemented in (gnu build image) module, (initialize-hard-disk): remove efi support. * gnu/system/vm.scm (iso9660-image): Remove it, (qemu-image): adapt it to remove ISO9660 support.
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions