efraim pushed a commit to branch master
in repository guix.
commit a288ab1f39354dffc60af2ee2117a51345f4aa50
Author: Efraim Flashner <[email protected]>
Date: Tue May 8 13:44:35 2018 +0300
gnu: love: Remove unnecessary (guix build utils) module.
* gnu/packages/game-development.scm (love)[source]: Remove included
(guix build utils) module.
---
gnu/packages/game-development.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index a195b41..bdbfda0 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -557,8 +557,7 @@ archive on a per-file basis.")
"love-" version "-linux-src.tar.gz"))
(sha256
(base32
- "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
- (modules '((guix build utils)))))
+ "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))