We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e56f86 commit 8010b99Copy full SHA for 8010b99
pkgs/by-name/sc/scribus/package.nix
@@ -116,6 +116,11 @@ stdenv.mkDerivation (finalAttrs: {
116
url = "https://github.com/scribusproject/scribus/commit/ff6c6abfa8683028e548a269dee6a859b6f63335.patch";
117
hash = "sha256-N4jve5feehsX5H0RXdxR4ableKL+c/rTyqCwkEf37Dk=";
118
})
119
+ (fetchpatch {
120
+ name = "fix-qt6.10-build.patch";
121
+ url = "https://github.com/scribusproject/scribus/commit/13fc4f874354511e05bf91a48703b57b4c489715.patch";
122
+ hash = "sha256-+pbQ77SaTh04QX55wmS6WeuZf3IGe5nq3pmrhk68tb8=";
123
+ })
124
];
125
126
meta = {
0 commit comments