python3Packages.pyclip: remove with lib;
This commit is contained in:
committed by
Emery Hemingway
parent
0d8ce512f0
commit
ac6c69dc73
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user