From 8589af0a558b1e0eb030316260d9a46fa3cd0de9 Mon Sep 17 00:00:00 2001 From: Symphorien Gibol Date: Sun, 10 May 2020 12:00:00 +0000 Subject: [PATCH] python3Packages.matrix-nio: use matrix-nio as pname fixes the confusion of https://repology.org/project/python:nio/versions and anyway nio just means that no io is performed directly, so the matrix part of the name is important. --- pkgs/development/python-modules/matrix-nio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/matrix-nio/default.nix b/pkgs/development/python-modules/matrix-nio/default.nix index ff4f6198aa5..e8849cfecf0 100644 --- a/pkgs/development/python-modules/matrix-nio/default.nix +++ b/pkgs/development/python-modules/matrix-nio/default.nix @@ -19,7 +19,7 @@ }: buildPythonPackage rec { - pname = "nio"; + pname = "matrix-nio"; version = "0.10.0"; src = fetchFromGitHub {