summaryrefslogtreecommitdiff
path: root/gnu/packages.scm
diff options
context:
space:
mode:
authorThéo Tyburn <theo.tyburn@posteo.net>2026-06-03 10:56:10 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-08-31 11:00:19 +0900
commitc62ebcd02c2eb190ab5dc157475ef4a93a1c7581 (patch)
treef178f262874978ac0be45e5499db5cc2d63248fe /gnu/packages.scm
parent30cb1f541eb99b0fbbec1f8f29796151103c5f2b (diff)
doc: Move Commentary above module definition.
Merges: https://codeberg.org/guix/guix/pulls/9052 Reviewed-by: Ludovic Courtès <ludo@gnu.org> Reviewed-by: Maxim Cournoyer <maxim@guixotic.coop> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages.scm')
-rw-r--r--gnu/packages.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages.scm b/gnu/packages.scm
index 8d40e3e3352..b0283cade61 100644
--- a/gnu/packages.scm
+++ b/gnu/packages.scm
@@ -21,6 +21,13 @@
21;;; You should have received a copy of the GNU General Public License 21;;; You should have received a copy of the GNU General Public License
22;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 22;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
23 23
24;;; Commentary:
25;;;
26;;; General utilities for the software distribution---i.e., the modules under
27;;; (gnu packages ...).
28;;;
29;;; Code:
30
24(define-module (gnu packages) 31(define-module (gnu packages)
25 #:use-module (guix packages) 32 #:use-module (guix packages)
26 #:use-module (guix ui) 33 #:use-module (guix ui)
@@ -74,13 +81,6 @@
74 81
75 generate-package-cache)) 82 generate-package-cache))
76 83
77;;; Commentary:
78;;;
79;;; General utilities for the software distribution---i.e., the modules under
80;;; (gnu packages ...).
81;;;
82;;; Code:
83
84;; By default, we store patches and auxiliary files 84;; By default, we store patches and auxiliary files
85;; alongside Guile modules. This is so that these extra files can be 85;; alongside Guile modules. This is so that these extra files can be
86;; found without requiring a special setup, such as a specific 86;; found without requiring a special setup, such as a specific