pithos: Don't use python name prefix

+2
+2
pkgs/applications/audio/pithos/default.nix
··· 5 name = "pithos-${version}"; 6 version = "1.1.1"; 7 8 src = fetchFromGitHub { 9 owner = "pithos"; 10 repo = "pithos";
··· 5 name = "pithos-${version}"; 6 version = "1.1.1"; 7 8 + namePrefix = ""; 9 + 10 src = fetchFromGitHub { 11 owner = "pithos"; 12 repo = "pithos";