coan: expand platforms to all
This commit is contained in:
parent
2c8898e159
commit
3029c47d19
pkgs/development/tools/analysis/coan
|
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "http://coan2.sourceforge.net/";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue