Archived
1
0
forked from rarias/bscpkgs

Add paraverExtra with some patches

This commit is contained in:
2020-11-30 20:07:59 +01:00
parent 6483d645d1
commit ad7c04845b
3 changed files with 294 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ let
wxpropgrid = callPackage ./bsc/wxpropgrid/default.nix { };
paraver = callPackage ./bsc/paraver/default.nix { };
paraverExtra = bsc.paraver.override { enableMouseLabel = true; };
paraverDebug = bsc.paraver.overrideAttrs (old:
{
dontStrip = true;