Skip to content

Instantly share code, notes, and snippets.

@reactormonk
Created July 9, 2020 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reactormonk/77d0c7396a73d8d154f2b349a88649d3 to your computer and use it in GitHub Desktop.
Save reactormonk/77d0c7396a73d8d154f2b349a88649d3 to your computer and use it in GitHub Desktop.
(pkgs.valgrind.overrideAttrs (old: {
src = ./valgrind;
# TODO make this one work on darwin, there's already a preconfigure script for it
preConfigure = "./autogen.sh";
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.automake pkgs.autoconf ];
# removing doc here, apparently it's not being generated. Adding "include".
outputs = [ "out" "dev" "include" ];
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment