Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .nix/rocq-overlays/stdlib-html/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ rocqPackages.lib.overrideRocqDerivation {
useDune = true;

buildPhase = ''
patchShebangs dev/with-rocq-wrap.sh
dev/with-rocq-wrap.sh dune build @stdlib-html ''${enableParallelBuilding:+-j $NIX_BUILD_CORES}
dune build @stdlib-html ''${enableParallelBuilding:+-j $NIX_BUILD_CORES}
'';

installPhase = ''
Expand Down
3 changes: 1 addition & 2 deletions .nix/rocq-overlays/stdlib-refman-html/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ rocqPackages.lib.overrideRocqDerivation {
useDune = true;

buildPhase = ''
patchShebangs dev/with-rocq-wrap.sh
dev/with-rocq-wrap.sh dune build --root . --no-buffer @refman-html ''${enableParallelBuilding:+-j $NIX_BUILD_CORES}
dune build --root . --no-buffer @refman-html ''${enableParallelBuilding:+-j $NIX_BUILD_CORES}
'';

installPhase = ''
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DUNE=dev/with-rocq-wrap.sh dune
DUNE=dune

.PHONY: clean all install dune dune-install test-suite

Expand Down
53 changes: 0 additions & 53 deletions dev/with-rocq-wrap.sh

This file was deleted.

Loading