wofi-emoji: fix postPatch

This commit is contained in:
kraem
2022-09-04 10:17:16 +02:00
parent 5b02da2735
commit 34bfe4fe1f
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace build.sh \
--replace 'curl ${emojiJSON.url}' 'cat emoji-en-US.json'
--replace 'curl ${emojiJSON.url}' 'cat ${emojiJSON}'
'';
buildPhase = ''