sfeed: expand platforms to all

This commit is contained in:
Ben Siraphob
2021-03-18 23:02:07 +07:00
parent cc097672b9
commit 2da233a186
+1 -1
View File
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.isc;
maintainers = [ maintainers.matthiasbeyer ];
platforms = platforms.linux;
platforms = platforms.all;
};
}