uncrustify: build on Darwin

This commit is contained in:
Spencer Whitt 2015-04-04 00:55:02 -04:00
parent 162f870e6f
commit 171225ab1c

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
description = "Source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA";
homepage = http://uncrustify.sourceforge.net/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ];
};
}