1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: lingeling: Import the correct set of modules.

* gnu/packages/maths.scm (lingeling) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I9293cf6798395d9c9cf3fde5adac5439d02884df
This commit is contained in:
Maxim Cournoyer
2023-10-09 12:03:09 -04:00
committed by Ludovic Courtès
parent 832c2549c0
commit bd3843d7e6

View File

@@ -9208,7 +9208,7 @@ symbolic reasoning engines that need to reason about polynomial constraints.")
(arguments
(list #:test-target "test"
#:modules `((ice-9 match)
,@%default-gnu-imported-modules)
,@%default-gnu-modules)
#:configure-flags #~(list "--aiger=.")
#:phases
#~(modify-phases %standard-phases