pithos: Don't use python name prefix
This commit is contained in:
parent
93adb22c6f
commit
8da40f902e
|
@ -5,6 +5,8 @@ pythonPackages.buildPythonPackage rec {
|
|||
name = "pithos-${version}";
|
||||
version = "1.1.1";
|
||||
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pithos";
|
||||
repo = "pithos";
|
||||
|
|
Loading…
Reference in New Issue