vimPlugins.youcompleteme: enable on unix
This commit is contained in:
parent
5e468b96b4
commit
465e965e38
@ -906,7 +906,7 @@ rec {
|
|||||||
homepage = http://github.com/Valloric/YouCompleteMe;
|
homepage = http://github.com/Valloric/YouCompleteMe;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
|
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -22,5 +22,5 @@
|
|||||||
homepage = http://github.com/Valloric/YouCompleteMe;
|
homepage = http://github.com/Valloric/YouCompleteMe;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
|
maintainers = with stdenv.lib.maintainers; [marcweber jagajaga];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user