17 stdenv.mkDerivation rec {
21 src = fetchFromGitLab {
22 domain = "gitlab.freedesktop.org";
26 hash = "sha256-mID19uHXFKJUZtQsSOXjRdz541YVjMxmSHVa+DlkPRc=";
37 (lib.mesonBool "demo" false)
57 homepage = "https://gitlab.freedesktop.org/libdecor/libdecor";
58 description = "Client-side decorations library for Wayland clients";
59 license = licenses.mit;
60 platforms = platforms.linux;
61 maintainers = with maintainers; [ artturin ];