1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

appstream-glib: set platforms to unix

This commit is contained in:
worldofpeace 2019-07-22 13:30:17 -04:00
parent ad79946f89
commit 3c9046f2eb

View file

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