gtk-layer-shell: mark platforms linux only
as the required dependency wayland-client is only available on linux
This commit is contained in:
parent
aa92e6114b
commit
bbe05792ca
@ -76,6 +76,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A library to create panels and other desktop components for Wayland using the Layer Shell protocol";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ eonpatapon ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user