pythonPackages.pyside: fix name

This commit is contained in:
Frederik Rietdijk 2016-11-18 13:22:02 +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";

@ -1,7 +1,7 @@
{ lib, fetchurl, cmake, python, mkPythonDerivation, pysideGeneratorrunner, pysideShiboken, qt4 }:
mkPythonDerivation rec {
name = "${python.libPrefix}-pyside-${version}";
name = "pyside-${version}";
version = "1.2.4";
src = fetchurl {

@ -1,7 +1,7 @@
{ stdenv, fetchurl, cmake, pysideApiextractor, python, sphinx, qt4 }:
stdenv.mkDerivation {
name = "${python.libPrefix}-pyside-generatorrunner-0.6.16";
name = "pyside-generatorrunner-0.6.16";
src = fetchurl {
url = "https://github.com/PySide/Generatorrunner/archive/0.6.16.tar.gz";

@ -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 {

@ -1,7 +1,7 @@
{ stdenv, fetchurl, cmake, pyside, python, qt4, pysideShiboken }:
stdenv.mkDerivation {
name = "${python.libPrefix}-pyside-tools-0.2.15";
name = "pyside-tools-0.2.15";
src = fetchurl {
url = "https://github.com/PySide/Tools/archive/0.2.15.tar.gz";