python pycangjie: add python.libPrefix

This commit is contained in:
Frederik Rietdijk 2015-12-09 14:19:13 +01:00
parent 1d84bff14c
commit 2aa37ad8a2

View File

@ -3,7 +3,7 @@
}:
stdenv.mkDerivation rec {
name = "pycangjie-${version}";
name = "${python.libPrefix}-pycangjie-${version}";
version = "1.3_rev_${rev}";
rev = "361bb413203fd43bab624d98edf6f7d20ce6bfd3";