mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
10 lines
159 B
Nix
10 lines
159 B
Nix
{stdenv, fetchurl}:
|
|
|
|
if stdenv.system == "i686-linux"
|
|
then
|
|
(import ./j2sdk-1.4.x-sun-linux.nix) {
|
|
inherit stdenv fetchurl;
|
|
}
|
|
else
|
|
false
|