mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
depends: flatstart: fix reproducibility defect
This commit is contained in:
parent
15a258e8f4
commit
0a9e988da7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $(package)_file_name=$($(package)_version).tar.gz
|
|||
$(package)_sha256_hash=e9694fcda4f9fcb00374da7a439b881296c0ce67ea98ca44bf2830d1a364365b
|
||||
|
||||
define $(package)_build_cmds
|
||||
zig build-exe ln-guix-store.zig --strip -OReleaseSmall
|
||||
zig build-exe ln-guix-store.zig -target x86_64-linux-none --strip -OReleaseSmall
|
||||
endef
|
||||
|
||||
define $(package)_stage_cmds
|
||||
|
|
Loading…
Reference in a new issue