Merge pull request #223157 from lovesegfault/adw-gtk3-platforms

This commit is contained in:
Bernardo Meurer
2023-03-27 11:05:24 -03:00
committed by GitHub
+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 ];
};
}