Add fontconfig_ and libnotify_actor to packages output

This commit is contained in:
Emery Hemingway 2023-04-10 17:40:02 -05:00
parent b7f303bebc
commit 59975d0421
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@
packages = self.lib.mapAttrs (system: pkgs:
with pkgs; {
inherit preserves-tools squeak squeaker syndicate-server;
inherit fontconfig_actor libnotify_actor preserves-tools squeak squeaker
syndicate-server;
inherit (nimPackages) syndicate_utils xdg_open_ng;
preserves-nim = nimPackages.preserves;
preserves-py = python3Packages.preserves;