summaryrefslogtreecommitdiff
path: root/guix/self.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-23 15:34:41 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-23 23:34:09 +0100
commit4d52e0f66791250deae4890ac12a4789b1290a88 (patch)
treedfca70e1438650ed3adf70c4b0737fb922db8867 /guix/self.scm
parent82a2bd3a4ee09c04b51b948f1e952402d6a26f88 (diff)
downloadpatches-4d52e0f66791250deae4890ac12a4789b1290a88.tar
patches-4d52e0f66791250deae4890ac12a4789b1290a88.tar.gz
compile: Remove incorrect exports.
This is a followup to fed36328129def5f10b1d1f3e4ea8886916fd22a. * guix/build/compile.scm: Remove exports of '%lightweight-optimizations' and '%default-optimizations'. * guix/self.scm: Remove unused (guix build compile) module.
Diffstat (limited to 'guix/self.scm')
-rw-r--r--guix/self.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/self.scm b/guix/self.scm
index 207e80d842..f9015148d6 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,7 +28,6 @@
#:use-module (guix sets)
#:use-module (guix modules)
#:use-module ((guix build utils) #:select (find-files))
- #:use-module ((guix build compile) #:select (%lightweight-optimizations))
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-9)
#:use-module (srfi srfi-35)