minixml: expand platforms to all
This commit is contained in:
parent
597d1c6510
commit
24c065773b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A small XML library";
|
||||
homepage = "https://www.msweet.org/mxml/";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue