From 9d4436187eae1048865f5a9201ba122378a9246d Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 24 Oct 2023 23:42:21 -0400 Subject: [PATCH] home: add libsForQt5 to callPackage for chatterino --- hosts/tsuki/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index 92c4f79..e54b820 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -49,7 +49,7 @@ osu-lazer-bin runelite prismlauncher - (callPackage ../../pkgs/chatterino7 {}) + (libsForQt5.callPackage ../../pkgs/chatterino7 {}) (callPackage ../../pkgs/jellyfin-rpc {}) ];