Age | Commit message (Collapse) | Author |
|
* gnu/packages/guile.scm (guile-sqlite3): New variable.
|
|
* gnu/packages/linux.scm (bluez)[arguments]: Add 'post-install' phase.
|
|
* gnu/packages/linux.scm (bluez): Update to 5.40.
|
|
* gnu/packages/linux.scm (bluez)[arguments]: Add '--sysconfdir=/etc'
and '--localstatedir=/var'.
|
|
* gnu/services/desktop.scm (bluetooth-shepherd-service)
(bluetooth-service): New Prodecures.
(bluetooth-service-type): New variable.
* doc/guix.text (Desktop Services): Document it.
|
|
* gnu/packages/python.scm (python2-jsonrpclib): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/emacs.scm (emacs-company): New variable.
|
|
These packages should be updated together.
* gnu/packages/tls.scm (certbot): Update to 0.8.1.
(python-acme, python2-acme): Update to 0.8.1
|
|
* gnu/packages/bittorrent.scm (aria2): Updat eto 1.24.0.
|
|
This makes 'dicod' listen on 'localhost' by default, whereas it was
previously listening on all the interfaces, which is not a good default
security-wise.
* gnu/services/dict.scm (<dicod-configuration>)[interfaces]: New field.
(dicod-configuration-file)[database->text]: New procedure, with code
formerly in 'dicod-configuration->text'.
[dicod-configuration->text]: Rename to...
[configuration->text]: ... this. Honor 'interfaces'.
* doc/guix.texi (Various Services): Document 'interfaces'.
|
|
* gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
[propagated-inputs]: ... to here.
This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.
|
|
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.9.
[home-page]: Use https.
|
|
* gnu/packages/enlightenment.scm (python-efl)[arguments]: Replace 'build
phase to set 'ENABLE_CYTHON=1'.
[native-inputs]: python-cython.
|
|
* gnu/packages/python.scm (python-bz2file, python2-bz2file): New
variables.
|
|
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.13.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* guix/utils.scm (current-source-directory): When FILE-NAME is relative,
use 'search-path' to determine the absolute file name.
|
|
* guix/utils.scm (extract-directory): Remove.
(current-source-directory): Rewrite as a 'syntax-case' macro.
|
|
* doc/guix.texi (Synopses and Descriptions): Add note about marketing
phrases.
|
|
* gnu/packages/lxqt.scm (lxqt-common)[inputs]: Add qtbase,
qttools, qtx11extras.
|
|
* gnu/packages/lxqt.scm (lxqt-session)[inputs]: Add qtbase,
qttools, qtx11extras.
|
|
* gnu/packages/lxqt.scm (liblxqt)[inputs]: Add qtbase,
qttools, qtx11extras.
|
|
* gnu/packages/lxqt.scm (libqtxdg)[propagated-inputs]: Remove qt.
[inputs]: Add qtbase.
|
|
* gnu/packages/lxqt.scm (libqtxdg, liblxqt, lxqt-common,
lxqt-session)[source]: Project tarballs have been replaced with Github
archive tarballs.
|
|
* gnu/packages/web.scm (starman): Update to 0.4014.
|
|
* gnu/packages/ebook.scm (calibre)[inputs]: Remove qt, add qtbase.
[native-inputs]: Remove qt, add qtbase.
|
|
* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase, qttools.
|
|
* gnu/packages/video.scm (avidemux)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/video.scm (avidemux)[inputs]: Add libva, libvdpau.
|
|
* gnu/packages/tls.scm (libressl): Update to 2.3.6.
|
|
* gnu/packages/ntp.scm (openntpd): Update to 6.0p1.
|
|
* gnu/packages/scribus.scm (scribus)[inputs]: Remove qt, add qtbase,
qtdeclarative, qttools.
|
|
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Remove qt,
add qtbase, qttools.
|
|
* gnu/packages/music.scm (drumstick)[inputs]: Remove qt, add qtbase, qtsvg.
|
|
* gnu/packages/music.scm (vmpk)[inputs]: Remove qt, add qtbase, qtsvg,
qttools, qtx11extras.
|
|
* gnu/packages/music.scm (synthv1)[inputs]: Remove qt, add qtbase, qttools.
|
|
* gnu/packages/music.scm (powertabeditor)[inputs]: Remove qt, add qtbase.
|
|
* gnu/packages/gps.scm (gpsbabel)[inputs]: Remove qt, add qtbase, qttools.
|
|
* gnu/packages/finance.scm (bitcoin-core): Update to 0.12.1.
|
|
* gnu/packages/video.scm (v4l-utils): Update to 1.10.1.
|
|
* gnu/packages/video.scm (v4l-utils)[inputs]: Remove qt, add qtbase.
|
|
* gnu/packages/video.scm (obs)[inputs]: Remove qt, add qtbase, qtx11extras.
|
|
* gnu/services/database.scm (<mysql-configuration>): New record type.
(%mysql-accounts, mysql-service-type): New variables.
(mysql-configuration-file, %mysql-activation, mysql-shepherd-services)
(mysql-services): New procedures.
* doc/guix.texi (Database Services): Document it.
|
|
* gnu/packages/databases.scm (mariadb): Update to 10.1.14.
|
|
The two mistakes made here (confusion between 'modules' and
'imported-modules') were canceling each other.
* guix/packages.scm (patch-and-repack): Use IMPORTED-MODULES, not
MODULES, as the base of the module list passed as #:modules to
'gexp->derivation'.
(origin->derivation): Pass IMPORTED-MODULES, not MODULES, as
the #:imported-modules argument of 'patch-and-repack'.
* gnu/packages/engineering.scm (fastcap)[source]: Add 'imported-modules'
field.
|
|
* gnu/packages/wm.scm (awesome): New variable.
* gnu/packages/patches/awesome-reproducible-png.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/perl.scm (perl-test-simple): Update to 1.302026.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lsh.scm: Remove #:prefix for (gnu packages compression).
Add #:prefix for (guix licenses).
|
|
* tests/gexp.scm ("local-file, relative file name"): New test.
|
|
* guix/gexp.scm (<local-file>)[select?]: New field.
(true): New procedure.
(%local-file): Add #:select? and honor it.
(local-file): Likewise.
* tests/gexp.scm ("local-file, #:select?"): New test.
* doc/guix.texi (G-Expressions): Adjust accordingly.
|
|
* guix/gexp.scm (extract-directory, current-source-directory): Move to...
* guix/utils.scm (extract-directory, current-source-directory):
... here. New procedures.
|