| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-unf-ext)[arguments]: Add phase "build-ext"
to build "unf_ext.so".
|
|
|
|
| |
* gnu/packages/admin.scm (cpulimit): New variable.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Update to 4.3.3.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Suggested by Florian Paul Schmidt.
* emacs/guix-backend.el (guix-default-port): Remove.
(guix-repl-socket-file-name-function, guix-repl-current-socket): New
variables.
(guix-repl-socket-file-name, guix-repl-delete-socket-maybe): New
procedures.
(guix-get-guile-program): Take socket as an optional argument.
(guix-start-repl-maybe): Adjust accordingly.
|
|
|
|
|
|
|
| |
This is a followup to commit 8fb583714f78d1b283523ef7edbb6e098946182f.
* emacs/guix-main.scm (graph-type-names): Use 'node-type-name'
from (guix graph) module.
|
|
|
|
|
|
| |
* gnu/packages/patches/python-ipython-inputhook-ctype.patch: New patch.
* gnu/packages/python.scm (python-ipython): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-click): Update to 6.2.
[source]: Change to pypi syntax.
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-keyring): Update to 5.7.1.
[source]: Change to pypi syntax.
[native-inputs]: Add python-setuptools-scm.
[arguments]: Remove argument to replace unpack with unzip.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-session)[build-system]: Switch to
GLIB-OR-GTK-BUILD-SYSTEM.
[inputs]: Add gsettings-desktop-schemas.
|
|
|
|
| |
* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
|
|
|
|
|
| |
* gnu/packages/databases.scm (tdb): Update to 1.3.8.
[source]: Switch to https URI.
|
|
|
|
|
|
|
| |
* gnu/packages/video.scm (youtube-dl) [arguments]: Add
fix-the-data-directories phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
Suggested by Leo Famulari <leo@famulari.name>.
* doc/guix.texi (package Reference): Explain 'propagated-inputs' for
non-C languages.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.1.
|
|
|
|
| |
* gnu/packages/tmux.scm (tmux): Update to 2.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/gexp.scm (<local-file>): Rename constructor to '%%local-file'.
Add 'absolute' field.
(%local-file, extract-directory, absolute-file-name): New procedures.
(current-source-directory): New macro.
(local-file): Adjust call to '%local-file'.
(local-file-absolute-file-name): New procedure.
(local-file-compiler): Force the 'absolute' field.
* tests/guix-system.sh: Test whether 'local-file' canonicalization
works.
* doc/guix.texi (G-Expressions): Adjust.
|
|
|
|
|
| |
* guix/profiles.scm (info-dir-file)[build]: Pass --silent to
'install-info'.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-redcloth): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-sanitize): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-pygmentize): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-cutest): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-clap): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-nokogumbo): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (gumbo-parser): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-crass): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-nokogiri-diff): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-tdiff): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-unf-ext): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-netrc): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-guard): New variable.
|
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Add
"ruby-rb-fsevent".
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rb-fsevent): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-saikuro-treemap): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-json-pure): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-utils): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-pstree): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-term-ansicolor): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-minitest-tu-shim): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-gem-hadar): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-minitest-4): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/linux.scm (bluez): Update to 5.36.
[source]: Remove patch.
* gnu/packages/patches/bluez-tests.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/linux.scm (powertop): Update to 2.8.
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-contextlib2, python2-contextlib2):
New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/gcc.scm (gcc-5): Update to 5.3.0.
|
|
|
|
|
|
| |
* gnu/packages/xdisorg.scm (redshift): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* tests/graph.scm ("node-transitive-edges, no duplicates"): New test.
|
|
|
|
|
|
| |
* guix/scripts/build.scm (options->things-to-build)[validate-type]: New
procedure.
[ensure-list]: Use it.
|
|
|
|
|
| |
* guix/scripts/build.scm (options->things-to-build): Remove unused
'match' clause.
|
|
|
|
|
|
|
| |
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_BUILD_ROUNDS): New macro.
(options): Add --rounds.
(parse_opt): Honor it.
* doc/guix.texi (Invoking guix-daemon): Document it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In Nix itself, the new 'BuildResult' type is returned by the new
'buildDerivation' method, which we don't have and need.
* nix/libstore/build.cc (Goal)[cancel]: Remove.
[timeOut]: New pure virtual method.
(DerivationGoal)[result]: New field.
[cancel]: Remove.
[timedOut, getResult, done]: New methods.
(DerivationGoal::cancel): Remove.
(DerivationGoal::timedOut): New method.
(DerivationGoal::haveDerivation): Call 'done' instead of 'amDone'.
(DerivationGoal::outputsSubstituted): Ditto.
(DerivationGoal::inputsRealised): Ditto.
(DerivationGoal::buildDone): Ditto.
(DerivationGoal::handleChildOutput): Call 'timedOut' instead of
'cancel'.
(DerivationGoal::done): New method.
(SubstitutionGoal)[cancel]: Remove.
[timedOut]: New method.
(SubstitutionGoal::cancel): Remove.
(SubstitutionGoal::timedOut): New method.
(Worker::waitForInput): Use it.
* nix/libstore/store-api.hh (BuildResult): New struct.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|