about summary refs log tree commit diff
path: root/pkgs/applications/science/math/pari
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-10-12 17:48:47 +0200
committerMichael Raskin <7c6f434c@mail.ru>2016-10-26 11:06:40 +0200
commit8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789 (patch)
treebac991b73db21e349829c21bb17b4e4f06eee54e /pkgs/applications/science/math/pari
parent5af1b7ad023ee96e95122ac3f51ddeb36a4c693f (diff)
downloadnixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.tar
nixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.tar.gz
nixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.tar.bz2
nixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.tar.lz
nixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.tar.xz
nixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.tar.zst
nixlib-8e9ad9bfdc4cc4698d80d3ad8fe509ce5629f789.zip
pari_alpha: use perl to generate function descriptions
Diffstat (limited to 'pkgs/applications/science/math/pari')
-rw-r--r--pkgs/applications/science/math/pari/alpha.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/pari/alpha.nix b/pkgs/applications/science/math/pari/alpha.nix
index a80d360d93e8..510928a8bf23 100644
--- a/pkgs/applications/science/math/pari/alpha.nix
+++ b/pkgs/applications/science/math/pari/alpha.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gmp, readline }:
+{ stdenv, fetchurl, gmp, readline, perl }:
 
 stdenv.mkDerivation rec {
   version = "2.8.0.alpha";
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [gmp readline];
+  nativeBuildInputs = [perl];
 
   configureScript = "./Configure";
   configureFlags =