about summary refs log tree commit diff
path: root/pkgs/applications/science/math/calc
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-30 03:11:09 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-30 03:11:09 +0300
commitc3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744 (patch)
tree31178a48b090778f8a51b2aefbe292df1dbff7ab /pkgs/applications/science/math/calc
parent01f857409fa30393a90bc82e16c25b79500d43d3 (diff)
treewide: Use explicit 'dev' references to glibc
Diffstat (limited to 'pkgs/applications/science/math/calc')
-rw-r--r--pkgs/applications/science/math/calc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/calc/default.nix b/pkgs/applications/science/math/calc/default.nix
index 8673d7debd9de..b9db4174c094c 100644
--- a/pkgs/applications/science/math/calc/default.nix
+++ b/pkgs/applications/science/math/calc/default.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 let
   makeFlags = ''
-    INCDIR=${glibc}/include \
+    INCDIR=${glibc.dev}/include \
     BINDIR=$out/bin LIBDIR=$out/lib CALC_INCDIR=$out/include/calc CALC_SHAREDIR=$out/share/calc MANDIR=$out/share/man/man1 \
     USE_READLINE=-DUSE_READLINE READLINE_LIB=-lreadline READLINE_EXTRAS='-lhistory -lncurses' \
     TERMCONTROL=-DUSE_TERMIOS \