appstream-glib: set platforms to unix
This commit is contained in:
parent
ad79946f89
commit
3c9046f2eb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Objects and helper methods to read and write AppStream metadata";
|
||||
homepage = https://people.freedesktop.org/~hughsient/appstream-glib/;
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ lethalman matthewbauer ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue