ratpoison: Allow building on Darwin

This commit is contained in:
John Wiegley 2018-08-28 12:48:33 -07:00
parent 1f8ee1b0d7
commit 4673962440
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630
1 changed files with 1 additions and 1 deletions

View File

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