Skip to content

Commit 9f7c044

Browse files
authored
scribus: fix qt6.10 build (#455046)
2 parents e515620 + 8010b99 commit 9f7c044

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/sc/scribus/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ stdenv.mkDerivation (finalAttrs: {
116116
url = "https://github.com/scribusproject/scribus/commit/ff6c6abfa8683028e548a269dee6a859b6f63335.patch";
117117
hash = "sha256-N4jve5feehsX5H0RXdxR4ableKL+c/rTyqCwkEf37Dk=";
118118
})
119+
(fetchpatch {
120+
name = "fix-qt6.10-build.patch";
121+
url = "https://github.com/scribusproject/scribus/commit/13fc4f874354511e05bf91a48703b57b4c489715.patch";
122+
hash = "sha256-+pbQ77SaTh04QX55wmS6WeuZf3IGe5nq3pmrhk68tb8=";
123+
})
119124
];
120125

121126
meta = {

0 commit comments

Comments
 (0)