mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-23 03:50:40 +00:00
fix: nerd-fonts (#440)
somehow the deps are not fixed Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
@@ -14,7 +14,7 @@ Requires: %{lua:
|
||||
local x = ""
|
||||
local ver = rpm.expand("%{version}")
|
||||
for font in (rpm.expand("%{flist}")):gmatch("[^ ]+") do
|
||||
x = x .. font:lower().."-nerd-fonts-"..ver.." "
|
||||
x = x .. font:lower().."-nerd-fonts="..ver.." "
|
||||
end
|
||||
print(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user