1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: sdcv: Fix build.

* gnu/packages/dictionaries.scm (sdcv)[arguments]: Add a configure-flag
to fix building the package.

Change-Id: Iad69c894b7920fcf8023ec493c26c7234f56db2d
This commit is contained in:
Efraim Flashner
2025-03-03 10:06:47 +02:00
parent d8ce5d3c49
commit 3148060d83
+5 -2
View File
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014-2016, 2021, 2024 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2020-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016-2018, 2020-2023, 2025 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2017, 2018, 2019, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -410,7 +410,10 @@ intelligible and easily correctable.")
(base32 "17jwcgc3jdp41rvxqi7zdsysfpjgzqq4z1l345qwffp1an6yaaqk"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_TESTS=YES")
`(#:configure-flags
'("-DBUILD_TESTS=YES"
;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078404
"-DCMAKE_CXX_FLAGS=-fpermissive")
#:phases
(modify-phases %standard-phases
(add-after 'build 'build-lang