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

@@ -9,8 +9,12 @@
, autoconf
, automake
, wxpropgrid
# Custom patches :)
, enableMouseLabel ? false
}:
with stdenv.lib;
let
wx = wxGTK28;
in
@@ -23,6 +27,9 @@ stdenv.mkDerivation rec {
sha256 = "0b8rrhnf7h8j72pj6nrxkrbskgg9b5w60nxi47nxg6275qvfq8hd";
};
patches = []
++ optional (enableMouseLabel) ./mouse-label.patch;
enableParallelBuilding = true;
# What would we do without the great gamezelda: