about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cfstream/git_commit.patch
blob: 596cfdc70927d0b86f7271e24872af885de88ef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/dune b/lib/dune
index 2266b87..344c704 100644
--- a/lib/dune
+++ b/lib/dune
@@ -8,7 +8,7 @@
 (rule
  (targets GIT_COMMIT)
  (deps (:x ../bin/git_commit.sh))
- (action (with-stdout-to %{targets} (run %{x})))
+ (action (with-stdout-to %{targets} (run echo None)))
 )
 
 (rule