Merge pull request #15782 from FRidh/pithos

pithos: use Python 3.5
This commit is contained in:
Frederik Rietdijk 2016-05-30 11:38:12 +02:00
commit 74b5d2a802
2 changed files with 4 additions and 3 deletions

View File

@ -6,8 +6,6 @@ pythonPackages.buildPythonApplication rec {
version = "1.1.2";
name = "${pname}-${version}";
namePrefix = "";
src = fetchFromGitHub {
owner = pname;
repo = pname;
@ -15,6 +13,9 @@ pythonPackages.buildPythonApplication rec {
sha256 = "0zk9clfawsnwmgjbk7y5d526ksxd1pkh09ln6sb06v4ygaiifcxp";
};
# No tests in repo
doCheck = false;
postPatch = ''
substituteInPlace setup.py --replace "/usr/share" "$out/share"
'';

View File

@ -13784,7 +13784,7 @@ in
pidgin-opensteamworks = callPackage ../applications/networking/instant-messengers/pidgin-plugins/pidgin-opensteamworks { };
pithos = callPackage ../applications/audio/pithos {
pythonPackages = python34Packages;
pythonPackages = python3Packages;
};
pinfo = callPackage ../applications/misc/pinfo { };