mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 17:10:48 +00:00
appstream-glib: set platforms to unix
This commit is contained in:
parent
ad79946f89
commit
3c9046f2eb
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Objects and helper methods to read and write AppStream metadata";
|
description = "Objects and helper methods to read and write AppStream metadata";
|
||||||
homepage = https://people.freedesktop.org/~hughsient/appstream-glib/;
|
homepage = https://people.freedesktop.org/~hughsient/appstream-glib/;
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ lethalman matthewbauer ];
|
maintainers = with maintainers; [ lethalman matthewbauer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue