appstream: enable on darwin

This commit is contained in:
Mario Rodas
2020-08-16 10:14:46 +00:00
committed by Alyssa Ross
parent cc7fbc4ac1
commit b479497df1
@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
can be consumed by other software.
'';
license = licenses.lgpl21Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}