about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-03-27 22:40:08 +0900
committerGitHub <noreply@github.com>2024-03-27 22:40:08 +0900
commite21a8a42932d10970574002882041bbf6c14ca59 (patch)
treedd1c4d6ac19101d4a0c529271f87c2bad9a80d70 /pkgs
parentccae573b1e29ff2d99cea1e79af567d052b693c4 (diff)
parentd48d1e7d09614be1d3d384f8e9da3e343cb242e4 (diff)
Merge pull request #299480 from mweinelt/jupyter-server-favicon-strip
python311Packages.jupyter-server: don't strip favicon on darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/jupyter-server/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/jupyter-server/default.nix b/pkgs/development/python-modules/jupyter-server/default.nix
index 6b0160202d872..fbde4773c80ef 100644
--- a/pkgs/development/python-modules/jupyter-server/default.nix
+++ b/pkgs/development/python-modules/jupyter-server/default.nix
@@ -70,6 +70,9 @@ buildPythonPackage rec {
     overrides
   ];
 
+  # https://github.com/NixOS/nixpkgs/issues/299427
+  stripExclude = lib.optionals stdenv.isDarwin [ "favicon.ico" ];
+
   nativeCheckInputs = [
     ipykernel
     pytestCheckHook