mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #110656 from siraben/vim-plugins-overrides-stdenv-lib
vim-plugins/overrides.nix: stdenv.lib -> lib
This commit is contained in:
commit
2dde588a28
@ -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 New Issue
Block a user