summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-09-23 21:06:18 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-09-23 21:06:18 +0100
commit7f76d0c040adbac76b397a8d5654ac62734097f4 (patch)
tree13b6690c24a129bdaa2e7c0348388b7f0edaeda8
parentb9741719fa085f58671dedb25ed6b7d25d6dedd1 (diff)
downloadnixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.tar
nixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.tar.gz
nixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.tar.bz2
nixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.tar.lz
nixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.tar.xz
nixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.tar.zst
nixpkgs-7f76d0c040adbac76b397a8d5654ac62734097f4.zip
Fixes coccinelle (depends on camlp4)
-rw-r--r--pkgs/development/tools/misc/coccinelle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/coccinelle/default.nix b/pkgs/development/tools/misc/coccinelle/default.nix
index 51f5ed6091f..3ec898e0459 100644
--- a/pkgs/development/tools/misc/coccinelle/default.nix
+++ b/pkgs/development/tools/misc/coccinelle/default.nix
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
   };
 
   buildInputs = with ocamlPackages; [
-    ocaml findlib menhir
+    ocaml findlib menhir ocamlPackages.camlp4
     ocaml_pcre pycaml
     python ncurses pkgconfig
     makeWrapper