appstream: enable on darwin

This commit is contained in:
Mario Rodas 2020-08-14 04:21:00 -05:00 committed by Alyssa Ross
parent cc7fbc4ac1
commit b479497df1

View File

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
can be consumed by other software.
'';
license = licenses.lgpl21Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}