9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "11vjr69prrs4ir9c267zwq4g9liipzrqi0kmw1zg95dbn7r7zmql";
20 buildInputs = with xorg; [ libX11 libXi libXrandr libXext ];
21 nativeBuildInputs = [ pkg-config autoreconfHook ];
24 homepage = "https://github.com/troglobit/xplugd";
25 description = "UNIX daemon that executes a script on X input and RandR changes";
26 license = licenses.mit;
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ akho ];
29 mainProgram = "xplugd";