File tree Expand file tree Collapse file tree
development/libraries/wayland Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88, wayland-scanner
99, expat
1010, libxml2
11- , withLibraries ? stdenv . isLinux
11+ , withLibraries ? true
1212, libffi
1313, withDocumentation ? withLibraries && stdenv . hostPlatform == stdenv . buildPlatform
1414, graphviz-nox
Original file line number Diff line number Diff line change @@ -9018,7 +9018,17 @@ with pkgs;
90189018
90199019 memtester = callPackage ../tools/system/memtester { };
90209020
9021- mesa-demos = callPackage ../tools/graphics/mesa-demos { };
9021+ mesa-demos =
9022+ let
9023+ wayland' = wayland.override { withLibraries = stdenv.isLinux; };
9024+ in
9025+ callPackage ../tools/graphics/mesa-demos {
9026+ wayland = wayland';
9027+ wayland-protocols = wayland-protocols.override {
9028+ wayland = wayland';
9029+ wayland-scanner = wayland'.bin;
9030+ };
9031+ };
90229032
90239033 mhonarc = perlPackages.MHonArc;
90249034
You can’t perform that action at this time.
0 commit comments