8 stdenv.mkDerivation rec {
9 pname = "gtklock-powerbar-module";
12 src = fetchFromGitHub {
16 hash = "sha256-uqGWr3/PaXif+JuxqRDlvfeiVG2nbausfe5dZOHcm7o=";
19 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ gtk3 ];
23 makeFlags = [ "PREFIX=$(out)" ];
26 description = "Gtklock module adding power controls to the lockscreen";
27 homepage = "https://github.com/jovanlanik/gtklock-powerbar-module";
28 license = licenses.gpl3Only;
29 maintainers = with maintainers; [ aleksana ];
30 platforms = platforms.linux;