mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python3Packages.zulip-emoji-mapping: remove python3Packages usage (#343407)
This commit is contained in:
commit
fdbd25924e
@ -1,10 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
python3Packages,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "zulip-emoji-mapping";
|
||||
version = "1.0.1";
|
||||
pyproject = true;
|
||||
@ -16,7 +17,7 @@ python3Packages.buildPythonPackage rec {
|
||||
hash = "sha256-logm5uAnLAcFqI7mUxKEO9ZmHqRkd6CFiCW4B5tqZzg=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user