wayland: resurrect version 1.9.0

It'll likely be useful because of #16779, at least for some users.
Most of the change sneaked in c68850c6b already, by mistake.
This commit is contained in:
Vladimír Čunát 2016-09-24 19:35:53 +02:00
parent c68850c6be
commit 0593ad2b16

View file

@ -9960,6 +9960,10 @@ in
graphviz = graphviz-nox;
};
wayland_1_9 = callPackage ../development/libraries/wayland/1.9.nix {
graphviz = graphviz-nox;
};
wayland-protocols = callPackage ../development/libraries/wayland/protocols.nix { };
webkit = webkitgtk;