19 stdenv.mkDerivation (finalAttrs: {
21 version = "0.3.0-alpha";
23 src = fetchFromGitHub {
26 rev = finalAttrs.version;
27 hash = "sha256-5IWe8VFpLwDSja4to/ugVS80s5+bcAbM6/fg1HPP52Q=";
31 # To find wayland-scanner
55 dontWrapQtApps = true;
57 outputs = [ "out" "dev" ];
60 description = "Wrapper for wlroots based on Qt";
61 homepage = "https://github.com/vioken/waylib";
62 license = with lib.licenses; [ gpl3Only lgpl3Only asl20 ];
63 platforms = lib.platforms.linux;
64 maintainers = with lib.maintainers; [ rewine ];