Unverified Commit 7633dba4 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

parents c11091c2 6090dc83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+9 −0
Original line number Diff line number Diff line
{ 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
Original line number Diff line number Diff line
@@ -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 ];