pythonPackages.pyside: fix name
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Python 3.5 is not supported: https://github.com/PySide/Shiboken/issues/77
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${python.libPrefix}-pyside-shiboken-${version}";
|
||||
name = "pyside-shiboken-${version}";
|
||||
version = "1.2.4";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user