From 9fdce11efe6710ee7cf684dc43abed98a7fd6849 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 4 Apr 2022 15:21:34 +0800 Subject: [PATCH] windows: depend on python --- nix/windows/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/windows/PKGBUILD b/nix/windows/PKGBUILD index e835169e..fe2efdda 100644 --- a/nix/windows/PKGBUILD +++ b/nix/windows/PKGBUILD @@ -10,6 +10,7 @@ license=("LGPL") source=("nac3artiq.pyd") noextract=("nac3artiq.pyd") sha256sums=("SKIP") +depends=("mingw-w64-x86_64-python") prepare() { true