merriweather: switch to finalAttrs

This commit is contained in:
SkohTV
2026-04-01 14:09:26 -04:00
parent 56d018e6a2
commit 9e4a482c78

View File

@@ -5,7 +5,7 @@
installFonts,
}:
stdenvNoCC.mkDerivation rec {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "merriweather";
version = "2.200";
@@ -33,4 +33,4 @@ stdenvNoCC.mkDerivation rec {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ emily ];
};
}
})