Age | Commit message (Expand) | Author |
2018-01-01 | doc: Update requirements in 'README'....* README (Requirements): Update.
| Mathieu Lirzin |
2018-01-01 | gnu: python-jupyter-console: Make it installable....Fixes <https://bugs.gnu.org/29860>.
Reported by Johannes Laute <j.laute3@googlemail.com>.
* gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.
| Ludovic Courtès |
2017-12-31 | gnu: xonsh: Update to 0.6.0....* gnu/packages/shells.scm (xonsh): Update to 0.6.0.
| Kei Kebreau |
2017-12-31 | gnu: crypto++: Don't use ‘-march=native’....* gnu/packages/crypto.scm (crypto++)[arguments]: Add
‘disable-native-optimisation’ phase.
| Tobias Geerinckx-Rice |
2017-12-31 | gnu: nasm: Update to 2.13.02....* gnu/packages/assembly.scm (nasm): Update to 2.13.02.
| Tobias Geerinckx-Rice |
2017-12-31 | gnu: Add xxhash....* gnu/packages/digest.scm: New file
(xxhash): New public variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
| Tobias Geerinckx-Rice |
2017-12-31 | gnu: wine: Add support for armhf and aarch64....* gnu/packages/wine.scm (wine)[arguments]: Target armhf-linux when
building on armhf or aarch64.
[supported-systems]: Add armhf and aarch64 to supported systems.
| Efraim Flashner |
2017-12-31 | gnu: gimp: Fix CVE-2017-{17784,17785,17786,17787,17789}....* gnu/packages/patches/gimp-CVE-2017-17784.patch,
gnu/packages/patches/gimp-CVE-2017-17785.patch,
gnu/packages/patches/gimp-CVE-2017-17786.patch,
gnu/packages/patches/gimp-CVE-2017-17787.patch,
gnu/packages/patches/gimp-CVE-2017-17789.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gimp.scm (gimp)[source]: Use them.
| Leo Famulari |
2017-12-31 | gnu: wine64-staging: Add 32-bit support....* gnu/packages/wine.scm (wine64-staging)[inputs]: Add wine-staging.
[arguments]: Install libraries to /lib/wine64. Don't inherit phases. Add
'copy-win32-files phase.
[description]: Update description.
-
| Rutger Helling |
2017-12-31 | gnu: wine64: Add 32-bit support....* gnu/packages/wine.scm (wine64)[inputs]: Add wine.
[arguments]: Install libraries to /lib/wine64. Don't inherit phases. Add
'copy-win32-files phase.
[description]: Update description.
| Rutger Helling |
2017-12-31 | gnu: wine: Install libraries to /lib/wine32....* gnu/packages/wine.scm (wine)[arguments]: Install libraries to /lib/wine32.
| Rutger Helling |
2017-12-31 | gnu: Add kurly....* gnu/packages/curl.scm (kurly): New variable.
| Leo Famulari |
2017-12-31 | gnu: Add go-github-com-davidjpeacock-cli....* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli): New variable.
| Leo Famulari |
2017-12-31 | gnu: Add go-github-com-aki237-nscjar....* gnu/packages/golang.scm (go-github-com-aki237-nscjar): New variable.
| Leo Famulari |
2017-12-31 | gnu: Add go-github-com-alsm-ioprogress....* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): New variable.
| Leo Famulari |
2017-12-31 | gnu: packages: 0ad: Tweak the build options....Use the -C make option, rather than changing directory before the build
phase. Add config=release to the make flags as this might improve performance,
and verbose=1 as this might make the build process clearer.
Also remove --minimal-flags, as I don't quite understand what this does, but
using it seems to remove lots of flags that would be used by default.
* gnu/packages/games.scm (0ad)[arguments]: Add #:make-flags, remove the
--minimal-flags argument from the configure phase, remove the 'chdir phase,
and change the chdir argument in the install phase.
| Christopher Baines |
2017-12-31 | list-runtime-root: Fix off-by-one in 'strip-drop' call....Fixes <https://bugs.gnu.org/29862>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.
* nix/scripts/list-runtime-roots.in (canonicalize-store-item): Define
'store' with a trailing "/". Have the 'string-prefix?' call match the
'string-drop' call.
| Ludovic Courtès |
2017-12-30 | doc: Fix typo....* doc/guix.texi (Desktop Services): "orMATE" --> "or MATE".
| Mark H Weaver |
2017-12-31 | build: dub-build-system: Make builds reproducible....* guix/build/dub-build-system.scm (build): Make reproducible.
(check): Make reproducible.
| Danny Milosavljevic |
2017-12-30 | gnu: services: Add MATE desktop service....* gnu/services/desktop.scm (<mate-desktop-configuration>,
mate-desktop-service-type): New variable.
(mate-desktop-service): New public variable.
* doc/guix.texi (Desktop Services): Document the service.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: mate: Add more packages....* gnu/packages/mate.scm (mate)[inputs]: Add "mate-user-guide", "mate-calc", "mate-backgrounds",
"mate-netbook", "hicolor-icon-theme", "mate-utils", "engrampa", "eom", "mate-polkit",
"mate-system-monitor", "mate-utils", "pluma", "atril".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-polkit....* gnu/packages/mate.scm (mate-polkit): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-system-monitor....* gnu/packages/mate.scm (mate-system-monitor): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add pluma....* gnu/packages/mate.scm (pluma): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add engrampa....* gnu/packages/mate.scm (engrampa): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add eom....* gnu/packages/mate.scm (eom): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-utils....* gnu/packages/mate.scm (mate-utils): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-screensaver....* gnu/packages/mate.scm (mate-screensaver): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-netbook....* gnu/packages/mate.scm (mate-netbook): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add libfakekey....* gnu/packages/xdisorg.scm (libfakekey): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-icon-theme-faenza....* gnu/packages/mate.scm (mate-icon-theme-faenza): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-common....* gnu/packages/mate.scm (mate-common): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-backgrounds....* gnu/packages/mate.scm (mate-backgrounds): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-calc....* gnu/packages/mate.scm (mate-calc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add atril....* gnu/packages/mate.scm (atril): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: caja: Add native-search-paths....* gnu/packages/mate.scm (caja)[native-search-paths]: Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add caja-extensions....* gnu/packages/mate.scm (caja-extensions): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: mate-session-manager: Configure with with elogind support....* gnu/packages/mate.scm (mate-session-manager)[arguments]: Add '--enable-elogind'
to configure-flags.
(phases): Add 'pre-configure' phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: Add mate-user-guide....* gnu/packages/mate.scm (mate-user-guide): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-12-30 | gnu: youtube-dl: Update to 2017.12.31....* gnu/packages/video.scm (youtube-dl): Update to 2017.12.31.
| Tobias Geerinckx-Rice |
2017-12-30 | gnu: edi: Update to 0.6.0....* gnu/packages/enlightenment.scm (edi): Update to 0.6.0.
[source]: Download from enlightenment's website.
[tests]: Disable tests.
[native-inputs]: Remove check, lcov.
| Efraim Flashner |
2017-12-30 | gnu: Add emacs-php-mode....* gnu/packages/emacs.scm (emacs-php-mode): New variable.
| Roel Janssen |
2017-12-30 | gnu: linux-libre: Update to 4.14.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.10.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2017-12-30 | gnu: linux-libre@4.9: Update to 4.9.73....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.73.
| Mark H Weaver |
2017-12-30 | gnu: borg: Update to 1.1.4....* gnu/packages/backup.scm (borg): Update to 1.1.4.
[source]: Remove obsolete patch. Remove bundled lz4 and zstd.
[inputs]: Add zstd.
[arguments]: Build with input versions of lz4 and zstd.
* gnu/packages/patches/borg-fix-archive-corruption-bug.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2017-12-30 | gnu: youtube-dl: Update to 2017.12.28....* gnu/packages/video.scm (youtube-dl): Update to 2017.12.28.
| Tobias Geerinckx-Rice |
2017-12-30 | gnu: python-lit: Fix tests....* gnu/packages/check.scm (python-lit)[native-inputs]: Add python-pytest.
| Danny Milosavljevic |
2017-12-30 | gnu: tremc: Update to 0.9.0-2.e06d08d....* gnu/packages/bittorrent.scm (tremc): Update to 0.9.0-2.e06d08d.
[build-system]: Switch to the gnu-build-system.
[arguments]: Adjust accordingly.
| Leo Famulari |
2017-12-29 | gnu: rage: Update to 0.3.0....* gnu/packages/enlightenment.scm (rage): Update to 0.3.0.
[build-system]: Switch to meson build system.
| Efraim Flashner |
2017-12-29 | tests: networking: Add tests for Open vSwitch....* gnu/tests/networking.scm (openvswitch-configuration-service,
%openvswitch-os): New variables.
(setup-openvswitch, run-openvswitch-test): New procedures.
(%test-openvswitch): New public variable.
| Marius Bakke |