lua*Packages: fix the default namePrefix as intended

This commit is contained in:
Vladimír Čunát 2023-03-27 09:05:25 +02:00
parent 56206539ba
commit a77bce6c1a
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 ? []