focuswriter: fix build (#398516)

authored by Aleksana and committed by GitHub bef4f93d d032e30f

+10
+10
pkgs/applications/editors/focuswriter/default.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 + fetchpatch, 5 6 pkg-config, 6 7 cmake, 7 8 hunspell, ··· 23 24 rev = "v${version}"; 24 25 hash = "sha256-oivhrDF3HikbEtS1cOlHwmQYNYf3IkX+gQGW0V55IWU="; 25 26 }; 27 + 28 + patches = [ 29 + # Fix build, remove at next version bump 30 + # https://github.com/gottcode/focuswriter/pull/208 31 + (fetchpatch { 32 + url = "https://github.com/gottcode/focuswriter/commit/dd74ed4559a141653a06e7984c1251b992925775.diff"; 33 + hash = "sha256-1bxa91xnkF1MIQlA8JgwPHW/A80ThbVVdVtusmzd22I="; 34 + }) 35 + ]; 26 36 27 37 nativeBuildInputs = [ 28 38 pkg-config