Use gccStdenv to enable build on macOS

This commit is contained in:
Perry Kundert
2025-05-14 15:01:10 -06:00
parent 9feac1a69b
commit 19265ceb70
+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