Skip to content

Commit d84d8af

Browse files
berdarioLnL7
authored andcommittedSep 28, 2017
Rhino: enable on Darwin (#29824)
rhino: enable on darwin
1 parent e78bf2d commit d84d8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/libraries/java/rhino/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ stdenv.mkDerivation {
5454
homepage = http://www.mozilla.org/rhino/;
5555

5656
license = with licenses; [ mpl11 /* or */ gpl2Plus ];
57-
platforms = platforms.linux;
57+
platforms = platforms.linux ++ platforms.darwin;
5858
};
5959
}

0 commit comments

Comments
 (0)
Please sign in to comment.