From 2e724a5b89fa586f37bf5b8325714806f5c0a155 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 3 Oct 2024 22:43:55 -0400 Subject: [PATCH] nix: Drop python3Packages.xxhash from build inputs The python package is not used by the app. Only the C library is used (and it's already included in the inputs). --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 3fae0e52a..0c1c6c667 100644 --- a/shell.nix +++ b/shell.nix @@ -12,7 +12,6 @@ in harfbuzzWithCoreText ncurses lcms2 - xxhash xxHash simde go_1_23