diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-15 18:10:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-15 18:12:45 +0200 |
commit | 44469ffd83f8dd48355954eee50002efbbe58503 (patch) | |
tree | 64c94af13ee5442da7bc9eba8890f20ca286a8f6 /gnu/packages/gtk.scm | |
parent | 3f396ec339e0b1a4b553587a4108829ac4d88c48 (diff) |
gnu: font-abattis-cantarell: Update variable name.
* gnu/packages/fonts.scm (font-cantarell): Rename to…
(font-abattis-cantarell): …this.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Adjust accordingly.
* gnu/packages/mate.scm (mate)[inputs]: Likewise.
* gnu/services/xorg.scm (<gdm-configuration>): Likewise.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 2a587d9e32..243a7de08c 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -331,7 +331,7 @@ applications.") (add-after 'unpack 'disable-cantarell-tests (lambda _ (substitute* "tests/meson.build" - ;; XXX FIXME: These tests require "font-cantarell", but + ;; XXX FIXME: These tests require "font-abattis-cantarell", but ;; adding it here would introduce a circular dependency. (("\\[ 'test-harfbuzz'.*") "") (("\\[ 'test-itemize'.*") "") |