spice-protocol: expand platforms to all

This commit is contained in:
Ben Siraphob
2021-03-12 13:05:00 +07:00
parent 73b93f6b9b
commit 87975ef433
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.spice-space.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ bluescreen303 ];
platforms = platforms.linux;
platforms = platforms.all;
};
}