summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-07-26 14:57:33 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-07-26 14:57:33 -0400
commit490db9b4b9e4b2cdd2b35944ca10f8fb61469134 (patch)
tree417b80e38264cd65b4cbfe6be54959a50d3a1b33
parent0e783848964a2f800e63c284dfde05e737e76841 (diff)
Remove redundant import in guix.scm.
-rw-r--r--guix.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index f615ede..50237e3 100644
--- a/guix.scm
+++ b/guix.scm
@@ -55,7 +55,6 @@
(gnu packages sdl)
(gnu packages maths)
(gnu packages mp3)
- (gnu packages image)
(gnu packages xiph))
(define target-guile guile-3.0-latest)