makefile2graph: expand platforms to all

This commit is contained in:
Ben Siraphob
2021-03-14 11:40:46 +07:00
parent b370464c26
commit 14f6fef684
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
description = "Creates a graph of dependencies from GNU-Make; Output is a graphiz-dot file or a Gexf-XML file";
maintainers = with maintainers; [ cmcdragonkai ];
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
};
}