11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 hash = "sha256-nVODwP/PQgYBTHnSplgrkdNOLsF7N+vZ8iPL7gArVNY=";
22 buildInputs = [ libX11 libXrandr linuxPackages.nvidia_x11.settings.libXNVCtrl ];
23 nativeBuildInputs = [ cmake makeWrapper ];
26 description = "Simple library to adjust color saturation of X11 outputs";
27 homepage = "https://github.com/libvibrant/libvibrant";
28 license = licenses.mit;
29 platforms = platforms.linux;
30 mainProgram = "vibrant-cli";