mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
kcachegrind: fix graphviz missing at runtime
This commit is contained in:
parent
0a548fc62e
commit
53e7fbe0ec
@ -1,9 +1,15 @@
|
||||
{
|
||||
lib,
|
||||
mkKdeDerivation,
|
||||
qttools,
|
||||
graphviz,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "kcachegrind";
|
||||
|
||||
extraNativeBuildInputs = [qttools];
|
||||
|
||||
qtWrapperArgs = [
|
||||
"--suffix PATH : ${lib.makeBinPath [ graphviz ]}"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user