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
|
let
|
||||||
srcSpec = import ./src.nix;
|
srcSpec = import ./src.nix;
|
||||||
shortRev = builtins.substring 0 7 srcSpec.rev;
|
shortRev = builtins.substring 0 7 srcSpec.rev;
|
||||||
@ -14,7 +14,7 @@ in mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = "pushd kernel-shark";
|
preConfigure = "pushd kernel-shark";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake doxygen graphviz ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildInputs = [ qtbase json_c mesa_glu freeglut pkg-config ];
|
buildInputs = [ qtbase json_c mesa_glu freeglut pkg-config ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user