gnu: Add iso-codes variant for use within Guix.

* gnu/packages/iso-codes.scm (iso-codes):
Replace with hidden-package that inherits…
(iso-codes/official): …this ‘new’ variable with its previous value.
* gnu/packages/gtk.scm (gtk+)[inputs]:
Use iso-codes/official to prevent mass rebuilds.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent 59fa040362
commit 48e66b01d6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 24 additions and 3 deletions

View file

@ -990,7 +990,7 @@ application suites.")
cups
graphene
harfbuzz
iso-codes
iso-codes/official ;XXX TODO core-updates: use iso-codes
json-glib-minimal
libxml2
rest))