diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | env.scm (renamed from package.scm) | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -40,8 +40,8 @@ Development ----------- To create a development environment, run `guix environment -l -package.scm`. Within that environment, run `./autogen.sh && -./configure && make`. +env.scm`. Within that environment, run `./autogen.sh && ./configure +&& make`. Copyright --------- @@ -15,8 +15,7 @@ ("automake" ,automake))) (inputs `(("guile" ,guile-2.0) - ("guile-json" ,guile-json) - ("guix" ,guix))) + ("guile-json" ,guile-json))) (synopsis "Web frontend for GNU Guix") (description "Guix-web is a web interface to the GNU Guix package manager written in GNU Guile Scheme and JavaScript.") |