windows: do not check dependencies when making package

iterators
Sebastien Bourdeauducq 2022-04-04 16:03:59 +08:00
parent 9fdce11efe
commit 4bf452ec5a
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ in rec {
''
ln -s ${./PKGBUILD} PKGBUILD
ln -s $src/nac3artiq.pyd nac3artiq.pyd
makepkg --config ${./makepkg.conf}
makepkg --config ${./makepkg.conf} --nodeps
'';
installPhase =
''