Loading pkgs/development/interpreters/python/pypy/default.nix +10 −8 Original line number Diff line number Diff line Loading @@ -120,6 +120,7 @@ stdenv.mkDerivation rec { dontPatchShebangs = true; disallowedReferences = [ python ]; env = { # fix compiler error in curses cffi module, where char* != const char* NIX_CFLAGS_COMPILE = if stdenv.cc.isClang then "-Wno-error=incompatible-function-pointer-types" else null; Loading @@ -128,6 +129,7 @@ stdenv.mkDerivation rec { LD_LIBRARY_PATH = lib.makeLibraryPath ( builtins.filter (x: x.outPath != stdenv.cc.libc.outPath or "") buildInputs ); }; patches = [ ./dont_fetch_vendored_deps.patch Loading Loading
pkgs/development/interpreters/python/pypy/default.nix +10 −8 Original line number Diff line number Diff line Loading @@ -120,6 +120,7 @@ stdenv.mkDerivation rec { dontPatchShebangs = true; disallowedReferences = [ python ]; env = { # fix compiler error in curses cffi module, where char* != const char* NIX_CFLAGS_COMPILE = if stdenv.cc.isClang then "-Wno-error=incompatible-function-pointer-types" else null; Loading @@ -128,6 +129,7 @@ stdenv.mkDerivation rec { LD_LIBRARY_PATH = lib.makeLibraryPath ( builtins.filter (x: x.outPath != stdenv.cc.libc.outPath or "") buildInputs ); }; patches = [ ./dont_fetch_vendored_deps.patch Loading