nixpkgs/pkgs/development/interpreters/j2re/default.nix
Eelco Dolstra 36356d7694 * More sed breakage.
svn path=/nixpkgs/trunk/; revision=903
2004-04-01 20:36:40 +00:00

10 lines
152 B
Nix

{stdenv, fetchurl}:
if stdenv.system == "i686-linux"
then
(import ./j2re-sun-linux.nix) {
inherit stdenv fetchurl;
}
else
false