diff options
| author | éclairevoyant <848000+eclairevoyant@users.noreply.github.com> | 2024-08-17 09:18:13 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-04 03:12:46 +0000 |
| commit | 30aa3b074c319bd6bd9062cc97fb9238d68596a4 (patch) | |
| tree | 7fce701a08271df7426ebf016171e4fe8a07498c | |
| parent | cpu-x: avoid double-wrapping (diff) | |
| download | nixpkgs-30aa3b074c319bd6bd9062cc97fb9238d68596a4.tar.gz | |
cpu-x: fix gtk support
(cherry picked from commit 392c09c842886831f1456ebac4623e27c03988cc)
| -rw-r--r-- | pkgs/by-name/cp/cpu-x/package.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/cp/cpu-x/package.nix b/pkgs/by-name/cp/cpu-x/package.nix index ee148ac4decf..0e49d8b20181 100644 --- a/pkgs/by-name/cp/cpu-x/package.nix +++ b/pkgs/by-name/cp/cpu-x/package.nix @@ -28,6 +28,7 @@ dbus, at-spi2-core, libXtst, + gtkmm3, }: # Known issues: @@ -55,6 +56,7 @@ stdenv.mkDerivation rec { buildInputs = [ gtk3 + gtkmm3 ncurses libcpuid pciutils |
