summary refs log tree commit diff
path: root/pkgs/applications/editors/moe
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-04-30 22:44:14 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-04-30 22:44:14 -0500
commite1bc2fbfdd18ae04343ebe50f736d2601e751b8e (patch)
treee13efa3de05d0298d42c096f73af342efe738afe /pkgs/applications/editors/moe
parent85e1f22b98a022fb3a3fb0be15bee6771cd81c25 (diff)
downloadnixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.tar
nixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.tar.gz
nixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.tar.bz2
nixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.tar.lz
nixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.tar.xz
nixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.tar.zst
nixpkgs-e1bc2fbfdd18ae04343ebe50f736d2601e751b8e.zip
moe: supports darwin
Diffstat (limited to 'pkgs/applications/editors/moe')
-rw-r--r--pkgs/applications/editors/moe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/moe/default.nix b/pkgs/applications/editors/moe/default.nix
index 751b78ab674..764877a11cb 100644
--- a/pkgs/applications/editors/moe/default.nix
+++ b/pkgs/applications/editors/moe/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     homepage = http://www.gnu.org/software/moe/;
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ AndersonTorres ];
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }
 # TODO: a configurable, global moerc file