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
|
@ -133,7 +133,6 @@
|
||||||
#:use-module (gnu packages gnuzilla)
|
#:use-module (gnu packages gnuzilla)
|
||||||
#:use-module (gnu packages icu4c)
|
#:use-module (gnu packages icu4c)
|
||||||
#:use-module (gnu packages networking)
|
#:use-module (gnu packages networking)
|
||||||
#:use-module (guix build utils)
|
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (guix build-system haskell)
|
#:use-module (guix build-system haskell)
|
||||||
#:use-module (guix build-system python)
|
#:use-module (guix build-system python)
|
||||||
|
|
Loading…
Reference in New Issue