repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
cfstream
/
git_commit.patch
blob
596cfdc70927d0b86f7271e24872af885de88ef6
1
diff --git a/lib/dune b/lib/dune
2
index 2266b87..344c704 100644
3
--- a/lib/dune
4
+++ b/lib/dune
5
@@ -8,7 +8,7 @@
6
(rule
7
(targets GIT_COMMIT)
8
(deps (:x ../bin/git_commit.sh))
9
- (action (with-stdout-to %{targets} (run %{x})))
10
+ (action (with-stdout-to %{targets} (run echo None)))
11
)
12
13
(rule