irony-server: supports darwin

Package should support all unix-like systems.
This commit is contained in:
Matthew Bauer 2017-08-03 01:30:25 -07:00
parent 5d62d8775c
commit 55b80467c3
No known key found for this signature in database
GPG key ID: E04D0AD9469141C3

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "The server part of irony.";
homepage = "https://melpa.org/#/irony";
maintainers = [ stdenv.lib.maintainers.deepfire ];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.free;
};
}