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:
|
||||||
@ -608,7 +608,6 @@ rec {
|
|||||||
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