17 stdenv.mkDerivation rec {
21 src = fetchFromGitLab {
22 domain = "gitlab.gnome.org";
26 sha256 = "0qdg3r7k086wzszr969s0ljlqdvfqm31zpl8p5h397bw076zr6p2";
49 homepage = "https://gitlab.gnome.org/jadahl/libdecor";
50 description = "Client-side decorations library for Wayland clients";
51 license = licenses.mit;
52 platforms = platforms.linux;
53 maintainers = with maintainers; [ artturin ];