mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
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}";
|
name = "pithos-${version}";
|
||||||
version = "1.1.1";
|
version = "1.1.1";
|
||||||
|
|
||||||
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pithos";
|
owner = "pithos";
|
||||||
repo = "pithos";
|
repo = "pithos";
|
||||||
|
Loading…
Reference in New Issue
Block a user