Merge #223349: lua*Packages: fix the default namePrefix

...into staging
This commit is contained in:
Vladimír Čunát 2023-03-29 08:09:34 +02:00
commit 8bb1d31ab5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -14,7 +14,7 @@
, rockspecVersion ? version
# by default prefix `name` e.g. "lua5.2-${name}"
, namePrefix ? "${lua.pname}${lib.versions.majorMinor version}-"
, namePrefix ? "${lua.pname}${lib.versions.majorMinor lua.version}-"
# Dependencies for building the package
, buildInputs ? []