aboutsummaryrefslogtreecommitdiff

'nohover'>AgeCommit message (Expand)Author 2022-04-05gnu: pantheon-calculator: Update to 1.7.2....* gnu/packages/pantheon.scm (pantheon-calculator): Update to 1.7.2. [arguments]: Remove trailing boolean. [inputs]: Use guix style and add libhandy input. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart 2022-01-22gnu: granite: Update to 6.2.0 and add python to native inputs....* gnu/packages/pantheon.scm (granite)[phases]: Delete trailing #t. [inputs]: Use new style. [native-inputs]: Likewise and add python. Maxim Cournoyer 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-11-24gnu: sideload: Update to 6.0.2....* gnu/packages/pantheon.scm (sideload): Update to 6.0.2. Delete trailing #t. [configure-flags]: Remove nonexistent flatpak build option. [inputs]: Add libhandy. Maxim Cournoyer 2021-06-08gnu: pantheon: Use modern 'define-module' syntax....The :prefix bit introduced in 9f59a9b4bc93b3ef6cd3bd1c9eed04c30ba2d2d4 led to a test failure in 'tests/graph.scm'. * gnu/packages/pantheon.scm: Write #:prefix, not :prefix. Ludovic Courtès ludo@gnu.org> Eric Bavier 2023-04-18tests: guix-system: Drop the i686-linux desktop image test....Desktop these days means having Rust support (GNOME), which i686 currently lacks on Guix. * tests/guix-system.sh: Do not attempt to build the desktop.tmpl image for i686-linux. Maxim Cournoyer