mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
vim-plugin:YouCompleteMe: propogatedBuildInputs -> propagatedBuildInputs
This commit is contained in:
parent
ac19f09122
commit
bbd0a47950
|
@ -1126,7 +1126,7 @@ rec {
|
|||
llvmPackages.llvm
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
||||
|
||||
propogatedBuildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
rustracerd
|
||||
];
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
llvmPackages.llvm
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
|
||||
|
||||
propogatedBuildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
rustracerd
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue