coan: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:15:20 +07:00
parent 2c8898e159
commit 3029c47d19

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
'';
homepage = "http://coan2.sourceforge.net/";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.all;
};
}