forked from mirrors/nixpkgs
fixes the build of coccinelle.
This commit is contained in:
parent
64b474e897
commit
44dec2d5dd
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue