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 = '' postPatch = ''
substituteInPlace build.sh \ substituteInPlace build.sh \
--replace 'curl ${emojiJSON.url}' 'cat emoji-en-US.json' --replace 'curl ${emojiJSON.url}' 'cat ${emojiJSON}'
''; '';
buildPhase = '' buildPhase = ''