| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
* gnu/packages/engineering.scm (fastcap)[source](modules,
imported-modules): Remove.
* gnu/packages/wm.scm (awesome)[source](imported-modules): Remove.
* tests/packages.scm ("package-source-derivation, snippet"): Remove
'imported-modules' field.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/services/shepherd.scm (<shepherd-service>)[imported-modules]:
Remove.
(%default-imported-modules): Make private.
(shepherd-service-file): Use 'with-imported-modules'.
(shepherd-configuration-file): Remove 'modules' and the calls to
'imported-modules' and 'compiled-modules'. Use
'with-imported-modules' instead.
* doc/guix.texi (Shepherd Services): Adjust accordingly.
* gnu/services/base.scm (file-system-shepherd-service): Use
'with-imported-modules'. Remove 'imported-modules' field.
* gnu/system/mapped-devices.scm (device-mapping-service-type): Remove
'imported-modules'.
(open-luks-device): Use 'with-imported-modules'.
* gnu/tests.scm (marionette-shepherd-service): Remove 'imported-modules'
field and use 'with-imported-modules'.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/services.scm (activation-script): Remove code to set '%load-path'
and use 'with-imported-modules' instead.
(cleanup-gexp): Likewise.
* gnu/system/vm.scm (%vm-module-closure): New variable.
(expression->derivation-in-linux-vm): Remove #:modules.
[loader]: Remove code to set '%load-path'.
[builder]: Use %VM-MODULE-CLOSURE.
(qemu-image): Use 'with-imported-modules'.
|
|
|
|
|
|
|
| |
* guix/gexp.scm (gexp->file): Add #:set-load-path? parameter and honor it.
* gnu/system.scm (operating-system-parameters-file): Pass
#:set-load-path? #f.
* doc/guix.texi (G-Expressions): Adjust accordingly.
|
|
|
|
|
|
|
|
| |
This fixes a regression introduced in
958dd3ce68733bcd5c1231424c7e4ad39e67594a.
* gnu/system/linux-container.scm (container-script)[script]: Add (guix
combinators) to the list of imported modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/services.scm (directory-union): Use 'with-imported-modules'
instead of the '#:modules' argument of 'computed-file'.
* gnu/services/base.scm (udev-rules-union): Likewise.
* gnu/services/dbus.scm (system-service-directory): Likewise.
* gnu/services/desktop.scm (wrapped-dbus-service):
(polkit-directory): Likewise.
* gnu/services/networking.scm (tor-configuration->torrc): Likewise.
* gnu/services/xorg.scm (xorg-configuration-directory): Likewise.
* gnu/system/install.scm (self-contained-tarball): Likewise.
* gnu/system/linux-container.scm (container-script): Likewise.
* gnu/system/linux-initrd.scm (expression->initrd): Likewise, and
remove #:modules parameter.
(flat-linux-module-directory): Use 'with-imported-modules'.
(base-initrd): Likewise.
* gnu/system/locale.scm (locale-directory): Likewise.
* gnu/system/shadow.scm (default-skeletons): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
* gnu/tests/base.scm (run-basic-test): Likewise.
* gnu/tests/install.scm (run-install): Likewise.
* doc/guix.texi (Initial RAM Disk): Update 'expression->initrd'
documentation.
|
|
|
|
|
| |
* gnu/packages/video.scm (obs)[arguments]: If compiling for arm or mips
devices then don't add Intel specific compiler flags.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (ribotaper): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bedtools-2.18): New variable.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.35.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.5.6.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (mtdev): Update to 1.1.5.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.6.1.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (arandr): Update to 0.1.9.
|
|
|
|
| |
* gnu/packages/mpd.scm (mpd): Update to 0.19.17.
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20160622.
|
|
|
|
|
|
| |
* gnu/packages/tmux.scm (tmux-themepack): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/man.scm (help2man): Update to 1.47.4.
|
|
|
|
| |
* gnu/packages/man.scm (man-pages): Update to 4.0.6.
|
|
|
|
| |
* gnu/packages/man.scm (man-db): Update to 2.7.5.
|
|
|
|
| |
* gnu/packages/video.scm (obs): Update to 0.15.1.
|
|
|
|
| |
* gnu/packages/video.scm (libbluray): Update to 0.9.3.
|
|
|
|
|
|
| |
* gnu/packages/patches/libmtp-devices.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/libusb.scm (libmtp): Update to 1.1.11.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.12.
|
|
|
|
|
|
| |
* gnu/packages/video.scm (gnome-mpv): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/video.scm (mpv): Enable shared library support.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
| |
* gnu/packages/ccache.scm (ccache): Update to 3.2.5.
[native-inputs]: Add which.
|
|
|
|
| |
* gnu/packages/samba.scm (ldb): Update to 1.1.26.
|
|
|
|
| |
* gnu/packages/samba.scm (tevent): Update to 0.9.28.
|
|
|
|
| |
* gnu/packages/samba.scm (talloc): Update to 2.1.7.
|
|
|
|
| |
* gnu/packages/samba.scm (samba): Update to 4.3.11.
|
|
|
|
| |
* gnu/packages/ssh.scm (dropbear): Update to 2016.73.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-jedi, python2-jedi): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-dendropy, python2-dendropy): New
variables.
* gnu/packages/patches/python-dendropy-exclude-failing-tests.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (star)[supported-systems]: Restrict to
x86_64-linux and mips64el-linux.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.22.
|
|
|
|
|
|
| |
* gnu/services/web.scm (nginx-service): Fix typo.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (di): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/mail.scm (getmail): Update to 4.49.0.
|
|
|
|
| |
* gnu/packages/libusb.scm (python-pyusb): Update to 1.0.0.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-websocket-client): Update to 0.37.0.
[source]: Use pypi uri format.
|
|
|
|
|
| |
* gnu/packages/admin.scm (ansible): Update to 2.1.0.0.
[source]: Use pypi format.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-psutil): Update to 4.3.0.
[home-page]: Update home-page.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bedtools): Update to 2.26.0.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.11.
|
|
|
|
|
|
| |
* gnu/packages/irc.scm (quassel)[inputs]: Remove qt, add qtbase,
qttools, qtscript.
[arguments]: Disable webkit.
|
|
|
|
| |
* gnu/packages/kde.scm (snorenotify)[inputs]: Remove qt, add qtbase, qttools.
|
|
|
|
| |
* gnu/packages/kde.scm (qca)[inputs]: Remove qt, add qtbase.
|
|
|
|
| |
* gnu/packages/qt.scm (qtscript): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-domc): New variable.
|