Merge pull request #299480 from mweinelt/jupyter-server-favicon-strip
python311Packages.jupyter-server: don't strip favicon on darwin
This commit is contained in:
@@ -70,6 +70,9 @@ buildPythonPackage rec {
|
||||
overrides
|
||||
];
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/299427
|
||||
stripExclude = lib.optionals stdenv.isDarwin [ "favicon.ico" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
ipykernel
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user