36 # - The daemon can't be started from the GUI, because pkexec requires a shell
37 # registered in /etc/shells. The nix's bash is not in there when running
40 stdenv.mkDerivation (finalAttrs: {
44 src = fetchFromGitHub {
47 rev = "refs/tags/v${finalAttrs.version}";
48 hash = "sha256-4wW8elGsU3EhDDMPxa5di01NlB0dJ8MN8TiaIBo2qxo=";
86 --prefix PATH : ${lib.makeBinPath [ stdenv.cc ]}
87 --prefix LD_LIBRARY_PATH : ${vulkan-loader}/lib
93 version = testers.testVersion { package = finalAttrs.finalPackage; };
98 description = "Free software that gathers information on CPU, motherboard and more";
99 mainProgram = "cpu-x";
100 homepage = "https://thetumultuousunicornofdarkness.github.io/CPU-X";
101 license = lib.licenses.gpl3Plus;
102 platforms = [ "x86_64-linux" ];
103 maintainers = with lib.maintainers; [ viraptor ];