aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Laporte2020-02-12 07:40:58 +0100
committerVincent Laporte2020-02-12 10:42:53 +0100
commitbfa812b40138469ebe5bc3e306da79aa6b050e48 (patch)
treebd88296dc97c95b8a303efd2f9fe7c12883ba48d
parent2a4d9569570584c300fcb19c3804fe07578eef12 (diff)
[nix] Fix building of the documentation
The interpreter directive of “doc/stdlib/make-library-index” must be patched.
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 174e199014..ae6a8d06e5 100644
--- a/default.nix
+++ b/default.nix
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
!elem (baseNameOf path) [".git" "result" "bin" "_build" "_build_ci" "nix"]) ./.;
preConfigure = ''
- patchShebangs dev/tools/
+ patchShebangs dev/tools/ doc/stdlib
'';
prefixKey = "-prefix ";