Add libnotify_actor

This commit is contained in:
Emery Hemingway 2023-04-05 12:44:25 -05:00
parent 352dcec33c
commit 858c3c9312
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
configureFlags = configureFlags ++ [ "--enable-debug" ];
});
in mkShell { packages = [ libnl' pkg-config ]; };
libnotify_actor = mkShell { packages = [ libnotify pkg-config ]; };
nix_actor = mkShell { packages = [ boost nix pkg-config ]; };
zua = mkShell { packages = [ fontconfig pkg-config SDL2 ]; };
}) nixpkgs.legacyPackages;