diff options
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 9cc079d498..faab4edc85 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -168,8 +168,8 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") (base32 "0cqf5jkwx6awgd2xc2a0mkpxilzcfmhncdcfg7c9439wgkqxkxjf")))) (build-system gnu-build-system) - (inputs `(("readline" ,readline) - ("flex" ,flex))) + (inputs `(("readline" ,readline))) + (native-inputs `(("flex" ,flex))) (arguments '(#:phases (alist-replace 'configure |