python pyside: move callPackage to python-packages.nix
This should make pyside available for all Python versions.
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user