1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

valgrind: Separate doc output

This commit is contained in:
Eelco Dolstra 2015-08-27 16:46:30 +02:00
parent e5b6de902f
commit 4e41b64511

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "14sgsvjjalbcqpcayyv5cndc9hfm5bigkp684b6cr6virksmlk19";
}) ./linux-4.0.patch];
outputs = [ "out" "doc" ];
# Perl is needed for `cg_annotate'.
# GDB is needed to provide a sane default for `--db-command'.
nativeBuildInputs = [ perl ];