Merge pull request #176305 from marsam/unbreak-python-dash
python39Packages.dash: unbreak on darwin
This commit is contained in:
commit
5065e4cce0
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue