Age | Commit message (Expand) | Author |
---|---|---|
2018-05-23 | gnu: Use "code" instead of "indent"....This is a follow-up to commit e470abf8b789e61ae918a80f141e3c06afd44832. * gnu/packages/commencement.scm, gnu/packages/flex.scm: Use module "code" instead of "indent". | Ricardo Wurmus |
2018-05-23 | gnu: Use "code" instead of "indent"....This is a follow-up to commit e470abf8b789e61ae918a80f141e3c06afd44832. * gnu/packages/debug.scm: Use module "code" instead of "indent". | Ricardo Wurmus |
2018-05-23 | gnu: Add go-github-com-tevino-abool....* gnu/packages/golang.scm (go-github-com-tevino-abool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Rouby Pierre-Antoine |
2018-05-23 | gnu: Add go-github-com-stretchr-testify....* gnu/packages/golang.scm (go-github-com-stretchr-testify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Rouby Pierre-Antoine |
2018-05-23 | gnu: Add go-github-com-jpillora-backoff....* gnu/packages/golang.scm (go-github-com-jpillora-backoff): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Rouby Pierre-Antoine |
2018-05-23 | gnu: Add go-github-com-hashicorp-go-version....* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Rouby Pierre-Antoine |
2018-05-23 | gnu: Add go-github-com-getsentry-raven-go....* gnu/packages/golang.scm (go-github-com-getsentry-raven-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Rouby Pierre-Antoine |
2018-05-23 | gnu: Add go-github-com-burntsushi-toml....* gnu/packages/golang.scm (go-github-com-burntsushi-toml): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Rouby Pierre-Antoine |
2018-05-23 | gnu: Add r-learnr....* gnu/packages/cran.scm (r-learnr): New variable. | Ricardo Wurmus |
2018-05-23 | gnu: Add r-rappdirs....* gnu/packages/cran.scm (r-rappdirs): New variable. | Ricardo Wurmus |
2018-05-23 | gnu: Move 'indent' to code.scm....Suggested by Pierre Neidhardt <ambrevar@gmail.com>. * gnu/packages/indent.scm: Remove. Move 'indent' to... * gnu/packages/code.scm (indent): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove indent.scm. | Ludovic Courtès |
2018-05-23 | gnu: Move 'astyle' to code.scm....Suggested by Pierre Neidhardt <ambrevar@gmail.com>. * gnu/packages/pretty-print.scm (astyle): Move to... * gnu/packages/code.scm (astyle): ... here. New variable. | Ludovic Courtès |
2018-05-23 | gnu: Add uncrustify....* gnu/packages/code.scm (uncrustify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pierre Neidhardt |
2018-05-23 | records: Insert record type ABI checks in constructors....* guix/records.scm (print-record-abi-mismatch-error): New procedure. <top level>: Add 'set-exception-printer!' call. (current-abi-identifier, abi-check): New procedures. (make-syntactic-constructor): Add #:abi-cookie parameter. Insert calls to 'abi-check'. (define-record-type*)[compute-abi-cookie]: New procedure. Use it and emit a definition of the 'current-abi-identifier' for TYPE. * tests/records.scm ("ABI checks"): New test. | Ludovic Courtès |
2018-05-23 | vm: Use a deterministic file system UUID in shared-store VMs....* gnu/system/vm.scm (system-qemu-image/shared-store): Pass #:file-system-uuid to 'qemu-image'. | Ludovic Courtès |
2018-05-23 | vm: Print the label and UUID of partitions....* gnu/build/vm.scm (create-ext-file-system): Print the label and UUID. | Ludovic Courtès |
2018-05-23 | linux-initrd: Enable "virtio-rng"....Fixes <https://bugs.gnu.org/31268>. * gnu/system/linux-initrd.scm (default-initrd-modules)[virtio-modules]: Add "virtio-rng". | Ludovic Courtès |
2018-05-23 | gnu: gimp-fourier: Fix build....* gnu/packages/gimp.scm (gimp-fourier)[arguments]: Copy gegl-0.4.pc to gegl-0.3.pc in the configure phase. [inputs]: Add gegl. | Ricardo Wurmus |
2018-05-22 | gnu: cmake.scm: Add missing module....* gnu/packages/cmake.scm: Import emacs-build-system. | Oleg Pykhalov |
2018-05-22 | gnu: Add emacs-cmake-mode....* gnu/packages/cmake.scm (emacs-cmake-mode): New public variable. | Oleg Pykhalov |
2018-05-22 | gnu: bismark: Patch bismark2report before installing....* gnu/packages/bioinformatics.scm (bismark)[arguments]: Patch file before installing it. | Ricardo Wurmus |
2018-05-22 | gnu: Add emacs-esh-autosuggest....* gnu/packages/emacs.scm (emacs-esh-autosuggest): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> | Pierre Neidhardt |
2018-05-22 | gnu: emacs-daemons: Fix typo in description....* gnu/packages/emacs.scm (emacs-daemons)[description]: Fix typo. | Ricardo Wurmus |
2018-05-22 | gnu: Add emacs-daemons....* gnu/packages/emacs.scm (emacs-daemons): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> | Pierre Neidhardt |
2018-05-21 | gnu: mutt: Update to 1.10.0....* gnu/packages/mail.scm (mutt): Update to 1.10.0. | Leo Famulari |
2018-05-21 | gnu: procps: Update to 3.3.14....* gnu/packages/linux.scm (procps): Update to 3.3.14. [arguments]: Remove obsolete phase 'disable-strtod-test' because the change has been upstreamed. | Leo Famulari |
2018-05-21 | gnu: curl: Update replacement to 7.60.0 [Fixes CVE-2018-{1000300,1000301}]....* gnu/packages/curl.scm (curl)[replacement]: Update to 7.60.0. (curl-7.59.0): Replace with ... (curl-7.60.0): ... new variable. | Leo Famulari |
2018-05-21 | gnu: BIND: Update to 9.12.1-P2 [fixes CVE-2018-{5736,5737}]....* gnu/packages/dns.scm (isc-bind): Update to 9.12.1-P2. | Leo Famulari |
2018-05-21 | gnu: pius: Really add the patch file....* gnu/packages/patches/pius.patch: New file. This is a follow-up to commit a92d97266dffcd1ab5c40a379005a7db1fc3dad4. | Andreas Enge |
2018-05-21 | gnu: linux-libre: Update to 4.16.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.10. (%linux-libre-hash): Update hash. | Mark H Weaver |
2018-05-21 | gnu: linux-libre@4.14: Update to 4.14.42....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.42. (%linux-libre-4.14-hash): Update hash. | Mark H Weaver |
2018-05-21 | gnu: linux-libre@4.9: Update to 4.9.101....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.101. | Mark H Weaver |
2018-05-21 | gnu: pius: Fix incompatibility with newer GnuPG versions....* gnu/packages/gnupg.scm (pius)[source]: Add patch. * gnu/packages/patches/pius.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. | Andreas Enge |
2018-05-21 | gnu: pius: Add input python2-sip....* gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from the pius Python script. | Andreas Enge |
2018-05-21 | gnu: aria2: Update to 1.34.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.34.0. | Efraim Flashner |
2018-05-21 | profiles: Add hook to generate "gschemas.compiled"....* guix/profiles.scm (glib-schemas): New procedure. (%default-profile-hooks): Add it. | Danny Milosavljevic |
2018-05-21 | gnu: Add can-utils....* gnu/packages/networking.scm (can-utils): New variable. | Danny Milosavljevic |
2018-05-21 | gnu: linux-libre: Enable build for aarch64-linux....* gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux. (linux-libre-4.14): Limit to x86_64-linux, i686-linux and armhf-linux. * gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file. * Makefile.am (AUX_FILES): Add 4.16-arm64.conf. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Vagrant Cascadian |
2018-05-20 | gnu: linux-libre: Use "make dtbs_install" to install device tree files....* gnu/packages/linux.scm (make-linux-libre): Use "make dtbs_install" to install device tree files. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Vagrant Cascadian |
2018-05-20 | gnu: Add vigra-c....* gnu/packages/image.scm (vigra-c): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Fis Trivial |
2018-05-20 | gnu: Add python-glob2....* gnu/packages/python.scm (python-glob2, python2-glob2): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Fis Trivial |
2018-05-20 | gnu: Add ghc-bytes....* gnu/packages/haskell.scm (ghc-bytes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Tonton |
2018-05-20 | gnu: Add ghc-semigroupoids-5.2.2....* gnu/packages/haskell.scm (ghc-semigroupoids-5.2.2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Tonton |
2018-05-20 | services: connman: Add polkit hooks for connman....* gnu/services/networking.scm (connman-service-type): Extend the polkit-service-type with actions from connman. | Efraim Flashner |
2018-05-20 | services: openntpd: Add openntpd to the system profile....* gnu/services/networking.scm (openntpd-service-type): Extend the profile-service-type and add openntpd to the system profile. | Efraim Flashner |
2018-05-20 | services: dbus: Search more directories for '.service' files....* gnu/services/dbus.scm (system-service-directory): Remove one level of directories when searching for '.service' files. | Efraim Flashner |
2018-05-20 | services: connman: Add default configuration to the connman-service-type....* gnu/services/networking.scm (connman-service-type)[default-value]: New field. | Efraim Flashner |
2018-05-20 | services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it. | Efraim Flashner |
2018-05-20 | gnu: enlightenment: Fix setuid program locations....* gnu/packages/enlightenment.scm (enlightenment)[source]: Add patch. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. | Efraim Flashner |
2018-05-19 | gnu: Add guile-sparql....* gnu/packages/guile.scm (guile-sparql): New variable. | Roel Janssen |