13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 sha256 = "sha256-VQjJujF9lnVvQxV+0YqodLgnI9F90JKDAGBu5nM/Q/c=";
37 sed -i -e 's/ -Wno-format//g' Makefile
40 makeFlags = [ "PREFIX=${placeholder "out"}" ];
43 description = "Lightweight and fast battery icon that sits in the system tray";
44 mainProgram = "cbatticon";
45 homepage = "https://github.com/valr/cbatticon";
46 license = licenses.gpl2;
47 platforms = platforms.linux;
48 maintainers = [ maintainers.domenkozar ];