mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #214828 from alyssais/wayland-revert
Revert "wayland: mark as broken on darwin"
This commit is contained in:
commit
c74f9dd509
@ -8,7 +8,7 @@
|
||||
, wayland-scanner
|
||||
, expat
|
||||
, libxml2
|
||||
, withLibraries ? true
|
||||
, withLibraries ? stdenv.isLinux
|
||||
, libffi
|
||||
, withDocumentation ? withLibraries && stdenv.hostPlatform == stdenv.buildPlatform
|
||||
, graphviz-nox
|
||||
|
@ -9086,17 +9086,7 @@ with pkgs;
|
||||
|
||||
memtester = callPackage ../tools/system/memtester { };
|
||||
|
||||
mesa-demos =
|
||||
let
|
||||
wayland' = wayland.override { withLibraries = stdenv.isLinux; };
|
||||
in
|
||||
callPackage ../tools/graphics/mesa-demos {
|
||||
wayland = wayland';
|
||||
wayland-protocols = wayland-protocols.override {
|
||||
wayland = wayland';
|
||||
wayland-scanner = wayland'.bin;
|
||||
};
|
||||
};
|
||||
mesa-demos = callPackage ../tools/graphics/mesa-demos { };
|
||||
|
||||
mhonarc = perlPackages.MHonArc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user