go: 1.0 and 1.2 not supported on i686 (ZHF)
This commit is contained in:
parent
0907d28da4
commit
5317cf9ff4
@ -87,6 +87,6 @@ stdenv.mkDerivation {
|
|||||||
description = "The Go Programming language";
|
description = "The Go Programming language";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pierron viric ];
|
maintainers = with maintainers; [ pierron viric ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -90,6 +90,6 @@ stdenv.mkDerivation {
|
|||||||
description = "The Go Programming language";
|
description = "The Go Programming language";
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
maintainers = with stdenv.lib.maintainers; [ pierron viric ];
|
maintainers = with stdenv.lib.maintainers; [ pierron viric ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user