Merge pull request #18025 from knedlsepp/fix-python3.5-jupyter-1.0.0

python3.5-jupyter: Fix build issue #17902
This commit is contained in:
Frederik Rietdijk
2016-09-10 11:28:48 +02:00
committed by GitHub
5 changed files with 17 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ stdenv.mkDerivation {
prePatch = optionalString stdenv.isDarwin ''
substituteInPlace configure --replace '`/usr/bin/arch`' '"i386"'
substituteInPlace configure --replace '-Wl,-stack_size,1000000' ' '
'';
preConfigure = ''

View File

@@ -57,6 +57,7 @@ stdenv.mkDerivation {
prePatch = optionalString stdenv.isDarwin ''
substituteInPlace configure --replace '`/usr/bin/arch`' '"i386"'
substituteInPlace configure --replace '-Wl,-stack_size,1000000' ' '
'';
preConfigure = ''

View File

@@ -61,6 +61,7 @@ stdenv.mkDerivation {
prePatch = optionalString stdenv.isDarwin ''
substituteInPlace configure --replace '`/usr/bin/arch`' '"i386"'
substituteInPlace configure --replace '-Wl,-stack_size,1000000' ' '
'';
preConfigure = ''