forked from M-Labs/nac3
windows: do not check dependencies when making package
This commit is contained in:
parent
9fdce11efe
commit
4bf452ec5a
|
@ -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 =
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue