wofi-emoji: fix postPatch

This commit is contained in:
kraem 2022-09-04 10:17:16 +02:00
parent 5b02da2735
commit 34bfe4fe1f
No known key found for this signature in database
GPG Key ID: BFFEB7FD4C5359E2

View File

@ -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 = ''