Use gccStdenv to enable build on macOS (#407165)

This commit is contained in:
Ben Siraphob
2025-05-15 00:26:19 -04:00
committed by GitHub
+3 -3
View File
@@ -1,11 +1,11 @@
{
lib,
stdenv,
gccStdenv,
fetchgit,
ncurses,
}:
stdenv.mkDerivation {
gccStdenv.mkDerivation {
pname = "uemacs";
version = "4.0-unstable-2018-07-19";
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Linus Torvalds's random version of microemacs with his personal modifications";
homepage = "https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/about/";
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ networkexception ];
mainProgram = "em";
# MicroEMACS 3.9 can be copied and distributed freely for any