racket: don't build docs as it causes failures sometimes
(cherry picked from commit 1a392bd62e4d8ff92ec92ebe48912b8295714e2e) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
acdc9370f5
commit
89cec0c096
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||
cd src/build
|
||||
'';
|
||||
|
||||
configureFlags = [ "--enable-shared" "--enable-lt=${libtool}/bin/libtool" ];
|
||||
configureFlags = [ "--enable-shared" "--enable-lt=${libtool}/bin/libtool" "--disable-docs"];
|
||||
|
||||
configureScript = "../configure";
|
||||
|
||||
|
|
Loading…
Reference in New Issue