9 stdenv.mkDerivation rec {
10 pname = "deepin-wayland-protocols";
11 version = "1.6.0-deepin.1.2";
13 src = fetchFromGitHub {
14 owner = "linuxdeepin";
17 sha256 = "sha256-8Im3CueC8sYA5mwRU/Z7z8HA4mPQvVSqcTD813QCYxo=";
26 description = "XML files of the non-standard wayland protocols use in deepin";
27 homepage = "https://github.com/linuxdeepin/deepin-wayland-protocols";
28 license = licenses.lgpl21Plus;
29 platforms = platforms.linux;
30 maintainers = teams.deepin.members;