mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
kernelshark: remove doxygen and graphviz because they aren't used
This commit is contained in:
parent
585de35cd6
commit
d9e3118ab0
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, mkDerivation, fetchgit, qtbase, cmake, json_c, mesa_glu, freeglut, trace-cmd, pkg-config, doxygen, graphviz }:
|
||||
{ stdenv, mkDerivation, fetchgit, qtbase, cmake, json_c, mesa_glu, freeglut, trace-cmd, pkg-config }:
|
||||
let
|
||||
srcSpec = import ./src.nix;
|
||||
shortRev = builtins.substring 0 7 srcSpec.rev;
|
||||
|
@ -14,7 +14,7 @@ in mkDerivation rec {
|
|||
|
||||
preConfigure = "pushd kernel-shark";
|
||||
|
||||
nativeBuildInputs = [ cmake doxygen graphviz ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ qtbase json_c mesa_glu freeglut pkg-config ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue