buildPython*: use pname
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user