diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-07-26 14:57:33 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-07-26 14:57:33 -0400 |
commit | 490db9b4b9e4b2cdd2b35944ca10f8fb61469134 (patch) | |
tree | 417b80e38264cd65b4cbfe6be54959a50d3a1b33 | |
parent | 0e783848964a2f800e63c284dfde05e737e76841 (diff) |
Remove redundant import in guix.scm.
-rw-r--r-- | guix.scm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |