guix: Fix typo.
This is a follow-up to e8cbebb4769328f6ad49a4b5868f9c935e7e5372. * guix/profiles.scm (gtk-im-modules): Corectly refer to gtk+-2 package.
This commit is contained in:
parent
50b61ec223
commit
28292d8c5c
@ -1121,7 +1121,7 @@ for both major versions of GTK+."
|
||||
(build
|
||||
gtk+-2 "2.10.0"
|
||||
#~(string-append
|
||||
#$pkggtk+-2:bin "/bin/gtk-query-immodules-2.0"))
|
||||
#$pkg-gtk+2:bin "/bin/gtk-query-immodules-2.0"))
|
||||
#t))))
|
||||
(if (or gtk+ gtk+-2)
|
||||
(gexp->derivation "gtk-im-modules" gexp
|
||||
|
Loading…
Reference in New Issue
Block a user