pulseview: fix build

This commit is contained in:
Matt Melling 2022-12-25 23:25:25 +00:00 committed by Bjørn Forsman
parent 4e3aaf42db
commit 475e7fa802

View File

@ -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; {