mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
muse: rebuild for python3-3.13
This commit is contained in:
parent
7950c690ea
commit
cf7161836f
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'muse'
|
# Template file for 'muse'
|
||||||
pkgname=muse
|
pkgname=muse
|
||||||
version=4.1.0
|
version=4.1.0
|
||||||
revision=4
|
revision=5
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qmake
|
build_helper=qmake
|
||||||
|
@ -23,3 +23,8 @@ python_version=3
|
||||||
|
|
||||||
build_options="alsa python"
|
build_options="alsa python"
|
||||||
build_options_default="alsa python"
|
build_options_default="alsa python"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# For some reason, this target doesn't automatically build on musl
|
||||||
|
ninja ${makejobs} -C build muse/mplugins/ui_midifilter.h
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue