nixpkgs/pkgs/development/compilers/jdk/default.nix
Eelco Dolstra 5b63bb66f7 * Purification of JDK 5. At runtime it now uses the Nix-deployed
Glibc and X11 client libraries.  The latter are actually optional
  dependencies: if the function is called with `swingSupport' set to
  `false', they are not needed.  This is nice for, e.g., server
  environments.

  All hail Patchelf!

svn path=/nixpkgs/trunk/; revision=4030
2005-10-07 22:27:42 +00:00

8 lines
108 B
Nix

args:
if args.stdenv.system == "i686-linux"
then
(import ./jdk5-sun-linux.nix) args
else
false