mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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 New Issue
Block a user