ratpoison: Allow building on Darwin

This commit is contained in:
John Wiegley
2018-08-28 12:48:33 -07:00
parent 1f8ee1b0d7
commit 4673962440

View File

@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
cripples Emacs and other quality pieces of software.
'';
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.AndersonTorres ];
};
}