mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:27:36 +00:00
honk: fix filename in postPatch
This commit is contained in:
parent
57486d0e5e
commit
7e0f47ff11
@ -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 New Issue
Block a user