python311Packages.jupyter-server: don't strip favicon on darwin
When using LLVM strip on the favicon.ico files in this package, their size gets inflated from 31K to 772M, which results in an unreasonable package size. Related: #299427
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