irony-server: supports darwin
Package should support all unix-like systems.
This commit is contained in:
parent
5d62d8775c
commit
55b80467c3
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user