gtk-layer-shell: mark platforms linux only

as the required dependency wayland-client is only available on linux
This commit is contained in:
Nick Cao 2023-02-10 09:02:56 +08:00
parent aa92e6114b
commit bbe05792ca
No known key found for this signature in database

View file

@ -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;
};
}