From c98e04fffc4702cfaf90415b8592fcdaa10e7692 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 12 Oct 2025 00:21:47 +0200 Subject: [PATCH] python313Packages.pyinstaller-versionfile: fix build --- .../python-modules/pyinstaller-versionfile/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/pyinstaller-versionfile/default.nix b/pkgs/development/python-modules/pyinstaller-versionfile/default.nix index 2962ea7b3004..295894446e06 100644 --- a/pkgs/development/python-modules/pyinstaller-versionfile/default.nix +++ b/pkgs/development/python-modules/pyinstaller-versionfile/default.nix @@ -20,6 +20,10 @@ buildPythonPackage rec { hash = "sha256-UNrXP5strO6LIkIM3etBo1+Vm+1lR5wF0VfKtZYRoYc="; }; + preBuild = '' + touch requirements.txt + ''; + propagatedBuildInputs = [ packaging jinja2