summary refs log tree commit diff
path: root/pkgs/development/compilers/blackdown/default.nix
blob: 43ed19a109868ab6a43bb8dc5024f2f2d455ecd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
{stdenv, fetchurl}: 

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