Commit 475e7fa8 authored by Matt Melling's avatar Matt Melling Committed by Bjørn Forsman
Browse files

pulseview: fix build

parent 4e3aaf42
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -27,6 +27,11 @@ mkDerivation rec {
      url = "https://github.com/sigrokproject/pulseview/commit/fb89dd11f2a4a08b73c498869789e38677181a8d.patch";
      sha256 = "07ifsis9jlc0jjp2d11f7hvw9kaxcbk0a57h2m4xsv1d7vzl9yfh";
    })
    # Fixes replaced/obsolete Qt methods
    (fetchpatch {
       url = "https://github.com/sigrokproject/pulseview/commit/ae726b70a7ada9a4be5808e00f0c951318479684.patch";
       sha256 = "1rg8azin2b7gmp68bn3z398swqlg15ddyp4xynrz49wj44cgxsdv";
     })
  ];

  meta = with lib; {