honk: fix filename in postPatch
This commit is contained in:
parent
57486d0e5e
commit
7e0f47ff11
1 changed files with 1 additions and 1 deletions
|
@ -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\""
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue