summary refs log tree commit diff
path: root/pkgs/development/interpreters/guile
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/development/interpreters/guile
parente0de3b1dc512a1ec9c2be49d4a081482fb505838 (diff)
downloadnixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar
nixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.gz
nixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.bz2
nixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.lz
nixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.xz
nixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.tar.zst
nixlib-8d473f107c8d9f0c43986765304faf75f5e49b5a.zip
treewide: Make explicit that 'dev' output of readline is used
Diffstat (limited to 'pkgs/development/interpreters/guile')
-rw-r--r--pkgs/development/interpreters/guile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/guile/default.nix b/pkgs/development/interpreters/guile/default.nix
index 333a022254b6..25fa3d0bc74e 100644
--- a/pkgs/development/interpreters/guile/default.nix
+++ b/pkgs/development/interpreters/guile/default.nix
@@ -100,7 +100,7 @@
       "--with-libgmp-prefix=${gmp.dev}"
 
       # Same for these (?).
-      "--with-libreadline-prefix=${readline}"
+      "--with-libreadline-prefix=${readline.dev}"
       "--with-libunistring-prefix=${libunistring}"
 
       # See below.