Merge pull request #299480 from mweinelt/jupyter-server-favicon-strip

python311Packages.jupyter-server: don't strip favicon on darwin
This commit is contained in:
OTABI Tomoya 2024-03-27 22:40:08 +09:00 committed by GitHub
commit e21a8a4293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ buildPythonPackage rec {
overrides
];
# https://github.com/NixOS/nixpkgs/issues/299427
stripExclude = lib.optionals stdenv.isDarwin [ "favicon.ico" ];
nativeCheckInputs = [
ipykernel
pytestCheckHook