mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: games: Remove unneeded import.
Fixes a regression introduced in
42abb842f6
.
* gnu/packages/games.scm: Remove unneeded (guix build utils) import,
which led to a name clash on 'which'.
This commit is contained in:
parent
90eaa9419a
commit
db9c49f499
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ (define-module (gnu packages games)
|
|||
#:use-module (gnu packages gnuzilla)
|
||||
#:use-module (gnu packages icu4c)
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (guix build utils)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system haskell)
|
||||
#:use-module (guix build-system python)
|
||||
|
|
Loading…
Reference in a new issue