ecj: Build on Darwin
This commit is contained in:
parent
caa74a146d
commit
946dfe1a37
@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
|
|||||||
# http://www.eclipse.org/legal/epl-v10.html (free software, copyleft)
|
# http://www.eclipse.org/legal/epl-v10.html (free software, copyleft)
|
||||||
license = "EPLv1.0";
|
license = "EPLv1.0";
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user