Loading pkgs/development/python-modules/pyside/shiboken.nix +13 −12 Original line number Diff line number Diff line { lib, fetchurl, buildPythonPackage { lib, fetchFromGitHub, buildPythonPackage , cmake , isPy35 , isPy36 , isPy37 , isPy3k , libxml2 , pkg-config , libxslt , pkg-config , pysideApiextractor , pysideGeneratorrunner , python , sphinx , qt4 , isPy3k , isPy35 , isPy36 , isPy37 , sphinx }: buildPythonPackage rec { pname = "pyside-shiboken"; version = "1.2.4"; disabled = !isPy3k; format = "other"; disabled = !isPy3k; src = fetchurl { url = "https://github.com/PySide/Shiboken/archive/${version}.tar.gz"; sha256 = "1536f73a3353296d97a25e24f9554edf3e6a48126886f8d21282c3645ecb96a4"; src = fetchFromGitHub { owner = "PySide"; repo = "Shiboken"; rev = version; sha256 = "0x2lyg52m6a0vn0665pgd1z1qrydglyfxxcggw6xzngpnngb6v5v"; }; enableParallelBuilding = true; Loading Loading
pkgs/development/python-modules/pyside/shiboken.nix +13 −12 Original line number Diff line number Diff line { lib, fetchurl, buildPythonPackage { lib, fetchFromGitHub, buildPythonPackage , cmake , isPy35 , isPy36 , isPy37 , isPy3k , libxml2 , pkg-config , libxslt , pkg-config , pysideApiextractor , pysideGeneratorrunner , python , sphinx , qt4 , isPy3k , isPy35 , isPy36 , isPy37 , sphinx }: buildPythonPackage rec { pname = "pyside-shiboken"; version = "1.2.4"; disabled = !isPy3k; format = "other"; disabled = !isPy3k; src = fetchurl { url = "https://github.com/PySide/Shiboken/archive/${version}.tar.gz"; sha256 = "1536f73a3353296d97a25e24f9554edf3e6a48126886f8d21282c3645ecb96a4"; src = fetchFromGitHub { owner = "PySide"; repo = "Shiboken"; rev = version; sha256 = "0x2lyg52m6a0vn0665pgd1z1qrydglyfxxcggw6xzngpnngb6v5v"; }; enableParallelBuilding = true; Loading