Merge pull request #176305 from marsam/unbreak-python-dash

python39Packages.dash: unbreak on darwin
This commit is contained in:
Mario Rodas 2022-06-04 17:54:08 -05:00 committed by GitHub
commit 5065e4cce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;