16 stdenv.mkDerivation rec {
20 src = fetchFromGitLab {
21 domain = "gitlab.freedesktop.org";
25 hash = "sha256-mID19uHXFKJUZtQsSOXjRdz541YVjMxmSHVa+DlkPRc=";
28 outputs = [ "out" "dev" ];
33 (lib.mesonBool "demo" false)
53 homepage = "https://gitlab.freedesktop.org/libdecor/libdecor";
54 description = "Client-side decorations library for Wayland clients";
55 license = licenses.mit;
56 platforms = platforms.linux;
57 maintainers = with maintainers; [ artturin ];