mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mutter: Only propagate glib once.
* gnu/packages/gnome.scm (mutter)[propagated-inputs]: Remove duplicate glib.
This commit is contained in:
parent
0cce140dc2
commit
50918af29b
1 changed files with 0 additions and 1 deletions
|
@ -4720,7 +4720,6 @@ (define-public mutter
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("glib" ,glib)
|
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("json-glib" ,json-glib)
|
("json-glib" ,json-glib)
|
||||||
("libinput" ,libinput)
|
("libinput" ,libinput)
|
||||||
|
|
Loading…
Reference in a new issue