Age | Commit message (Expand) | Author |
---|---|---|
2018-04-11 | self: Remove 'eval-when' from in generated (guix config)....* guix/self.scm (make-config.scm): Remove unneeded 'eval-when'. | Ludovic Courtès |
2018-04-10 | self: Don't use deprecated package names....* guix/self.scm (compiled-guix)[guile-json, guile-ssh]: Don't refer t "guile2.2-json" and "guile2.2-ssh", which are deprecated. | Ludovic Courtès |
2018-04-10 | self: Export '%guix-register-program' in generated (guix config)....* guix/self.scm (make-config.scm): Export '%guix-register-program'. | Ludovic Courtès |
2018-04-10 | self: Fix package names for compilation with Guile 2.0....Reported by Ricardo Wurmus. * guix/self.scm (specification->package): Add guile2.0-{json,git,ssh}. (guile-for-build): Use 'module-ref' for Guile 2.0. | Ludovic Courtès |
2018-04-10 | self: Display a new line at the end of module compilation....* guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the end. | Ludovic Courtès |
2018-04-10 | self: Don't substitute the '-source' derivations....With substitution enabled we would end up downloading 10+ MiB of source that's already available locally on disk. * guix/self.scm (imported-files): Pass #:options to 'computed-file'. | Ludovic Courtès |
2018-04-08 | Add (guix self)....* guix/self.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages.scm (%distro-root-directory): Rewrite to try different directories. * guix/discovery.scm (guix): Export 'scheme-files'. | Ludovic Courtès |