pythonPackages.pyside: fix name

This commit is contained in:
Frederik Rietdijk
2016-11-24 22:28:04 +01:00
parent eb926468e9
commit bde10a9b79
5 changed files with 5 additions and 5 deletions
@@ -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 {