python: include python version when prefixing python packages

This commit is contained in:
Domen Kozar 2013-07-28 11:23:57 +02:00
parent 5ec6cf3756
commit 4993f07fee

View file

@ -5,7 +5,7 @@
{ python, setuptools, wrapPython, lib, offlineDistutils, recursivePthLoader }:
{ name, namePrefix ? "python-"
{ name, namePrefix ? python.libPrefix + "-"
, buildInputs ? []