14 , tuxclocker-without-unfree
18 stdenv.mkDerivation (finalAttrs: {
22 src = fetchFromGitHub {
25 fetchSubmodules = true;
26 rev = finalAttrs.version;
27 hash = "sha256-QLKLqTCpVMWxlDINa8Bo1vgCDcjwovoaXUs/PdMnxv0=";
30 # Meson doesn't find boost without these
31 BOOST_INCLUDEDIR = "${lib.getDev boost}/include";
32 BOOST_LIBRARYDIR = "${lib.getLib boost}/lib";
50 wrapProgram "$out/bin/tuxclockerd" \
51 --prefix "TEXTDOMAINDIR" : "${tuxclocker-plugins}/share/locale" \
52 --prefix "TUXCLOCKER_PLUGIN_PATH" : "${tuxclocker-plugins}/lib/tuxclocker/plugins" \
53 --prefix "PYTHONPATH" : "${python3.pkgs.hwdata}/${python3.sitePackages}"
61 inherit tuxclocker-without-unfree;
65 description = "Qt overclocking tool for GNU/Linux";
66 homepage = "https://github.com/Lurkki14/tuxclocker";
67 license = licenses.gpl3Only;
68 maintainers = with maintainers; [ lurkki ];
69 platforms = platforms.linux;