libsForQt5.qwt: 6.2.0 -> 6.3.0 (#312289)

This commit is contained in:
Doron Behar
2024-09-16 23:21:53 +03:00
committed by GitHub
3 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
wrapQtAppsHook,
pkg-config,
qtbase,
qwt,
qwt6_1,
fftwFloat,
libsamplerate,
portaudio,
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
qtbase
qwt
qwt6_1
fftwFloat
libsamplerate
portaudio
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, doxygen
, graphviz
@@ -42,6 +43,14 @@ in stdenv.mkDerivation (finalAttrs: {
hash = "sha256-3fEwm5EKK9RcRbnyUejgwfjdsXaujjZjoMbq/BbVMeM=";
};
patches = [
(fetchpatch {
name = "qwt-6.3-compile-error-fix.patch";
url = "https://github.com/GPlates/GPlates/commit/c4680ebe54f4535909085feacecd66410a91ff98.patch";
hash = "sha256-mw5+GLayMrmcSDd1ai+0JTuY3iedHT9u2kx5Dd2wMjg=";
})
];
nativeBuildInputs = [
cmake
doxygen
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qwt";
version = "6.2.0";
version = "6.3.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://sourceforge/qwt/qwt-${version}.tar.bz2";
sha256 = "sha256-kZT2UTlV0P1zAPZxWBdQZEYBl6urGpL6EnpnpLC3FTA=";
sha256 = "sha256-3LCFiWwoquxVGMvAjA7itOYK2nrJKdgmOfYYmFGmEpo=";
};
propagatedBuildInputs = [ qtbase qtsvg qttools ];