python39Packages.dash: unbreak on darwin

This commit is contained in:
Mario Rodas 2022-06-04 04:20:00 +00:00
parent 0c970f934e
commit 157603f6cf

View file

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, buildPythonPackage
, fetchFromGitHub
, plotly
@ -54,7 +53,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dash" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Python framework for building analytical web applications";
homepage = "https://dash.plot.ly/";
license = licenses.mit;