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