Allow some packages to build on darwin as well

This commit is contained in:
John Wiegley
2018-03-30 15:39:25 -07:00
parent c4e848197f
commit 80e730c9a4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
# "java -jar plantuml.jar -license" says GPLv3 or later
license = licenses.gpl3Plus;
maintainers = [ maintainers.bjornfor ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}