Age | Commit message (Collapse) | Author |
|
* gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/messaging.scm (qtox)[arguments]: Add phase
"wrap-executable".
[inputs]: Fix misplaced comma (unquote).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/build/vm.scm (load-in-linux-vm, initialize-partition-table)
(create-ext-file-system, create-fat-file-system)
(install-efi, make-iso9660-image): Use 'invoke' instead
of (unless (zero? (system* ...)) (error ...)).
|
|
* gnu/packages/suckless.scm (dmenu): Update to 4.8.
|
|
* gnu/packages/video.scm (you-get): Update to 0.4.1040.
|
|
* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.22.
[inputs]: Add eudev.
|
|
* gnu/packages/cdrom.scm (libburn): Update to 1.4.8.
|
|
* gnu/packages/cdrom.scm (libisofs)[description]: Spell ‘file system’ as
‘file system’.
|
|
* gnu/packages/cdrom.scm (libisofs): Update to 1.4.8.
|
|
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.7.
|
|
* gnu/packages/freedesktop.scm (xdg-user-dirs): Update to 0.17.
|
|
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
|
|
* gnu/packages/admin.scm (acpica): Update to 20180313.
|
|
* gnu/packages/maths.scm (octave): Update to 4.2.2.
|
|
* gnu/packages/samba.scm (cifs-utils): Update to 6.8.
|
|
* gnu/packages/autotools.scm (autoconf-archive): Update to 2018.03.13.
|
|
* gnu/packages/language.scm (perl-string-toidentifier-en): Update to 0.12.
|
|
* gnu/packages/language.scm (perl-lingua-en-inflect-phrase): Update to 0.20.
|
|
* gnu/packages/dns.scm (isc-bind)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with an explicit #t.
|
|
* gnu/packages/patches/shadow-CVE-2018-7169.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow)[source]: Use it.
|
|
* gnu/packages/patches/python-3-search-paths.patch: Adjust context.
* gnu/packages/python.scm (python): Update to 3.6.4.
[source]: Re-enable test_socket.py.
|
|
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.22.0.
|
|
* gnu/packages/acl.scm (acl)[arguments]: Add phase
"ensure-no-mtimes-pre-1980".
|
|
* gnu/packages/serialization.scm (python-feather-format,
python2-feather-format): New variables.
|
|
* gnu/packages/databases.scm (python-pyarrow, python2-pyarrow): New variables.
|
|
* gnu/packages/databases.scm (apache-arrow): New variable.
|
|
* gnu/packages/compression.scm (google-brotli): New variable.
|
|
* gnu/packages/serialization.scm (r-feather): New variable.
|
|
* gnu/packages/geo.scm (r-ggmap): New variable.
|
|
* gnu/packages/image.scm (r-jpeg): New variable.
|
|
* gnu/packages/bioinformatics.scm (r-diversitree): New variable.
|
|
* gnu/packages/maths.scm (r-desolve): New variable.
|
|
gnu/packages/maths.scm (r-subplex): New variable.
|
|
* gnu/packages/geo.scm (r-geosphere): New variable.
|
|
* gnu/packages/geo.scm (r-rgooglemaps): New variable.
|
|
* gnu/packages/geo.scm (r-mapproj): New variable.
|
|
* gnu/packages/geo.scm (r-maps): New variable.
|
|
* gnu/packages/graph.scm (python-plotly, python2-plotly): New variables.
|
|
* gnu/packages/serialization.scm (flatbuffers): New variable.
|
|
* gnu/packages/boost.scm (boost-1.66): Remove variable.
* gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost.
|
|
* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.
|
|
* gnu/packages/check.scm (cunit)[arguments]: Replace bootstrap phase.
|
|
* gnu/packages/autotools.scm (libtool)[native-inputs]: Add libltdl to fix one
failing test.
|
|
Fixes <https://bugs.gnu.org/30505>.
Suggested by Danny Milosavljevic <dannym@scratchpost.org>.
* gnu/services/base.scm (unicode-start): Remove.
(virtual-terminal-service-type): New variable.
(console-font-shepherd-services): Remove 'modules'; remove call to
'unicode-start'. Add 'virtual-terminal' to 'requirement'.
(mingetty-shepherd-service, kmscon-service-type): Likewise.
(%base-services): Add 'virtual-terminal-service-type'.
* gnu/system/install.scm (%installation-services): Likewise.
|
|
* gnu/services/shepherd.scm (shepherd-service-type): Add a second form
with an additional 'default' parameter.
|
|
Fixes <https://bugs.gnu.org/30760>.
Reported by Tomáš Čech <sleep_walker@gnu.org>.
* guix/scripts/system.scm (perform-action): Add #:skip-safety-checks?
and honor it.
(show-help, %options): Add --skip-checks.
(process-action): Pass #:skip-safety-checks? to 'perform-action'.
* doc/guix.texi (Invoking guix system): Document --skip-checks.
|
|
Fixes <https://bugs.gnu.org/30824>.
Reported by Chris Marusich <cmmarusich@gmail.com>.
* tests/packages.scm ("package-source-derivation, snippet"): Use
'bootstrap-guile-origin' instead of assuming the bootstrap guile tarball
is available locally.
|
|
* guix/build/python-build-system.scm (enable-bytecode-determinism): New
procedure.
(%standard-phases): Add "enable-bytecode-determinism" phase.
|
|
* gnu/packages/python.scm (python-3.6)[arguments]: Add build phases to
patch the bytecode generator to reset the embedded timestamp in pyc
files; add build phase to rebuild the bytecode files.
|
|
* gnu/packages/python.scm (python-3.6)[source]: Delete
Lib/test/test_socket.py.
|