| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/xiph.scm (opus-tools): Update to 0.1.10.
[home-page]: Use HTTPS URL.
|
|
|
|
|
| |
* gnu/packages/xiph.scm (opus): Update to 1.2.
[home-page]: Use HTTPS URL.
|
|
|
|
|
| |
* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.
|
|
|
|
|
|
|
| |
* gnu/services/dns.scm (zone-file, knot-policy-configuration): Use numbers
instead of duration strings.
(verify-knot-policy-configuration): Fix typo.
* doc/guix.texi (DNS Services): Update documentation.
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by Efraim Flashner.
This is a followup to a654dc4bcf7c8e205bdefa1a1d5f23444dd22778.
* guix/profiles.scm (profile-derivation): Add #:allow-collisions? and
honor it.
* guix/scripts/environment.scm (inputs->profile-derivation): Pass
#:allow-collisions? #f to 'profile-derivation'.
* tests/guix-environment.sh: Test "guix environment guix".
|
|
|
|
|
| |
* gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New
fields.
|
|
|
|
|
| |
* gnu/services/networking.scm (network-manager-service-type)[default-value]:
New field.
|
|
|
|
|
|
|
| |
Reported by Efraim Flashner.
* guix/profiles.scm (manifest-transitive-entries): Move after
<manifest-entry> definition.
|
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage,
libxfixes, libxrender. Remove libxkbfile.
|
|
|
|
|
| |
* guix/scripts/package.scm (process-query) <'search-paths>: Use
'manifest-transitive-entries' instead of 'manifest-entries'.
|
|
|
|
|
|
|
|
|
|
| |
* guix/profiles.scm (&profile-collision-error): New error condition.
(manifest-transitive-entries, manifest-entry-lookup, lower-manifest-entry)
(check-for-collisions): New procedures.
(profile-derivation): Add call to 'check-for-collisions'.
* guix/ui.scm (call-with-error-handling): Handle '&profile-collision-error'.
* tests/profiles.scm ("collision", "collision of propagated inputs")
("no collision"): New tests.
|
|
|
|
|
| |
* guix/scripts/package.scm (transaction-upgrade-entry): Always upgrade
packages that have propagated inputs.
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/profiles.scm (<manifest-entry>)[parent]: New field.
(package->manifest-entry): Add #:parent parameter. Fill out the
'parent' field of <manifest-entry>; pass #:parent in recursive calls.
* guix/profiles.scm (sexp->manifest)[sexp->manifest-entry]: New
procedure. Use it for version 3.
* tests/profiles.scm ("manifest-entry-parent"): New procedure.
("read-manifest")[entry->sexp]: Add 'manifest-entry-parent' to the
result.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/profiles.scm (package->manifest-entry): Turn DEPS into a list of
manifest entries.
(manifest->gexp)[entry->gexp]: Call 'entry->gexp' on DEPS.
Bump version to 3.
(sexp->manifest)[infer-dependency]: New procedure.
Use it for versions 1 and 2. Parse version 3.
(manifest-inputs)[entry->gexp]: New procedure.
Adjust to 'dependencies' being a list of <manifest-entry>.
* tests/profiles.scm ("packages->manifest, propagated inputs")
("read-manifest"): New fields.
|
|
|
|
|
| |
* gnu/packages/dns.scm (unbound)[arguments]: Add "--disable-static" to
#:configure-flags. Suggested by Gregor Giesen <giesen@zaehlwerk.net>.
|
|
|
|
| |
* gnu/packages/python.scm (python-regex, python2-regex): New variables.
|
|
|
|
|
|
|
|
|
| |
* gnu/tests/install.scm (%test-installed-extlinux-os): New exported
variable.
(%minimal-extlinux-os, %minimal-extlinux-os-source): New variables.
(%extlinux-gpt-installation-script): New variable.
(run-install)[packages]: New argument. The packages specified are
appended to the installation image.
|
|
|
|
|
|
|
|
| |
* gnu/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported
variable.
(install-extlinux)[mbr]: New argument.
(install-extlinux-mbr, install-extlinux-gpt): New variables.
(extlinux-bootloader)[installer]: Use install-extlinux-mbr.
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (xmonad): Update to 0.13.
[inputs]: Add ghc-directory.
(ghc-xmonad-contrib): Update to 0.13.
|
|
|
|
| |
* gnu/packages/haskell.scm (ghc-x11): Update to 1.8.
|
|
|
|
| |
* gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
|
|
|
|
| |
* gnu/packages/busybox.scm (busybox): Update to 1.26.2.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.43.
[arguments]: Add phases to not build architecture-specific optimized
code and to force python-2. Disable parallel building.
|
|
|
|
|
| |
* gnu/packages/games.scm (openttd)[arguments]: Add it.
[native-inputs]: Add openttd-opengfx.
|
|
|
|
| |
* gnu/packages/games.scm (openttd-opengfx): New variable.
|
|
|
|
| |
* gnu/packages/game-development.scm (grfcodec): New variable.
|
|
|
|
| |
* gnu/packages/textutils.scm (dos2unix): New variable.
|
|
|
|
| |
* gnu/packages/game-development.scm (nml): New variable.
|
|
|
|
| |
* gnu/packages/wine.scm (wine64)[description]: Remove.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (nzbget): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/tor.scm (tor)[inputs]: Add libseccomp.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/dns.scm (unbound): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
Consult this URL for changes since the last update (six commits):
<https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?qt=range&q=b57abe20e81f4b8e4dd203b6a9eda7ff441bc8ce..6babcf15dd605ef40de53f5c34f95b7fd195edbe>
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-6-6babcf1.
|
|
|
|
|
|
| |
* gnu/packages/wine.scm (wine64): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
| |
* gnu/packages/assembly.scm (nasm): Update to 2.13.01.
[arguments]: Adjust Makefile substitutions.
|
|
|
|
|
|
| |
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst, python2-gst): Update
to 1.12.1.
|
|
|
|
| |
* gnu/packages/adns.scm (c-ares): Update to 1.13.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
|
|
|
|
|
|
|
| |
This is a followup to commit 91c623aae0f10992aa46957b9072679534e4cd28.
* gnu/packages/linux.scm (linux-libre-arm-generic): Add patch to mitigate
CVE-2017-1000364.
|
|
|
|
| |
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-51.
|
|
|
|
|
|
|
| |
* gnu/packages/rust.scm (rustc)[source]: Remove bundled llvm.
[native-inputs]: Add bison, flex, procps.
[inputs]: Update llvm to llvm-3.9.1.
[arguments]: Patch and enable tests.
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to
10 hours.
|
|
|
|
|
|
|
|
| |
This increases the stack guard gap size from one page to 1 MiB in
linux-libre-4.11, 4.9, and 4.4, to mitigate CVE-2017-1000364 (Stack Clash).
* gnu/packages/linux.scm (linux-libre, linux-libre-4.9, linux-libre-4.4): Add
patch.
|
|
|
|
| |
* gnu/packages/mail.scm (exim): Update to 4.89.
|
|
|
|
|
|
| |
* gnu/packages/patches/exim-CVE-2017-1000369.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For a command like:
guix build python2-numpy -n
this reduces the number of 'write' syscalls from 9.5K to 2.0K.
* guix/store.scm (<nix-server>)[buffer, flush]: New fields.
(open-connection): Adjust accordingly. Call 'buffering-output-port' to
compute the two new fields.
(write-buffered-output, buffering-output-port): New procedures.
(operation): Write to (nix-server-output-port server). Call
'write-buffered-output'.
|
|
|
|
| |
* gnu/packages/networking.scm (wireshark): Update to 2.2.7.
|
|
|
|
| |
* gnu/packages/web.scm (httpd): Update to 2.5.26.
|
|
|
|
| |
* gnu/packages/maths.scm (glpk): Update to 4.62.
|
|
|
|
|
|
| |
* gnu/packages/tls.scm (certbot): Use python-3 to build.
[native-inputs, propagated-inputs]: Use Python 3 variants of dependencies. Use
python-mock-2.
|