moe: supports darwin
This commit is contained in:
parent
85e1f22b98
commit
e1bc2fbfdd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://www.gnu.org/software/moe/;
|
homepage = http://www.gnu.org/software/moe/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# TODO: a configurable, global moerc file
|
# TODO: a configurable, global moerc file
|
||||||
|
|
Loading…
Reference in a new issue