diff options
author | Pjotr Prins | 2021-05-12 19:19:04 +0000 |
---|---|---|
committer | Pjotr Prins | 2021-05-12 19:19:04 +0000 |
commit | e45cc234ac38ca46bbf63d34a04114d037620c12 (patch) | |
tree | 115cee071c405774f43119687342ccad44d57fb6 /gn | |
parent | 28181f9fb02f21bdb70324206544023b497d3e92 (diff) | |
download | guix-bioinformatics-e45cc234ac38ca46bbf63d34a04114d037620c12.tar.gz |
Moved racket
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/gn-proxy.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/gn-proxy.scm b/gn/packages/gn-proxy.scm index 8a643f6..b4726d2 100644 --- a/gn/packages/gn-proxy.scm +++ b/gn/packages/gn-proxy.scm @@ -6,6 +6,7 @@ #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (gnu packages) + #:use-module (gnu packages racket) #:use-module (gnu packages scheme)) (define-public gn-proxy |