summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2021-07-04 22:06:12 +0300
committerEfraim Flashner <[email protected]>2021-07-04 22:06:12 +0300
commitef34558db2fba4204b50e79cf75f9aafdfde81fd (patch)
treef24df28bfce3699432fa0e54146a74811594379f
parent9cc167fe30b17153bbc99a5ae62bb12a9967c9f7 (diff)
gnu: lagrange: Don't build with advanced architecture instructions.
* gnu/packages/web-browsers.scm (lagrange)[configure-flags]: Add flag to not build with sse4.1.
-rw-r--r--gnu/packages/web-browsers.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 69844d71b3..2236dca0b9 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <[email protected]>
;;; Copyright © 2014, 2019 Mark H Weaver <[email protected]>
-;;; Copyright © 2015, 2016, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2019, 2021 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Kei Kebreau <[email protected]>
;;; Copyright © 2017 Eric Bavier <[email protected]>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
@@ -736,7 +736,8 @@ key-bindings (Emacs, vi, CUA), and is fully configurable in Common Lisp.")
(base32 "0gqaipgs16kw711ijhshmbhhvlyjvh37wxdz059p4vvjhfrxbr1v"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #false)) ;no tests
+ `(#:tests? #false ;no tests
+ #:configure-flags (list "-DTFDN_ENABLE_SSE41=OFF")))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs