mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
python3Packages.pyarrow: remove some redundant lib.
This commit is contained in:
parent
4154e64406
commit
52af3c245a
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "A cross-language development platform for in-memory data";
|
||||
homepage = "https://arrow.apache.org/";
|
||||
license = lib.licenses.asl20;
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with lib.maintainers; [ veprbl ];
|
||||
maintainers = with maintainers; [ veprbl ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue