diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | aca038ef472c15aad314f591d46ccf32c8375345 (patch) | |
tree | 6db431e7ae10fafd24fa370d6c36040a746edbf8 | |
parent | 36eee50e9ef70568f014eca42bc39db91504f731 (diff) | |
download | guix-techchud-aca038ef472c15aad314f591d46ccf32c8375345.tar.gz guix-techchud-aca038ef472c15aad314f591d46ccf32c8375345.tar.bz2 guix-techchud-aca038ef472c15aad314f591d46ccf32c8375345.zip |
fix go-colorable
-rw-r--r-- | meme.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #:use-module (guix packages) #:use-module (guix git-download) #:use-module (gnu packages golang) + #:use-module (gnu packages golang-xyz) ) (define-public go-github-com-nfnt-resize |