Merge pull request #189693 from kraem/kraem/fix/wofi-emoji

authored by Sandro and committed by GitHub 8da59ca2 e3d69590

+1 -1
+1 -1
pkgs/applications/misc/wofi-emoji/default.nix
··· 21 21 22 22 postPatch = '' 23 23 substituteInPlace build.sh \ 24 - --replace 'curl ${emojiJSON.url}' 'cat emoji-en-US.json' 24 + --replace 'curl ${emojiJSON.url}' 'cat ${emojiJSON}' 25 25 ''; 26 26 27 27 buildPhase = ''