summaryrefslogtreecommitdiff
path: root/gnu/packages/base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r--gnu/packages/base.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index e7d0d2e406c..6fa024b2168 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -40,6 +40,12 @@
40;;; You should have received a copy of the GNU General Public License 40;;; You should have received a copy of the GNU General Public License
41;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 41;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
42 42
43;;; Commentary:
44;;;
45;;; Base packages of the Guix-based GNU user-land software distribution.
46;;;
47;;; Code:
48
43(define-module (gnu packages base) 49(define-module (gnu packages base)
44 #:use-module ((guix licenses) 50 #:use-module ((guix licenses)
45 #:select (gpl3+ lgpl2.0+ lgpl3+ public-domain)) 51 #:select (gpl3+ lgpl2.0+ lgpl3+ public-domain))
@@ -90,12 +96,6 @@
90 canonical-package 96 canonical-package
91 %final-inputs)) 97 %final-inputs))
92 98
93;;; Commentary:
94;;;
95;;; Base packages of the Guix-based GNU user-land software distribution.
96;;;
97;;; Code:
98
99(define-public hello 99(define-public hello
100 (package 100 (package
101 (name "hello") 101 (name "hello")