distro: flex: Fix module name.

* distro/packages/flex.scm: Change the module name to (distro packages
  flex).
This commit is contained in:
Ludovic Courtès 2012-11-27 21:33:00 +01:00
parent 501b16750a
commit 5321f74f23

View file

@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (distro packages bison)
(define-module (distro packages flex)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)