depot/pkgs/development/ocaml-modules/readline/dune.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

16 lines
322 B
Diff

--- a/src/dune 2023-11-23 16:07:10.195742159 +0100
+++ b/src/dune 2023-11-23 16:07:22.055805922 +0100
@@ -1,13 +1,3 @@
-(rule
- (target iflags.sexp)
- (action (run ./discover.sh include))
-)
-
-(rule
- (target lflags.sexp)
- (action (run ./discover.sh lib))
-)
-
(library
(name readline)
(public_name readline)