Merge pull request #110656 from siraben/vim-plugins-overrides-stdenv-lib

vim-plugins/overrides.nix: stdenv.lib -> lib
This commit is contained in:
Jörg Thalheim 2021-01-24 04:23:58 +00:00 committed by GitHub
commit 2dde588a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});
} // (