Netsurf libutf8proc: 2.4.0-1

This commit is contained in:
AndersonTorres
2020-09-28 22:39:16 -03:00
parent 91f818b2be
commit fc5cb71883
2 changed files with 7 additions and 7 deletions
@@ -8,4 +8,5 @@ lib.makeScope pkgs.newScope (self: with self; {
libnspsl = callPackage ./libnspsl.nix { };
libnsutils = callPackage ./libnsutils.nix { };
libparserutils = callPackage ./libparserutils.nix { };
libutf8proc = callPackage ./libutf8proc.nix { };
})