File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
development/libraries/qwt Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 66 wrapQtAppsHook ,
77 pkg-config ,
88 qtbase ,
9- qwt ,
9+ qwt6_1 ,
1010 fftwFloat ,
1111 libsamplerate ,
1212 portaudio ,
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
3737
3838 buildInputs = [
3939 qtbase
40- qwt
40+ qwt6_1
4141 fftwFloat
4242 libsamplerate
4343 portaudio
Original file line number Diff line number Diff line change 11{ lib
22, stdenv
33, fetchFromGitHub
4+ , fetchpatch
45, cmake
56, doxygen
67, graphviz
@@ -42,6 +43,14 @@ in stdenv.mkDerivation (finalAttrs: {
4243 hash = "sha256-3fEwm5EKK9RcRbnyUejgwfjdsXaujjZjoMbq/BbVMeM=" ;
4344 } ;
4445
46+ patches = [
47+ ( fetchpatch {
48+ name = "qwt-6.3-compile-error-fix.patch" ;
49+ url = "https://github.com/GPlates/GPlates/commit/c4680ebe54f4535909085feacecd66410a91ff98.patch" ;
50+ hash = "sha256-mw5+GLayMrmcSDd1ai+0JTuY3iedHT9u2kx5Dd2wMjg=" ;
51+ } )
52+ ] ;
53+
4554 nativeBuildInputs = [
4655 cmake
4756 doxygen
Original file line number Diff line number Diff line change 22
33stdenv . mkDerivation rec {
44 pname = "qwt" ;
5- version = "6.2 .0" ;
5+ version = "6.3 .0" ;
66
77 outputs = [ "out" "dev" ] ;
88
99 src = fetchurl {
1010 url = "mirror://sourceforge/qwt/qwt-${ version } .tar.bz2" ;
11- sha256 = "sha256-kZT2UTlV0P1zAPZxWBdQZEYBl6urGpL6EnpnpLC3FTA =" ;
11+ sha256 = "sha256-3LCFiWwoquxVGMvAjA7itOYK2nrJKdgmOfYYmFGmEpo =" ;
1212 } ;
1313
1414 propagatedBuildInputs = [ qtbase qtsvg qttools ] ;
You can’t perform that action at this time.
0 commit comments