Skip to content

Commit

Permalink
racket: don't build docs as it causes failures sometimes
Browse files Browse the repository at this point in the history
(cherry picked from commit 1a392bd)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
domenkozar committed Sep 2, 2015
1 parent acdc937 commit 89cec0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/racket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 89cec0c

Please sign in to comment.