vimPlugins.{vim-clap,command-t}: fix build

This commit is contained in:
Vir Chaudhury
2022-08-31 18:18:47 +08:00
parent 9b7c605de9
commit 7ef3d0aae8
@@ -53,7 +53,6 @@
, zsh
# command-t dependencies
, rake
, ruby
# cpsm dependencies
@@ -240,9 +239,11 @@ self: super: {
};
command-t = super.command-t.overrideAttrs (old: {
buildInputs = [ ruby rake ];
buildInputs = [ ruby ];
buildPhase = ''
rake make
substituteInPlace lua/wincent/commandt/lib/Makefile \
--replace '/bin/bash' 'bash'
make build
rm ruby/command-t/ext/command-t/*.o
'';
});
@@ -979,7 +980,7 @@ self: super: {
libiconv
];
cargoSha256 = "sha256-prqS4cx5T+EiilXf3v7ResNBtgst0Kpgvayknf0QDXA=";
cargoSha256 = "sha256-QAfHhpXABuOPaHCfQQZYhBERGXMaJPFipWHt/MeSc3c=";
};
in
''