mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
distro: flex: Fix module name.
* distro/packages/flex.scm: Change the module name to (distro packages flex).
This commit is contained in:
parent
501b16750a
commit
5321f74f23
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue