3
0
Fork 0
forked from mirrors/nixpkgs

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"; sha256 = "14sgsvjjalbcqpcayyv5cndc9hfm5bigkp684b6cr6virksmlk19";
}) ./linux-4.0.patch]; }) ./linux-4.0.patch];
outputs = [ "out" "doc" ];
# Perl is needed for `cg_annotate'. # Perl is needed for `cg_annotate'.
# GDB is needed to provide a sane default for `--db-command'. # GDB is needed to provide a sane default for `--db-command'.
nativeBuildInputs = [ perl ]; nativeBuildInputs = [ perl ];