You need to sign in or sign up before continuing.
- Jan 12, 2019
-
-
swedebugia authored
* del works! * tape works but needs tap for tests. * tap needs a little more work * typescript needs a little more work * nyc needs a little more work * etc.
-
swedebugia authored
-
swedebugia authored
-
- Jan 08, 2019
-
-
Julien Lepiller authored
* gnu/packages/node.scm (node-browser-stdout): New variable.
-
Julien Lepiller authored
* gnu/packages/node.cm (node-application-config): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-application-config-path): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-cross-spawn): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-is-windows): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-nice-try): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-path-key): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-semver): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-shebang-command): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-shebang-regex): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-which): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-isexe): New variable.
-
Julien Lepiller authored
* gnu/packages/node.scm (node-mkdirp): New variable.
-
Julien Lepiller authored
* gnu/package/node.scm (node-minimist): New variable.
-
* doc/guix.texi: ("invoking guix import"): Document it. * guix/build/git.scm (git-fetch-tags): New function. * guix/import/github.scm (%github-token, json-fetch*): Export. * guix/import/npm.scm: New file. * guix/scripts/import/npm.scm: New file. * guix/scripts/import.scm (importers): Add "npm". * tests/npm.scm: New file. * Makefile.am (MODULES): Add new files when guile-json is present. (SCM_TESTS): Add new test file. Co-Authored-By: Julien Lepiller <julien@lepiller.eu> Co-Authored-By: swedebugia <swedebugia@riseup.net>
-
* guix/build/node-build-system.scm: New file. * guix/build-system/node.scm: New file. * guix/build/json.scm: New file. * doc/guix.texi: Document it. * Makefile.am: Added new files. Co-Authored-By: Julien Lepiller <julien@lepiller.eu>
-
rekado authored
* doc/guix.texi (Installation): Make it clear that the installer script is the recommended, easy way to install Guix.
-
civodul authored
Fixes <https://bugs.gnu.org/34010>. Reported by Alex Kost <alezost@gmail.com>. This is a followup to 5923102f. * guix/scripts/pull.scm (show-help): Add '--system'.
-
civodul authored
Fixes <https://bugs.gnu.org/33993>. Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>. * guix/self.scm (info-manual): Compress Info files.
-
civodul authored
* build-aux/build-self.scm (build-program): Spin only when 'isatty?' returns true.
-
Eric Bavier authored
* gnu/packages/cdrom.scm (dvdisaster)[arguments]: Remove #:tests? argument. Add 'check' phase.
-
Eric Bavier authored
* gnu/packages/cdrom.scm (dvdisaster)[arguments]: Add 'install-desktop phase.
-
Clément Lassieur authored
* gnu/packages/messaging.scm (prosody): Update to 0.11.1. [arguments]: Replace "Makefile" with "GNUmakefile". Change "5.1" to "5.2". Explain why there are no tests. [inputs]: Replace lua-5.1, lua5.1-bitop, lua5.1-expat, lua5.1-socket, lua5.1-filesystem, lua5.1-sec with lua-5.2, lua5.2-bitop, lua5.2-expat, lua5.2-socket, lua5.2-filesystem, lua5.2-sec.
-
Clément Lassieur authored
* gnu/packages/lua.scm (lua5.2-sec): New variable. (make-lua-sec): New procedure. (lua5.1-sec, lua5.2-sec): Call it.
-
Clément Lassieur authored
* gnu/packages/lua.scm (lua-filesystem, lua5.2-filesystem): New variables. (make-lua-filesystem): New procedure. (lua-filesystem, lua5.1-filesystem, lua5.2-filesystem): Call it.
-
Clément Lassieur authored
* gnu/packages/lua.scm (lua5.2-socket): New variable. (make-lua-socket): New procedure. (lua5.1-socket, lua5.2-socket): Call it.
-
Clément Lassieur authored
* gnu/packages/lua.scm (lua5.2-expat): New variable. (make-lua-expat): New procedure. (lua5.1-expat, lua5.2-expat): Call it.
-
Efraim Flashner authored
* gnu/packages/virtualization.scm (criu): Update to 3.11. [arguments]: Add custom phase to patch python calls.
-
Efraim Flashner authored
* gnu/packages/virtualization.scm (criu)[arguments]: Hardcode the arm version in the Makefile.
-
Clément Lassieur authored
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.26.
-
Clément Lassieur authored
* gnu/packages/messaging.scm (gajim): Update to 1.1.1. [arguments]: Replace #:test-target with a 'check' phase.
-
Tobias Geerinckx-Rice authored
* gnu/packages/tor.scm (tor): Update to 0.3.4.10.
-
Tobias Geerinckx-Rice authored
* gnu/packages/tor.scm (privoxy): Update to 3.0.28.
-
- Jan 07, 2019
-
-
civodul authored
This removes two elements from %LOAD-PATH and %LOAD-COMPILED-PATH of the 'guix' command and thus further reduces the number of 'stat' calls it makes. * guix/gexp.scm (load-path-expression): Return #f when MODULES and EXTENSIONS are both empty. (gexp->script): Don't emit anything when SET-LOAD-PATH is #f.
-
civodul authored
This halves the number of elements in %LOAD-PATH and %LOAD-COMPILED-PATH and halves the number of 'stat' calls as reported by: env -i $(type -P guix) build -e '(@ (gnu packages base) coreutils)' -nd * guix/self.scm (node-source+compiled, guile-module-union): New procedures. (guix-command): Remove 'compiled-modules' parameter. Remove 'source-directories' and 'object-directories' variables and add 'module-directory'. Change command so that it adds nothing but MODULE-DIRECTORY to %LOAD-PATH and %LOAD-COMPILED-PATH. (whole-package): Remove #:compiled-modules. Assume MODULES contains 'share/guile/site' and 'lib/guile' and adjust code accordingly. (compiled-guix): When PULL-VERSION is 1, use 'node-source+compiled' only. Remove #:compiled-modules argument to 'whole-package'. * guix/channels.scm (whole-package-for-legacy): Add 'module+compiled' and pass it to 'whole-package'.
-
Rutger Helling authored
* gnu/packages/networking.scm (libnet): Update to 1.2-rc3. [source]: Use git-fetch.
-
Julien Lepiller authored
* guix/import/opam.scm: Add comment support in parser.
-