mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
mediaelch: fix qt6.9 build (#413392)
This commit is contained in:
commit
c9234626b4
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
|
||||
cmake,
|
||||
qttools,
|
||||
|
@ -57,6 +58,14 @@ stdenv.mkDerivation rec {
|
|||
qt5compat
|
||||
];
|
||||
|
||||
patches = [
|
||||
# fix from: https://github.com/Komet/MediaElch/pull/1878
|
||||
(fetchpatch {
|
||||
url = "https://github.com/Komet/MediaElch/commit/dbea12fbf2c1fe603819392aa2a181cffa168548.patch";
|
||||
hash = "sha256-Lv6rvjKbRNr5XrdZhPyw4S4RRCOnfAGhWgcSLo0gqS8=";
|
||||
})
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DDISABLE_UPDATER=ON"
|
||||
"-DUSE_EXTERN_QUAZIP=ON"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue