Skip to content

Commit 6b4efdf

Browse files
committed
python3Packages.zulip-emoji-mapping: remove python3Packages usage
1 parent f7bfe79 commit 6b4efdf

File tree

1 file changed

+4
-3
lines changed
  • pkgs/development/python-modules/zulip-emoji-mapping

1 file changed

+4
-3
lines changed

pkgs/development/python-modules/zulip-emoji-mapping/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
lib,
3+
buildPythonPackage,
34
fetchFromGitHub,
4-
python3Packages,
5+
setuptools,
56
}:
67

7-
python3Packages.buildPythonPackage rec {
8+
buildPythonPackage rec {
89
pname = "zulip-emoji-mapping";
910
version = "1.0.1";
1011
pyproject = true;
@@ -16,7 +17,7 @@ python3Packages.buildPythonPackage rec {
1617
hash = "sha256-logm5uAnLAcFqI7mUxKEO9ZmHqRkd6CFiCW4B5tqZzg=";
1718
};
1819

19-
build-system = with python3Packages; [
20+
build-system = [
2021
setuptools
2122
];
2223

0 commit comments

Comments
 (0)