makefile2graph: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-10 17:57:05 +07:00
parent b370464c26
commit 14f6fef684

View file

@ -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;
};
}