language_subtag_registry: fix hash (#47555)

This commit is contained in:
volth 2018-09-30 19:15:01 +00:00 committed by xeji
parent 339835b0f2
commit 61007c0e96

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
language_subtag_registry = fetchurl {
url = "http://www.iana.org/assignments/language-subtag-registry";
sha256 = "1qfkvllyqcy40vmnvjn5w9fxw7g6ww46cb306vkgcfghnjjfhv3b";
sha256 = "0y9x5gra6jri4sk16f0dp69p06almnsl48rs85605f035kf539qm";
};
postPatch = ''
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
''--with-locale-alias=${stdenv.cc.libc}/share/locale/locale.alias''
];
buildInputs = [ gettext glib libxml2 gobjectIntrospection gnome-common
buildInputs = [ gettext glib libxml2 gobjectIntrospection gnome-common
unzip ];
nativeBuildInputs = [ autoreconfHook gtkdoc gettext pkgconfig ];