sdrangel: fix build against QT 6.10 (#467542)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
dsdcc,
|
||||
faad2,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
fftwFloat,
|
||||
flac,
|
||||
glew,
|
||||
@@ -51,6 +52,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-VYSM9ldzx/8tWKQb++qGROSXdeEXIDhGqnnHUmkW4+k=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix build with Qt 6.10, remove when the commit reaches a release
|
||||
(fetchpatch {
|
||||
url = "https://github.com/f4exb/sdrangel/commit/fd6a8d51f8c39fd31b4e864f528bf1921ebd4260.patch";
|
||||
hash = "sha256-S8LQbCTEgyEt1wByDsDMqqyQjK5HALtvUIODgQ1skSA=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
|
||||
Reference in New Issue
Block a user