mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
lua*Packages: fix the default namePrefix as intended
This commit is contained in:
parent
56206539ba
commit
a77bce6c1a
@ -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 ? []
|
||||
|
Loading…
Reference in New Issue
Block a user