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
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, cmake, libxml2, libxslt, python, sphinx, qt4 }:
stdenv.mkDerivation {
name = "${python.libPrefix}-pyside-apiextractor-0.10.10";
name = "pyside-apiextractor-0.10.10";
src = fetchurl {
url = "https://github.com/PySide/Apiextractor/archive/0.10.10.tar.gz";