diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-08 21:08:45 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-09 07:47:58 +0200 |
commit | 0b4a20e448876667c2172b9f07346e1f0b7c605e (patch) | |
tree | 998044351e6ab91e9a4032c267d33c972b1f4423 | |
parent | 94a9b26bcfa5446ca1e98968ae47a8cc74a158dc (diff) | |
download | guix-0b4a20e448876667c2172b9f07346e1f0b7c605e.tar.gz guix-0b4a20e448876667c2172b9f07346e1f0b7c605e.zip |
gnu: cogl: Remove comment about reflecting changes in mutter.
Since cogl itself has been archived while the bundled fork continues to exist,
the comment no longer holds truth. Whatever patches will in future be needed
to build cogl are not expected to require reflection in mutter.
* gnu/packages.gnome.scm (cogl): Remove comment about mutter's bundled clutter.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 87e41c8581..aaeec821f7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6220,8 +6220,6 @@ without stepping on each others toes.") (sha256 (base32 "1rn4cd1an6a9dfda884aqpcwcgq8dgydpqvb19nmagw4b70zlj4b")))) - ;; NOTE: mutter exports a bundled fork of clutter, so when making changes - ;; to clutter, corresponding changes may be appropriate in mutter as well. (build-system gnu-build-system) (outputs '("out" "doc")) ;9 MiB of gtk-doc HTML pages |