From a65e049ca4eec32295d0d7c2ef079223fab551b6 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 28 May 2016 16:10:06 +0200 Subject: pithos: use Python 3.5 --- pkgs/applications/audio/pithos/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/audio/pithos/default.nix') diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index ac42fc716424..55b9435baaa5 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -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" ''; -- cgit 1.4.1