From 8da40f902e3733bc5abcdea0b2d81237c33c1189 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Sat, 26 Sep 2015 20:20:54 +0200 Subject: [PATCH] pithos: Don't use python name prefix --- pkgs/applications/audio/pithos/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/audio/pithos/default.nix b/pkgs/applications/audio/pithos/default.nix index e78aab2ab9b..955c776d904 100644 --- a/pkgs/applications/audio/pithos/default.nix +++ b/pkgs/applications/audio/pithos/default.nix @@ -5,6 +5,8 @@ pythonPackages.buildPythonPackage rec { name = "pithos-${version}"; version = "1.1.1"; + namePrefix = ""; + src = fetchFromGitHub { owner = "pithos"; repo = "pithos";