summary refs log tree commit diff
path: root/pkgs/development/interpreters
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/development/interpreters
parent01f857409fa30393a90bc82e16c25b79500d43d3 (diff)
downloadnixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.tar
nixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.tar.gz
nixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.tar.bz2
nixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.tar.lz
nixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.tar.xz
nixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.tar.zst
nixlib-c3bcb4e1ce3facf1d6bd627f91e9d8a08ca0d744.zip
treewide: Use explicit 'dev' references to glibc
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/cpython/3.6/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/python/cpython/3.6/default.nix b/pkgs/development/interpreters/python/cpython/3.6/default.nix
index a337b28859b7..3269a3c9684f 100644
--- a/pkgs/development/interpreters/python/cpython/3.6/default.nix
+++ b/pkgs/development/interpreters/python/cpython/3.6/default.nix
@@ -79,7 +79,7 @@ stdenv.mkDerivation {
        export MACOSX_DEPLOYMENT_TARGET=10.6
      ''}
 
-    substituteInPlace ./Lib/plat-generic/regen --replace "/usr/include" ${glibc}/include
+    substituteInPlace ./Lib/plat-generic/regen --replace "/usr/include" ${glibc.dev}/include
 
     configureFlagsArray=( --enable-shared --with-threads
                           CPPFLAGS="${concatStringsSep " " (map (p: "-I${getDev p}/include") buildInputs)}"