io: 2017.09.06 -> 2019.05.22-alpha (#427865)

This commit is contained in:
7c6f434c
2025-07-25 11:06:24 +00:00
committed by GitHub

View File

@@ -36,12 +36,14 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "io"; pname = "io";
version = "2017.09.06"; version = "2019.05.22-alpha";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevedekorte"; owner = "stevedekorte";
repo = "io"; repo = "io";
rev = "b8a18fc199758ed09cd2f199a9bc821f6821072a"; tag = "2019.05.22-alpha";
sha256 = "07rg1zrz6i6ghp11cm14w7bbaaa1s8sb0y5i7gr2sds0ijlpq223"; fetchSubmodules = true;
hash = "sha256-6w0JZE9H30X5j83YgSn7hG2l0LdhdRZfe/kWpx1/aoM=";
}; };
patches = [ patches = [
@@ -107,15 +109,11 @@ stdenv.mkDerivation {
$out/bin/io_static $out/bin/io_static
''; '';
# for gcc5; c11 inline semantics breaks the build meta = {
env.NIX_CFLAGS_COMPILE = "-fgnu89-inline";
meta = with lib; {
description = "Io programming language"; description = "Io programming language";
homepage = "https://iolanguage.org/"; homepage = "https://iolanguage.org/";
license = licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [
maintainers = with maintainers; [
raskin raskin
maggesi maggesi
]; ];