buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-30 17:07:41 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions
+3 -1
View File
@@ -4590,7 +4590,9 @@ in {
notify2 = callPackage ../development/python-modules/notify2 {};
notmuch = callPackage ../development/python-modules/notmuch { };
notmuch = callPackage ../development/python-modules/notmuch {
inherit (pkgs) notmuch;
};
emoji = callPackage ../development/python-modules/emoji { };