gnu: pulseview: Fix qt-5.15 compatibility.

* gnu/packages/electronics.scm (pulseview)[source]: Add patch.
* gnu/packages/patches/pulseview-qt515-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
This commit is contained in:
Efraim Flashner 2021-01-10 14:23:20 +02:00
parent a481c55dc9
commit d0fff8f840
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
3 changed files with 148 additions and 1 deletions

View file

@ -248,7 +248,8 @@ format support.")
version ".tar.gz"))
(sha256
(base32
"1jxbpz1h3m1mgrxw74rnihj8vawgqdpf6c33cqqbyd8v7rxgfhph"))))
"1jxbpz1h3m1mgrxw74rnihj8vawgqdpf6c33cqqbyd8v7rxgfhph"))
(patches (search-patches "pulseview-qt515-compat.patch"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DENABLE_TESTS=y")