forked from rarias/bscpkgs
Add paraverExtra with some patches
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user