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:
Ludovic Courtès 2017-10-10 23:10:55 +02:00
parent 90eaa9419a
commit db9c49f499
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)