python311Packages.python3-application: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-05 11:03:17 -07:00
parent c5bbefb0d8
commit afd4c442b1

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
isPy3k,
buildPythonPackage,
@ -30,7 +29,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "application" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Collection of modules that are useful when building python applications";
homepage = "https://github.com/AGProjects/python3-application";
license = licenses.lgpl21Plus;