python pyqt: add python.libPrefix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
let version = "4.11.3";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "PyQt-x11-gpl-${version}";
|
||||
name = "${python.libPrefix}-PyQt-x11-gpl-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pyqt/PyQt4/PyQt-${version}/PyQt-x11-gpl-${version}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user