Age | Commit message (Expand) | Author |
---|---|---|
2022-05-31 | gnu: openbox: Patch for Python 3....* gnu/packages/patches/openbox-python3.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/openbox.scm (openbox)[source]: Apply it. [arguments]: New field. [propagated-inputs]: Replace python2-pyxdg with python-pyxdg. [native-inputs]: Replace python-2 with python-wrapper. Add autoconf, automake, gettext-minimal and libtool. | Maxim Cournoyer |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) | Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. | Ludovic Courtès |
2021-12-05 | gnu: openbox: Use 'librsvg-for-system'....* gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system' unconditionally. | Ludovic Courtès |
2021-11-26 | gnu: openbox: Keep librsvg dependency on x86_64 only....* gnu/packages/openbox.scm (openbox)[inputs]: Make LIBRSVG conditional. | Ludovic Courtès |