mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dosbox-staging: Fix SIGBART under Sway/Xwayland.
* gnu/packages/emulators.scm (dosbox-staging) [arguments]: Set build-type to release. Remove obsolute phases. Change-Id: I80fdbb51db3b3373f4d2e299e3951820b2dbb97f
This commit is contained in:
parent
92f0049f04
commit
92a3a6bdec
1 changed files with 3 additions and 7 deletions
|
@ -583,13 +583,9 @@ older games.")
|
||||||
(base32 "1s4c6fiyjm91dnmkval9fvsqszc6yjq5b6pq895xi606dn29b85d"))))
|
(base32 "1s4c6fiyjm91dnmkval9fvsqszc6yjq5b6pq895xi606dn29b85d"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
;; XXX: When build with debugoptimized, some assertions and tests will
|
||||||
#~(modify-phases %standard-phases
|
;; fail.
|
||||||
(add-after 'unpack 'skip-failing-tests
|
(list #:build-type "release"))
|
||||||
(lambda _
|
|
||||||
(substitute* "tests/meson.build"
|
|
||||||
;; XXX: This test fails with "Segmentation fault".
|
|
||||||
(("[{].*'shell_cmds'.*,") "")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue