5b63bb66f7
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
8 lines
108 B
Nix
8 lines
108 B
Nix
args:
|
|
|
|
if args.stdenv.system == "i686-linux"
|
|
then
|
|
(import ./jdk5-sun-linux.nix) args
|
|
else
|
|
false
|