fixes the build of coccinelle.

This commit is contained in:
Arie Middelkoop 2012-09-12 12:08:21 +02:00
parent 64b474e897
commit 44dec2d5dd

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, python, ncurses, ocamlPackages, pkgconfig }:
{ fetchurl, stdenv, python, ncurses, ocamlPackages, pkgconfig, makeWrapper }:
let
@ -17,6 +17,7 @@ in stdenv.mkDerivation {
ocaml findlib menhir
ocaml_pcre pycaml
python ncurses pkgconfig
makeWrapper
];
# TODO: is the generation of this wrapper truly/still needed?