fix typos and remove useless imports
This commit is contained in:
parent
ec8bfcb696
commit
3367a28270
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# 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:
|
||||
|
@ -606,9 +606,8 @@ rec {
|
|||
find . -type f -not -name 'racer.vim' -exec rm -rf {} \;
|
||||
mkdir plugin
|
||||
mv ./editors/racer.vim plugin/racer.vim
|
||||
rm -rf editors images src
|
||||
rm -rf editors images src
|
||||
'';
|
||||
/*patches = [ ./racer.patch ];*/
|
||||
meta = {
|
||||
homepage = https://github.com/phildawes/racer;
|
||||
maintainers = [ stdenv.lib.maintainers.jagajaga ];
|
||||
|
|
Loading…
Reference in a new issue