summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-05-31 07:45:28 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-05 05:45:59 +0000
commit68eb2c2379826ea8ada3403e737fefcb963a1e4a (patch)
tree3fbdf7104f2fd2f3107d4a1c912e5e9500b8c7ef /pkgs/tools
parente6550cb5c19599d7016bab488f94e8f59d0c924c (diff)
downloadnixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.gz
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.bz2
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.lz
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.xz
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.tar.zst
nixlib-68eb2c2379826ea8ada3403e737fefcb963a1e4a.zip
ocamlPackages.re2: mark broken on darwin
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/patdiff/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/patdiff/default.nix b/pkgs/tools/misc/patdiff/default.nix
index 6e3c635f87aa..908da587d4b2 100644
--- a/pkgs/tools/misc/patdiff/default.nix
+++ b/pkgs/tools/misc/patdiff/default.nix
@@ -8,6 +8,5 @@ janePackage {
   buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
   meta = {
     description = "File Diff using the Patience Diff algorithm";
-    inherit (core_extended.meta) platforms;
   };
 }