mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vim-plugins/overrides.nix: stdenv.lib -> lib
This commit is contained in:
parent
c846241bac
commit
f38a63c10b
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ self: super: {
|
|||
ln -s ${fzy-lua-native}/static $target/${fzy-lua-native-path}/static
|
||||
ln -s ${fzy-lua-native}/lua $target/${fzy-lua-native-path}/lua
|
||||
'';
|
||||
meta.platforms = stdenv.lib.platforms.all;
|
||||
meta.platforms = lib.platforms.all;
|
||||
});
|
||||
|
||||
} // (
|
||||
|
|
Loading…
Reference in a new issue