python pycangjie: add python.libPrefix
This commit is contained in:
parent
1d84bff14c
commit
2aa37ad8a2
@ -3,7 +3,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pycangjie-${version}";
|
name = "${python.libPrefix}-pycangjie-${version}";
|
||||||
version = "1.3_rev_${rev}";
|
version = "1.3_rev_${rev}";
|
||||||
rev = "361bb413203fd43bab624d98edf6f7d20ce6bfd3";
|
rev = "361bb413203fd43bab624d98edf6f7d20ce6bfd3";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user