15 stdenv.mkDerivation rec {
19 src = fetchFromGitLab {
20 domain = "gitlab.freedesktop.org";
24 hash = "sha256-8b6qCqOSDDbhYwAeAaUyI71tSopTkGtCJaxZaJw1vQQ=";
27 outputs = [ "out" "dev" ];
32 (lib.mesonBool "demo" false)
51 homepage = "https://gitlab.freedesktop.org/libdecor/libdecor";
52 description = "Client-side decorations library for Wayland clients";
53 license = licenses.mit;
54 platforms = platforms.linux;
55 maintainers = with maintainers; [ artturin ];