summary refs log tree commit diff
path: root/pkgs/applications/science/math/pari
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:46:17 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:03:35 +0200
commit8d473f107c8d9f0c43986765304faf75f5e49b5a (patch)
treedfe9689e2400e0c837a71dc413f27419dc8cff07 /pkgs/applications/science/math/pari
parente0de3b1dc512a1ec9c2be49d4a081482fb505838 (diff)
downloadnixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar
nixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.gz
nixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.bz2
nixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.lz
nixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.xz
nixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.zst
nixpkgs-8d473f107c8d9f0c43986765304faf75f5e49b5a.zip
treewide: Make explicit that 'dev' output of readline is used
Diffstat (limited to 'pkgs/applications/science/math/pari')
-rw-r--r--pkgs/applications/science/math/pari/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/pari/default.nix b/pkgs/applications/science/math/pari/default.nix
index f98750e8af2..da10e89855a 100644
--- a/pkgs/applications/science/math/pari/default.nix
+++ b/pkgs/applications/science/math/pari/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   configureScript = "./Configure";
   configureFlags =
     "--with-gmp=${gmp.dev} " +
-    "--with-readline=${readline}";
+    "--with-readline=${readline.dev}";
 
   meta = with stdenv.lib; {
     description = "Computer algebra system for high-performance number theory computations";