pythonPackages.pyside: fix evaluation
This commit is contained in:
parent
e1d1a573e5
commit
571ee39714
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, cmake, python, pysideGeneratorrunner, pysideShiboken, qt4 }:
|
{ lib, fetchurl, cmake, python, mkPythonDerivation, pysideGeneratorrunner, pysideShiboken, qt4 }:
|
||||||
|
|
||||||
stdenv.mkPythonDerivation rec {
|
mkPythonDerivation rec {
|
||||||
name = "${python.libPrefix}-pyside-${version}";
|
name = "${python.libPrefix}-pyside-${version}";
|
||||||
version = "1.2.4";
|
version = "1.2.4";
|
||||||
|
|
||||||
@ -17,9 +17,9 @@ stdenv.mkPythonDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
homepage = "http://www.pyside.org";
|
homepage = "http://www.pyside.org";
|
||||||
maintainers = [ stdenv.lib.maintainers.chaoflow ];
|
maintainers = [ lib.maintainers.chaoflow ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user