mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
vimPlugins.command-t: fix ruby build
This commit is contained in:
parent
abc374f127
commit
3477f56027
@ -5,7 +5,7 @@
|
||||
, python3, boost, icu
|
||||
, ycmd
|
||||
, pythonPackages, python3Packages
|
||||
, Cocoa ? null
|
||||
, Cocoa ? null, git
|
||||
}:
|
||||
|
||||
let
|
||||
@ -1775,11 +1775,10 @@ rec {
|
||||
sha256 = "15wil973sqfgvix9li15qk49kv9l3rn8zqis2cl71k6xh1xvd9ff";
|
||||
};
|
||||
dependencies = [];
|
||||
buildInputs = [ perl ruby ];
|
||||
buildInputs = [ perl ruby git ];
|
||||
buildPhase = ''
|
||||
pushd ruby/command-t
|
||||
ruby extconf.rb
|
||||
make
|
||||
gem build ./command-t.gemspec
|
||||
popd
|
||||
'';
|
||||
};
|
||||
|
@ -1,7 +1,6 @@
|
||||
buildInputs = [ perl ruby ];
|
||||
buildPhase = ''
|
||||
pushd ruby/command-t
|
||||
ruby extconf.rb
|
||||
make
|
||||
gem build command-t.gemspec
|
||||
popd
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user