···4545 hash = "sha256-e3IW8D4aLU6d36ErUHDUDiXF1lN4HCn5OCX6GwaT3iQ=";
4646 };
47474848+ patches = [
4949+ # Disable debug symbols in release builds
5050+ # The debug symbols are stripped afterwards anyways, and building with them requires extra memory
5151+ ./disable-debug.patch
5252+ ];
5353+4854 # Dirty approach to add patches after cargoSetupPostUnpackHook
4955 # We should eventually use a cargo vendor patch hook instead
5056 preConfigure = ''