wayland: hotfix
This commit is contained in:
parent
136b8f41e4
commit
8353c2cc9c
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://wayland.freedesktop.org/";
|
||||
license = licenses.mit; # Expat version
|
||||
platforms = if withLibraries then platforms.linux else platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ primeos codyopel qyliss ];
|
||||
};
|
||||
|
||||
|
|
|
@ -24075,7 +24075,7 @@ with pkgs;
|
|||
|
||||
wavpack = callPackage ../development/libraries/wavpack { };
|
||||
|
||||
wayland = callPackage ../development/libraries/wayland { };
|
||||
wayland = darwin.apple_sdk_11_0.callPackage ../development/libraries/wayland { };
|
||||
wayland-scanner = wayland.bin;
|
||||
|
||||
wayland-protocols = callPackage ../development/libraries/wayland/protocols.nix { };
|
||||
|
|
Loading…
Reference in a new issue