mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.pyclip: remove with lib;
This commit is contained in:
parent
0d8ce512f0
commit
ac6c69dc73
1 changed files with 3 additions and 3 deletions
|
@ -40,11 +40,11 @@ buildPythonPackage rec {
|
|||
runHook postCheck
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Cross-platform clipboard utilities supporting both binary and text data";
|
||||
homepage = "https://github.com/spyoungtech/pyclip";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ mcaju ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ mcaju ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue