python: include python version when prefixing python packages
This commit is contained in:
parent
5ec6cf3756
commit
4993f07fee
@ -5,7 +5,7 @@
|
||||
|
||||
{ python, setuptools, wrapPython, lib, offlineDistutils, recursivePthLoader }:
|
||||
|
||||
{ name, namePrefix ? "python-"
|
||||
{ name, namePrefix ? python.libPrefix + "-"
|
||||
|
||||
, buildInputs ? []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user