diff options
author | Efraim Flashner | 2019-10-27 07:56:26 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-10-27 07:56:26 -0500 |
commit | f21c617cd645521135e23409131606916f2caa81 (patch) | |
tree | 3bf39aacf4e646155f18b550b490d3370fc073d4 /gn/services | |
parent | 67d99cd7e533fb867aca258175660885793b1481 (diff) | |
download | guix-bioinformatics-f21c617cd645521135e23409131606916f2caa81.tar.gz |
gn: unbreak guix-pull.
* gn/services/bnw-container.scm: Add 'define-module' to the head of file.
Diffstat (limited to 'gn/services')
-rw-r--r-- | gn/services/bnw-container.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/services/bnw-container.scm b/gn/services/bnw-container.scm index eab431f..cd8562f 100644 --- a/gn/services/bnw-container.scm +++ b/gn/services/bnw-container.scm @@ -1,3 +1,5 @@ +(define-module (gn services bnw-container)) + (use-modules (gnu)) (use-service-modules base networking web) |