Use gccStdenv to enable build on macOS (#407165)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user