python pyside: move callPackage to python-packages.nix

This should make pyside available for all Python versions.
This commit is contained in:
Frederik Rietdijk
2015-12-09 11:05:26 +01:00
parent 2ed93d74d5
commit 515a13b1f5
7 changed files with 31 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, pysideGeneratorrunner, pysideShiboken, qt4 }:
{ stdenv, fetchurl, cmake, python, pysideGeneratorrunner, pysideShiboken, qt4 }:
stdenv.mkDerivation rec {
name = "${python.libPrefix}-pyside-${version}";