zapzap: add patch to support setting dict lookup path
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
python3Packages,
|
||||
qt6,
|
||||
}:
|
||||
@@ -17,6 +18,14 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
hash = "sha256-0LrIx7k9b0+zsmezjF6CmJo4nqU7GPW1HHWAUVVnbzk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Support setting dict lookup path. Remove with next release.
|
||||
(fetchpatch {
|
||||
url = "https://github.com/rafatosta/zapzap/commit/3517079e8fbd3853fe184c393137709de68f020e.patch";
|
||||
hash = "sha256-Eqy483+mJHLHsS21B8LnJ9oIqwTRCMVKhHBO8hleBh4=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
qt6.wrapQtAppsHook
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user