fix typos and remove useless imports
This commit is contained in:
parent
ec8bfcb696
commit
3367a28270
@ -1,5 +1,5 @@
|
|||||||
# TODO check that no license information gets lost
|
# TODO check that no license information gets lost
|
||||||
{ fetchurl, bash, stdenv, python, cmake, vim, perl, ruby, unzip, which, fetchgit, fetchzip, llvmPackages, zip, racerRust }:
|
{ fetchurl, bash, stdenv, python, cmake, vim, perl, ruby, unzip, which, fetchgit, fetchzip, llvmPackages, zip }:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Typical plugin files:
|
Typical plugin files:
|
||||||
@ -606,9 +606,8 @@ rec {
|
|||||||
find . -type f -not -name 'racer.vim' -exec rm -rf {} \;
|
find . -type f -not -name 'racer.vim' -exec rm -rf {} \;
|
||||||
mkdir plugin
|
mkdir plugin
|
||||||
mv ./editors/racer.vim plugin/racer.vim
|
mv ./editors/racer.vim plugin/racer.vim
|
||||||
rm -rf editors images src
|
rm -rf editors images src
|
||||||
'';
|
'';
|
||||||
/*patches = [ ./racer.patch ];*/
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/phildawes/racer;
|
homepage = https://github.com/phildawes/racer;
|
||||||
maintainers = [ stdenv.lib.maintainers.jagajaga ];
|
maintainers = [ stdenv.lib.maintainers.jagajaga ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user