Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | describe: Provide a hint when origin detection fails.•••* guix/scripts/describe.scm (display-checkout-info): Add call to 'display-hint' in the error case. | Ludovic Courtès | 2019-04-28 | 1 | -1/+7 | |
* | gnu: Fix typo.•••* gnu/packages/algebra.scm (giac-xcas): Fix typo. | Nicolas Goaziou | 2019-04-28 | 1 | -1/+1 | |
* | gnu: giac-xcas: Rename to "giac" to match upstream name.•••* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate. | Nicolas Goaziou | 2019-04-28 | 1 | -2/+5 | |
* | gnu: giac-xcas: Add inputs.•••* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex. | Nicolas Goaziou | 2019-04-28 | 1 | -1/+7 | |
* | gnu: giac-xcas: Fix documentation.•••* gnu/packages/algebra.scm (giac-xcas): Use a single output. Fix licensing issues in documentation. Xcas expects documentation to be located at a fixed location, not compatible with a "doc" output. | Nicolas Goaziou | 2019-04-28 | 1 | -24/+21 | |
* | gnu: linux-libre: Update to 5.0.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10. (%linux-libre-hash): Update hash. | Mark H Weaver | 2019-04-28 | 1 | -2/+2 | |
* | gnu: linux-libre@4.19: Update to 4.19.37.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%linux-libre-4.19-hash): Update hash. | Mark H Weaver | 2019-04-28 | 1 | -2/+2 | |
* | gnu: linux-libre@4.14: Update to 4.14.114.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114. (%linux-libre-4.14-hash): Update hash. | Mark H Weaver | 2019-04-28 | 1 | -2/+2 | |
* | gnu: linux-libre@4.9: Update to 4.9.171.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171. | Mark H Weaver | 2019-04-28 | 1 | -2/+2 | |
* | gnu: linux-libre@4.4: Update to 4.4.179.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179. | Mark H Weaver | 2019-04-28 | 1 | -2/+2 | |
* | gnu: Add cloud-utils.•••* gnu/packages/admin.scm (cloud-utils): New variable. | Christopher Baines | 2019-04-28 | 1 | -0/+61 | |
* | gnu: Remove unused module reference.•••* gnu/services/web.scm: Remove reference to (gnu packages guile). | Ricardo Wurmus | 2019-04-28 | 1 | -1/+0 | |
* | gnu: hypre: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases. | Ricardo Wurmus | 2019-04-28 | 1 | -10/+8 | |
* | gnu: jacal: Unconditionally return #T from configure phase.•••* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase. | Ricardo Wurmus | 2019-04-28 | 1 | -4/+4 | |
* | gnu: z3: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases. | Ricardo Wurmus | 2019-04-28 | 1 | -5/+4 | |
* | gnu: atlas: Always return #T from build phases.•••* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE. | Ricardo Wurmus | 2019-04-28 | 1 | -8/+7 | |
* | gnu: make-blis: Always return #T from configure phase.•••* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE. | Ricardo Wurmus | 2019-04-28 | 1 | -6/+6 | |
* | gnu: kdevplatform: Use INVOKE.•••* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally. | Ricardo Wurmus | 2019-04-28 | 1 | -4/+3 | |
* | Merge branch 'staging' | Ludovic Courtès | 2019-04-28 | 53 | -1132/+1620 | |
|\ | ||||||
| * | gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.•••Fixes <https://bugs.gnu.org/34124>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg. [arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH wrapper of the gnome-shell executable. | Ricardo Wurmus | 2019-04-25 | 1 | -1/+3 | |
| * | Merge branch 'master' into staging | Marius Bakke | 2019-04-23 | 94 | -15581/+21575 | |
| |\ | ||||||
| * | | gnu: Add emacs-robot-mode.•••* gnu/packages/emacs-xyz.scm (emacs-robot-mode): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+25 | |
| * | | gnu: Add python-robotframework-lint.•••* gnu/packages/python-xyz.scm (python-robotframework-lint): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+36 | |
| * | | gnu: Add python-robotframework-sshlibrary.•••* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+61 | |
| * | | gnu: Add python-robotframework.•••* gnu/packages/python-xyz.scm (python-robotframework): New variable. * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. | Maxim Cournoyer | 2019-04-19 | 3 | -0/+108 | |
| * | | gnu: Add python-rellu.•••* gnu/packages/python-xyz.scm (python-rellu): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+23 | |
| * | | gnu: Add python-pygithub.•••* gnu/packages/python-xyz.scm (python-pygithub): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+46 | |
| * | | gnu: Add python-deprecated.•••* gnu/packages/python-xyz.scm (python-deprecated): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+34 | |
| * | | gnu: Add python-scp.•••* gnu/packages/python-xyz.scm (python-scp): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+23 | |
| * | | gnu: Add python-bumpversion.•••* gnu/packages/python-xyz.scm (python-bumpversion): New variable. | Maxim Cournoyer | 2019-04-19 | 1 | -0/+18 | |
| * | | Merge branch 'master' into staging | Marius Bakke | 2019-04-17 | 139 | -8005/+13655 | |
| |\ \ | ||||||
| * | | | gnu: vulkan-tools: Update to 1.1.106.•••* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.106 (by inheriting package-version vulkan-headers). | Rutger Helling | 2019-04-10 | 1 | -2/+2 | |
| * | | | gnu: vulkan-headers: Update to 1.1.106.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.106. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. | Rutger Helling | 2019-04-09 | 1 | -4/+4 | |
| * | | | gnu: libdrm: Avoid timeout while running tests.•••Suggested by Efraim Flashner at <https://lists.gnu.org/archive/html/guix-devel/2019-04/msg00008.html>. * gnu/packages/xdisorg.scm (libdrm)[arguments]: Make 'check phase unconditional. | Ludovic Courtès | 2019-04-08 | 1 | -8/+6 | |
| * | | | Merge branch 'master' into staging | Ludovic Courtès | 2019-04-08 | 19 | -303/+195 | |
| |\ \ \ | ||||||
| * | | | | gnu: sway: Add missing input.•••This dependency was no longer provided after c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/wm.scm (sway)[inputs]: Add LIBEVDEV. | Marius Bakke | 2019-04-08 | 1 | -0/+1 | |
| * | | | | gnu: libinput: Propagate udev.•••This is a follow-up to commit c6deabf957c0f5b68b45a2db0b4a35112c52c29e. * gnu/packages/freedesktop.scm (libinput)[inputs]: Remove EUDEV. [propagated-inputs]: New field. | Marius Bakke | 2019-04-08 | 1 | -1/+3 | |
| * | | | | Merge branch 'master' into staging | Marius Bakke | 2019-04-08 | 103 | -2717/+10965 | |
| |\ \ \ \ | ||||||
| * | | | | | gnu: flac: Incorporate graft.•••* gnu/packages/xiph.scm (flac)[replacement]: Remove field. [source]: Add patch. (flac/fixed): Remove variable. | Efraim Flashner | 2019-04-04 | 1 | -10/+2 | |
| * | | | | | gnu: flac: Fix CVE-2017-6888.•••* gnu/packages/xiph.scm (flac)[replacement]: New field. (flac/fixed): New variable. * gnu/packages/patches/flac-CVE-2017-6888.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. | Efraim Flashner | 2019-04-04 | 3 | -1/+40 | |
| * | | | | | gnu: libinput: Update to 1.13.0.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.13.0. [native-inputs]: Remove VALGRIND. | Marius Bakke | 2019-04-01 | 1 | -4/+3 | |
| * | | | | | gnu: libinput: Do not propagate any inputs.•••These inputs are no longer listed in the pkg-config files. * gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove. [inputs]: Add LIBEVDEV, EUDEV, LIBWACOM, and MTDEV. (libinput-minimal)[inputs, propagated-inputs]: Adjust accordingly. | Marius Bakke | 2019-04-01 | 1 | -9/+7 | |
| * | | | | | gnu: cups-filters: Update to 1.22.3.•••* gnu/packages/cups.scm (cups-filters): Update to 1.22.3. | Marius Bakke | 2019-04-01 | 1 | -2/+2 | |
| * | | | | | gnu: ImageMagick: Update to 6.9.10-35.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-35. | Marius Bakke | 2019-04-01 | 1 | -2/+2 | |
| * | | | | | gnu: tzdata: Update to 2019a.•••* gnu/packages/base.scm (tzdata): Update to 2019a. | Marius Bakke | 2019-04-01 | 1 | -3/+3 | |
| * | | | | | gnu: evolution-data-server: Remove obsolete phase.•••This is a fixup for the merge of da43d1c ("gnu: evolution-data-server: Add 'libedataserverui' output.") and bb10e7c ("gnu: evolution-data-server: Update to 3.28.3.") in 571fb00. * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Remove phase that is no longer needed since version 3.28.2. | Marius Bakke | 2019-04-01 | 1 | -12/+0 | |
| * | | | | | gnu: Remove gtk+/fixed.•••The merge preceding this commit ignored the replacement part of commit bc91562939ee002e84c95d13c907482b6d1e9339. This commit removes the remaining bits, as the patch is already included in GTK3 since version 3.24.3. * gnu/packages/patches/gtk3-fix-deprecation-macro-use.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gtk.scm (gtk+/fixed): Remove variable. | Marius Bakke | 2019-04-01 | 3 | -41/+0 | |
| * | | | | | Merge branch 'master' into staging | Marius Bakke | 2019-04-01 | 144 | -1904/+7927 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Revert "build-system/ruby: Use invoke."•••This reverts commit 0244952c11c0409597fce5c39dfbcafdfd2ea651. We prefer 'invoke', but the custom error handling works better with the code as-is. | Efraim Flashner | 2019-03-28 | 1 | -7/+10 | |
| * | | | | | | build-system/ruby: Use invoke.•••* guix/build/ruby-build-system.scm (install): Use invoke. | Efraim Flashner | 2019-03-28 | 1 | -8/+7 |