12 stdenv.mkDerivation rec {
16 src = fetchFromSourcehut {
20 hash = "sha256-2kWTVAi4hq2d9jQ6yBLVzm3x7n/oSvBdZ45WyjhXhc4=";
30 buildInputs = [ wayland ];
36 description = "Xrandr clone for wlroots compositors";
37 homepage = "https://git.sr.ht/~emersion/wlr-randr";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ma27 ];
40 platforms = platforms.linux;
41 mainProgram = "wlr-randr";