nixpkgs/pkgs/development/compilers/blackdown/default.nix

10 lines
152 B
Nix
Raw Normal View History

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