Age | Commit message (Collapse) | Author |
|
* gnu/services/base.scm (<guix-configuration>)[log-compression]: New
field.
(guix-shepherd-service): Use 'match-record' instead of 'match'. Honor
'log-compression'.
* doc/guix.texi (Base Services): Document 'log-compression'.
|
|
* gnu/packages/xml.scm (html-xml-utils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/code.scm (rtags): New public variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/package-management.scm (guix): Update to c04ffad.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.
|
|
* gnu/packages/nano.scm (nano): Update to 2.9.2.
|
|
* gnu/packages/backup.scm (borg)[source]: Remove bundled libb2 in snippet.
[inputs]: Add libb2.
[arguments]: Use it.
|
|
* gnu/packages/crypto.scm (libb2): New public variable.
|
|
* gnu/packages/check.scm: Add copyright line for 18a4d6d.
|
|
* gnu/packages/check.scm (python-pyhamcrest, python2-pyhamcrest): New
variables.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
* gnu/packages/music.scm (rosegarden)[inputs]: Replace jack-2 with jack-1.
|
|
* gnu/packages/music.scm (dssi)[inputs]: Replace jack-2 with jack-1.
|
|
* gnu/packages/music.scm (muse-sequencer): New variable.
|
|
This avoids the hard-coded "/dev/sda1", which only made sense when the
image is run with "qemu-system-x86_64 -hda", not when it's passed to
Xen, etc.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/system/vm.scm (system-qemu-image): Define 'root-uuid', use it as
the 'device' field for "/", and pass it to 'qemu-image'.
|
|
* gnu/packages/mes.scm (mes)[native-inputs]: On all architectures except
i686-linux use cross compiler packages.
|
|
* gnu/packages/patches/webkitgtk-mitigate-spectre.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk)[source]: Add patch.
|
|
* gnu/packages/gnuzilla.scm (icecat)[source]: Add more fixes from the
upstream mozilla-esr52 repository, plus a backported mitigation for
Spectre from Firefox 57.0.4.
* gnu/packages/patches/icecat-bug-1427870-spectre-mitigation.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/irc.scm (irssi): Update to 1.0.6.
|
|
* gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.
|
|
This removes telepathy support, which is actively discouraged upstream:
<https://git.gnome.org/browse/gnome-online-accounts/commit/?id=a65ebfe1069>.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.26.2.
[inputs]: Remove telepathy-glib.
|
|
* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.21.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.12.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.75.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.110.
|
|
* gnu/packages/astronomy.scm (stellarium): Update to 0.17.0.
[source]: Use new upstream URL.
[arguments]: Adjust #:test-target; add #:configure-flags to locate the
qtserialport header files and enable the building of tests; remove
'patch-tests' phase.
|
|
* gnu/packages/audio.scm (qjackctl)[inputs]: Add alsa-lib.
|
|
* gnu/packages/audio.scm (qjackctl): Update to 0.5.0.
|
|
* gnu/packages/audio.scm (qsynth): Update to 0.5.0.
|
|
* gnu/packages/music.scm (padthv1): New variable.
|
|
* gnu/packages/audio.scm (fluidsynth): Update to 1.1.9.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.8.6.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.8.6.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.8.6.
|
|
* gnu/packages/chemistry.scm (nmoldyn): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/chemistry.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 4.14.1.
|
|
* gnu/packages/audio.scm (qjackrcd): Update to 1.2.2.
[source]: Fetch sources from git.
|
|
* gnu/packages/python.scm (python-click-log): Update to 0.2.1.
|
|
* gnu/packages/python.scm (python-click-threading): Update to 0.4.4.
|
|
* gnu/packages/logging.scm (log4cpp): Update to 1.1.3.
|
|
* gnu/packages/linux.scm (hdparm): Update to 9.53.
[description]: Fix @dfn{}.
|
|
* gnu/packages/ftp.scm (filezilla): Update to 3.29.0.
|
|
In theory, this isn't just an FTP client library. In practice, it is.
* gnu/packages/ftp.scm (libfilezilla)[description]: Illustrate features.
|
|
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.2.
|
|
* gnu/packages/python.scm (python2-mmtk): New public variable.
|
|
* gnu/packages/patches/ao-cad-aarch64-support.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (ao-cad)[source]: Use it. Update snapshot to
fb288c9. Use VCS helpers for version and file-name.
[arguments]: Add 'remove-native-compilation' phase.
|
|
* gnu/packages/logging.scm (glog)[arguments]: Add 'disable-signal-tests' phase.
|
|
* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl
in a 'patch-perl' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.
|
|
* gnu/packages/python.scm (python2-scientific): New public variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|