Merge pull request #223157 from lovesegfault/adw-gtk3-platforms
This commit is contained in:
commit
6dc48d1889
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
|
||||||
description = "The theme from libadwaita ported to GTK-3";
|
description = "The theme from libadwaita ported to GTK-3";
|
||||||
homepage = "https://github.com/lassekongo83/adw-gtk3";
|
homepage = "https://github.com/lassekongo83/adw-gtk3";
|
||||||
license = licenses.lgpl21Only;
|
license = licenses.lgpl21Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ ciferkey ];
|
maintainers = with maintainers; [ ciferkey ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue