adw-gtk3: support all unix platforms

This commit is contained in:
Bernardo Meurer
2023-03-25 20:25:52 -03:00
parent 2f0ff93fcf
commit c62b815bc4
+1 -1
View File
@@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
description = "The theme from libadwaita ported to GTK-3";
homepage = "https://github.com/lassekongo83/adw-gtk3";
license = licenses.lgpl21Only;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ ciferkey ];
};
}