From 7a73f4d5b1ef4060164f242d187206563e151eba Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 30 Apr 2025 23:10:58 -0500 Subject: [PATCH] fastfetch: add libsysprof-catpure for glib Package 'sysprof-capture-4', required by 'glib-2.0', not found Package sysprof-capture-4 was not found in the pkg-config search path. fastfetch> Perhaps you should add the directory containing `sysprof-capture-4.pc' fastfetch> to the PKG_CONFIG_PATH environment variable --- pkgs/by-name/fa/fastfetch/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/fa/fastfetch/package.nix b/pkgs/by-name/fa/fastfetch/package.nix index 705125a3f3bb..c9ba8fdeb022 100644 --- a/pkgs/by-name/fa/fastfetch/package.nix +++ b/pkgs/by-name/fa/fastfetch/package.nix @@ -17,6 +17,7 @@ libpulseaudio, libselinux, libsepol, + libsysprof-capture, libxcb, makeBinaryWrapper, moltenvk, @@ -103,6 +104,7 @@ stdenv.mkDerivation (finalAttrs: { dbus dconf glib + libsysprof-capture ] ++ lib.optionals audioSupport [ libpulseaudio