pythonPackages.jupyterhub: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-17 23:11:39 +01:00
parent d14fd98e79
commit c3fa2657af
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, pythonOlder
, fetchPypi
@ -155,5 +156,7 @@ buildPythonPackage rec {
homepage = "https://jupyter.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ ixxie cstrahan ];
# E OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found
broken = stdenv.isDarwin;
};
}