Merge pull request #12486 from LnL7/vim-youcompleteme-unix

vimPlugins.youcompleteme: enable on unix
This commit is contained in:
Arseniy Seroka
2016-01-20 00:48:06 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}; };