python311Packages.python3-application: unbreak on Darwin
This commit is contained in:
parent
c5bbefb0d8
commit
afd4c442b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user