From 5321f74f234742ad9e039de33e60288a9a830949 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 27 Nov 2012 21:33:00 +0100 Subject: distro: flex: Fix module name. * distro/packages/flex.scm: Change the module name to (distro packages flex). --- distro/packages/flex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro') diff --git a/distro/packages/flex.scm b/distro/packages/flex.scm index aa4dd00ef5..05bd5e0dd5 100644 --- a/distro/packages/flex.scm +++ b/distro/packages/flex.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with Guix. If not, see . -(define-module (distro packages bison) +(define-module (distro packages flex) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) -- cgit v1.2.3