honk: fix filename in postPatch

This commit is contained in:
Pol Dellaiera 2023-08-18 12:34:45 +02:00
parent 57486d0e5e
commit 7e0f47ff11
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -18,7 +18,7 @@ buildGoModule rec {
# working out of the box. This value can be overriden by the user, by
# providing the `-viewdir` parameter in the command line.
postPatch = ''
substituteInPlace honk.go --replace \
substituteInPlace main.go --replace \
"var viewDir = \".\"" \
"var viewDir = \"$out/share/honk\""
'';