Merge pull request #37895 from marsam/feature/enable-gerbil-on-darwin
Enable gambit/gerbil on darwin
This commit is contained in:
commit
c80b40abd4
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Optimizing Scheme to C compiler, bootstrap step";
|
description = "Optimizing Scheme to C compiler, bootstrap step";
|
||||||
homepage = "http://gambitscheme.org";
|
homepage = "http://gambitscheme.org";
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Optimizing Scheme to C compiler";
|
description = "Optimizing Scheme to C compiler";
|
||||||
homepage = "http://gambitscheme.org";
|
homepage = "http://gambitscheme.org";
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin fare ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@ EOF
|
|||||||
description = "Gerbil Scheme";
|
description = "Gerbil Scheme";
|
||||||
homepage = "https://github.com/vyzo/gerbil";
|
homepage = "https://github.com/vyzo/gerbil";
|
||||||
license = stdenv.lib.licenses.lgpl2;
|
license = stdenv.lib.licenses.lgpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fare ];
|
maintainers = with stdenv.lib.maintainers; [ fare ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user