1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

build stratego-shell for darwin

svn path=/nixpkgs/trunk/; revision=18829
This commit is contained in:
Rob Vermaas 2009-12-07 14:26:24 +00:00
parent 506c2f37c0
commit da0863d21f

View file

@ -570,7 +570,7 @@ in {
sdf = all;
strategoxt = all;
javafront = all;
strategoShell = linux;
strategoShell = linux ++ darwin;
dryad = linux;
};
@ -579,6 +579,7 @@ in {
sdf = all;
strategoxt = all;
javafront = all;
strategoShell = linux ++ darwin;
dryad = linux;
};